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/27 03:36:08 UTC

svn commit: r1676173 - in /ofbiz/branches/OFBIZ-6271/specialpurpose: example/lib/pom.xml example/pom.xml pom.xml

Author: doogie
Date: Mon Apr 27 01:36:07 2015
New Revision: 1676173

URL: http://svn.apache.org/r1676173
Log:
Add poms tospecialpurpose/example.

Added:
    ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml
      - copied, changed from r1676172, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml
      - copied, changed from r1676172, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml

Copied: ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml (from r1676172, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml?p2=ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml&p1=ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml&r1=1676172&r2=1676173&rev=1676173&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml Mon Apr 27 01:36:07 2015
@@ -24,19 +24,11 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../../../../pom.xml</relativePath>
   </parent>
-  <artifactId>ofbiz-specialpurpose</artifactId>
+  <artifactId>ofbiz-specialpurpose-example-lib</artifactId>
   <packaging>pom</packaging>
 
-  <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>
-    <module>ecommerce</module>
-  </modules>
+  <dependencies>
+  </dependencies>
 </project>

Copied: ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml (from r1676172, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml?p2=ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml&p1=ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml&r1=1676172&r2=1676173&rev=1676173&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml Mon Apr 27 01:36:07 2015
@@ -22,21 +22,36 @@ 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-example</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>
-    <module>ecommerce</module>
-  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-base</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-service</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-webapp</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-widget</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>fop</groupId>
+      <artifactId>fop</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=1676173&r1=1676172&r2=1676173&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Mon Apr 27 01:36:07 2015
@@ -38,5 +38,7 @@ under the License.
     <module>ebaystore/lib</module>
     <module>ebaystore</module>
     <module>ecommerce</module>
+    <module>example/lib</module>
+    <module>example</module>
   </modules>
 </project>