Author: doogie Date: Mon Apr 27 01:36:01 2015 New Revision: 1676172 URL: http://svn.apache.org/r1676172 Log: Add a pom.xml to specialpurpose/ecommerce.
Added: ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml - copied, changed from r1676171, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Copied: ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml (from r1676171, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml) URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml?p2=ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml&p1=ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml&r1=1676171&r2=1676172&rev=1676172&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml Mon Apr 27 01:36:01 2015 @@ -22,20 +22,35 @@ under the License. <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.ofbiz</groupId> - <artifactId>ofbiz-parent</artifactId> + <artifactId>ofbiz-component</artifactId> <version>TRUNK</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> - <artifactId>ofbiz-specialpurpose</artifactId> - <packaging>pom</packaging> + <artifactId>ofbiz-specialpurpose-ecommerce</artifactId> - <modules> - <module>assetmaint</module> - <module>birt/lib</module> - <module>birt/lib/scriptlib</module> - <module>birt</module> - <module>ebay</module> - <module>ebaystore/lib</module> - <module>ebaystore</module> - </modules> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-base</artifactId> + <version>TRUNK</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-entity</artifactId> + <version>TRUNK</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-webapp</artifactId> + <version>TRUNK</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </dependency> + </dependencies> </project> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml?rev=1676172&r1=1676171&r2=1676172&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Mon Apr 27 01:36:01 2015 @@ -37,5 +37,6 @@ under the License. <module>ebay</module> <module>ebaystore/lib</module> <module>ebaystore</module> + <module>ecommerce</module> </modules> </project>