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:35:37 UTC

svn commit: r1676168 - in /ofbiz/branches/OFBIZ-6271/specialpurpose: assetmaint/pom.xml pom.xml

Author: doogie
Date: Mon Apr 27 01:35:37 2015
New Revision: 1676168

URL: http://svn.apache.org/r1676168
Log:
Add a pom.xml to specialpurpose/assetmaint.

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

Copied: ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml (from r1676167, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml?p2=ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml&p1=ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml&r1=1676167&r2=1676168&rev=1676168&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml Mon Apr 27 01:35:37 2015
@@ -22,13 +22,32 @@ 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-assetmaint</artifactId>
 
-  <modules>
-  </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>
+  </dependencies>
 </project>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml?rev=1676168&r1=1676167&r2=1676168&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Mon Apr 27 01:35:37 2015
@@ -30,5 +30,6 @@ under the License.
   <packaging>pom</packaging>
 
   <modules>
+    <module>assetmaint</module>
   </modules>
 </project>