Author: doogie Date: Tue Apr 21 23:35:46 2015 New Revision: 1675227 URL: http://svn.apache.org/r1675227 Log: Add a pom.xml to framework/geronimo.
Added: ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml - copied, changed from r1675226, ofbiz/branches/OFBIZ-6271/framework/pom.xml ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml - copied, changed from r1675226, ofbiz/branches/OFBIZ-6271/framework/pom.xml Modified: ofbiz/branches/OFBIZ-6271/framework/pom.xml Copied: ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml (from r1675226, ofbiz/branches/OFBIZ-6271/framework/pom.xml) URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml?p2=ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml&p1=ofbiz/branches/OFBIZ-6271/framework/pom.xml&r1=1675226&r2=1675227&rev=1675227&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml Tue Apr 21 23:35:46 2015 @@ -22,22 +22,20 @@ under the License. <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.ofbiz</groupId> - <artifactId>ofbiz-parent</artifactId> + <artifactId>ofbiz-framework</artifactId> <version>TRUNK</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>ofbiz-framework</artifactId> + <artifactId>ofbiz-geronimo-lib</artifactId> <packaging>pom</packaging> - <modules> - <module>start</module> - <module>base/lib</module> - <module>base/lib/commons</module> - <module>base/lib/j2eespecs</module> - <module>base/lib/scripting</module> - <module>base</module> - <module>entity/lib</module> - <module>entity/lib/jdbc</module> - <module>entity</module> - </modules> + <dependencies> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-transaction</artifactId> + <version>3.1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-transaction-3.1.1.jar</systemPath> + </dependency> + </dependencies> </project> Copied: ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml (from r1675226, ofbiz/branches/OFBIZ-6271/framework/pom.xml) URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml?p2=ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml&p1=ofbiz/branches/OFBIZ-6271/framework/pom.xml&r1=1675226&r2=1675227&rev=1675227&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml Tue Apr 21 23:35:46 2015 @@ -22,22 +22,28 @@ under the License. <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.ofbiz</groupId> - <artifactId>ofbiz-parent</artifactId> + <artifactId>ofbiz-framework</artifactId> <version>TRUNK</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>ofbiz-framework</artifactId> - <packaging>pom</packaging> + <artifactId>ofbiz-geronimo</artifactId> - <modules> - <module>start</module> - <module>base/lib</module> - <module>base/lib/commons</module> - <module>base/lib/j2eespecs</module> - <module>base/lib/scripting</module> - <module>base</module> - <module>entity/lib</module> - <module>entity/lib/jdbc</module> - <module>entity</module> - </modules> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-geronimo-lib</artifactId> + <version>TRUNK</version> + <type>pom</type> + </dependency> + <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> + </dependencies> </project> Modified: ofbiz/branches/OFBIZ-6271/framework/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/pom.xml?rev=1675227&r1=1675226&r2=1675227&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/pom.xml Tue Apr 21 23:35:46 2015 @@ -39,5 +39,7 @@ under the License. <module>entity/lib</module> <module>entity/lib/jdbc</module> <module>entity</module> + <module>geronimo/lib</module> + <module>geronimo</module> </modules> </project>