You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2015/04/24 20:04:03 UTC

svn commit: r1675920 - in /ofbiz/branches/OFBIZ-6271/framework: datafile/pom.xml pom.xml

Author: doogie
Date: Fri Apr 24 18:04:03 2015
New Revision: 1675920

URL: http://svn.apache.org/r1675920
Log:
Add a pom.xml to framework/datafile.

Added:
    ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml
      - copied, changed from r1675919, ofbiz/branches/OFBIZ-6271/framework/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/framework/pom.xml

Copied: ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml (from r1675919, ofbiz/branches/OFBIZ-6271/framework/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml?p2=ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml&p1=ofbiz/branches/OFBIZ-6271/framework/pom.xml&r1=1675919&r2=1675920&rev=1675920&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml Fri Apr 24 18:04:03 2015
@@ -22,35 +22,22 @@ 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-framework</artifactId>
-  <packaging>pom</packaging>
+  <artifactId>ofbiz-datafile</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>
-    <module>geronimo/lib</module>
-    <module>geronimo</module>
-    <module>catalina/lib</module>
-    <module>catalina</module>
-    <module>security</module>
-    <module>service/lib</module>
-    <module>service</module>
-    <module>entityext</module>
-    <module>minilang</module>
-    <module>webapp/lib</module>
-    <module>webapp</module>
-    <module>widget</module>
-    <module>common</module>
-  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-base</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-common</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=1675920&r1=1675919&r2=1675920&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/pom.xml Fri Apr 24 18:04:03 2015
@@ -52,5 +52,6 @@ under the License.
     <module>webapp</module>
     <module>widget</module>
     <module>common</module>
+    <module>datafile</module>
   </modules>
 </project>