Author: doogie
Date: Tue Apr 21 23:35:40 2015
New Revision: 1675226

URL: http://svn.apache.org/r1675226
Log:
Add a pom.xml to framework/entity.

Added:
    ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml
      - copied, changed from r1675225, 
ofbiz/branches/OFBIZ-6271/framework/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml
      - copied, changed from r1675225, 
ofbiz/branches/OFBIZ-6271/framework/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml
      - copied, changed from r1675225, 
ofbiz/branches/OFBIZ-6271/framework/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/framework/pom.xml

Copied: ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml (from 
r1675225, ofbiz/branches/OFBIZ-6271/framework/pom.xml)
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml?p2=ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml&p1=ofbiz/branches/OFBIZ-6271/framework/pom.xml&r1=1675225&r2=1675226&rev=1675226&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml Tue Apr 21 
23:35:40 2015
@@ -22,19 +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-entity-lib-jdbc</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>
-  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>10.11.1.1</version>
+      <scope>system</scope>
+      <systemPath>${project.basedir}/derby-10.11.1.1.jar</systemPath>
+    </dependency>
+  </dependencies>
 </project>

Copied: ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml (from r1675225, 
ofbiz/branches/OFBIZ-6271/framework/pom.xml)
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml?p2=ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml&p1=ofbiz/branches/OFBIZ-6271/framework/pom.xml&r1=1675225&r2=1675226&rev=1675226&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/entity/lib/pom.xml Tue Apr 21 23:35:40 
2015
@@ -22,19 +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-entity-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>
-  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>commons-dbcp2</groupId>
+      <artifactId>commons-dbcp2</artifactId>
+      <version>2.1</version>
+      <scope>system</scope>
+      <systemPath>${project.basedir}/commons-dbcp2-2.1.jar</systemPath>
+    </dependency>
+  </dependencies>
 </project>

Copied: ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml (from r1675225, 
ofbiz/branches/OFBIZ-6271/framework/pom.xml)
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml?p2=ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml&p1=ofbiz/branches/OFBIZ-6271/framework/pom.xml&r1=1675225&r2=1675226&rev=1675226&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml Tue Apr 21 23:35:40 2015
@@ -22,19 +22,35 @@ 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-entity</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>
-  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-base-lib-commons</artifactId>
+      <version>TRUNK</version>
+      <type>pom</type>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-base-lib-j2eespecs</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-lib</artifactId>
+      <version>TRUNK</version>
+      <type>pom</type>
+    </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=1675226&r1=1675225&r2=1675226&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/pom.xml Tue Apr 21 23:35:40 2015
@@ -36,5 +36,8 @@ under the License.
     <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>
 </project>


Reply via email to