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:13 UTC

svn commit: r1676174 - in /ofbiz/branches/OFBIZ-6271/specialpurpose: googlebase/pom.xml pom.xml

Author: doogie
Date: Mon Apr 27 01:36:12 2015
New Revision: 1676174

URL: http://svn.apache.org/r1676174
Log:
Add a pom.xml to specialpurpose/googlebase.

Added:
    ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml
      - copied, changed from r1676173, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml

Copied: ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml (from r1676173, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml?p2=ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml&p1=ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml&r1=1676173&r2=1676174&rev=1676174&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml Mon Apr 27 01:36:12 2015
@@ -22,23 +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-googlebase</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>
-    <module>example/lib</module>
-    <module>example</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-service</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-product</artifactId>
+      <version>TRUNK</version>
+    </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=1676174&r1=1676173&r2=1676174&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Mon Apr 27 01:36:12 2015
@@ -40,5 +40,6 @@ under the License.
     <module>ecommerce</module>
     <module>example/lib</module>
     <module>example</module>
+    <module>googlebase</module>
   </modules>
 </project>