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/25 01:02:44 UTC

svn commit: r1675979 - in /ofbiz/branches/OFBIZ-6271: applications/accounting/lib/pom.xml applications/accounting/pom.xml applications/pom.xml pom.xml

Author: doogie
Date: Fri Apr 24 23:02:43 2015
New Revision: 1675979

URL: http://svn.apache.org/r1675979
Log:
Add poms to applications/accounting.

Added:
    ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml
      - copied, changed from r1675978, ofbiz/branches/OFBIZ-6271/applications/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/applications/pom.xml
    ofbiz/branches/OFBIZ-6271/pom.xml

Copied: ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml (from r1675978, ofbiz/branches/OFBIZ-6271/applications/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml?p2=ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml&p1=ofbiz/branches/OFBIZ-6271/applications/pom.xml&r1=1675978&r2=1675979&rev=1675979&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml Fri Apr 24 23:02:43 2015
@@ -24,21 +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-applications</artifactId>
+  <artifactId>ofbiz-accounting-lib</artifactId>
   <packaging>pom</packaging>
 
-  <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>
-  </modules>
+  <dependencies>
+  </dependencies>
 </project>

Added: ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml?rev=1675979&view=auto
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml (added)
+++ ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml Fri Apr 24 23:02:43 2015
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.ofbiz</groupId>
+    <artifactId>ofbiz-component</artifactId>
+    <version>TRUNK</version>
+    <relativePath>../../ofbiz-component-pom.xml</relativePath>
+  </parent>
+  <artifactId>ofbiz-accounting</artifactId>
+
+  <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-security</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-common</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-order</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-party</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-product</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-csv</groupId>
+      <artifactId>commons-csv</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>geronimo</groupId>
+      <artifactId>geronimo-jta</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>httpclient</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>httpcore</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>icu4j</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit-dep</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>default-compile</id>
+            <configuration>
+              <excludes>
+                <exclude>**/test/*.java</exclude>
+                <exclude>**/org/ofbiz/accounting/thirdparty/verisign/**</exclude>
+                <exclude>**/org/ofbiz/accounting/thirdparty/cybersource/**</exclude>
+                <exclude>**/org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java</exclude>
+                <exclude>**/org/ofbiz/accounting/thirdparty/orbital/**</exclude>
+                <exclude>**/org/ofbiz/accounting/thirdparty/securepay/**</exclude>
+                <exclude>**/org/ofbiz/accounting/thirdparty/ideal/**</exclude>
+              </excludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: ofbiz/branches/OFBIZ-6271/applications/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/pom.xml?rev=1675979&r1=1675978&r2=1675979&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/pom.xml Fri Apr 24 23:02:43 2015
@@ -40,5 +40,7 @@ under the License.
     <module>marketing</module>
     <module>order</module>
     <module>manufacturing</module>
+    <module>accounting/lib</module>
+    <module>accounting</module>
   </modules>
 </project>

Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675979&r1=1675978&r2=1675979&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/pom.xml Fri Apr 24 23:02:43 2015
@@ -887,6 +887,8 @@ under the License.
         <scope>system</scope>
         <systemPath>${user.dir}/applications/product/lib/watermarker-0.0.4.jar</systemPath>
       </dependency>
+
+      <!-- applications/accounting/lib -->
     </dependencies>
   </dependencyManagement>