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

svn commit: r1676182 - in /ofbiz/branches/OFBIZ-6271/specialpurpose: pom.xml scrum/pom.xml

Author: doogie
Date: Mon Apr 27 01:37:04 2015
New Revision: 1676182

URL: http://svn.apache.org/r1676182
Log:
Add a pom.xml to specialpurpose/scrum.

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

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml?rev=1676182&r1=1676181&r2=1676182&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Mon Apr 27 01:37:04 2015
@@ -52,5 +52,6 @@ under the License.
     <module>pos</module>
     <module>pos/lib</module>
     <module>projectmgr</module>
+    <module>scrum</module>
   </modules>
 </project>

Copied: ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml (from r1676181, ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml?p2=ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml&p1=ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml&r1=1676181&r2=1676182&rev=1676182&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml Mon Apr 27 01:37:04 2015
@@ -22,35 +22,31 @@ 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-scrum</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>
-    <module>googlebase</module>
-    <module>googlecheckout</module>
-    <module>googlecheckout/lib</module>
-    <module>hhfacility</module>
-    <module>ldap/lib</module>
-    <module>ldap</module>
-    <module>lucene/lib</module>
-    <module>lucene</module>
-    <module>oagis</module>
-    <module>pos</module>
-    <module>pos/lib</module>
-    <module>projectmgr</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>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+  </dependencies>
 </project>