Author: doogie
Date: Fri Apr 24 23:02:53 2015
New Revision: 1675981

URL: http://svn.apache.org/r1675981
Log:
Add a pom.xml to applications/humanres.

Added:
    ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml
      - copied, changed from r1675980, 
ofbiz/branches/OFBIZ-6271/applications/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/applications/pom.xml

Copied: ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml (from r1675980, 
ofbiz/branches/OFBIZ-6271/applications/pom.xml)
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml?p2=ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml&p1=ofbiz/branches/OFBIZ-6271/applications/pom.xml&r1=1675980&r2=1675981&rev=1675981&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml Fri Apr 24 23:02:53 
2015
@@ -22,26 +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-applications</artifactId>
-  <packaging>pom</packaging>
+  <artifactId>ofbiz-humanres</artifactId>
 
-  <modules>
-    <module>content/lib</module>
-    <module>content/lib/uno</module>
-    <module>content</module>
-    <module>party</module>
-    <module>workeffort</module>
-    <module>product/lib</module>
-    <module>product</module>
-    <module>marketing</module>
-    <module>order</module>
-    <module>manufacturing</module>
-    <module>accounting/lib</module>
-    <module>accounting</module>
-    <module>securityext</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>
+  </dependencies>
 </project>

Modified: ofbiz/branches/OFBIZ-6271/applications/pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/pom.xml?rev=1675981&r1=1675980&r2=1675981&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/pom.xml Fri Apr 24 23:02:53 2015
@@ -43,5 +43,6 @@ under the License.
     <module>accounting/lib</module>
     <module>accounting</module>
     <module>securityext</module>
+    <module>humanres</module>
   </modules>
 </project>


Reply via email to