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/24 20:03:35 UTC

svn commit: r1675917 - in /ofbiz/branches/OFBIZ-6271: framework/pom.xml framework/webapp/lib/pom.xml framework/webapp/pom.xml pom.xml

Author: doogie
Date: Fri Apr 24 18:03:35 2015
New Revision: 1675917

URL: http://svn.apache.org/r1675917
Log:
Add a pom.xml to framework/webapp/lib and framework/webapp.

Added:
    ofbiz/branches/OFBIZ-6271/framework/webapp/lib/pom.xml
      - copied, changed from r1675916, ofbiz/branches/OFBIZ-6271/framework/pom.xml
    ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/framework/pom.xml
    ofbiz/branches/OFBIZ-6271/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/framework/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/pom.xml?rev=1675917&r1=1675916&r2=1675917&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/pom.xml Fri Apr 24 18:03:35 2015
@@ -48,5 +48,7 @@ under the License.
     <module>service</module>
     <module>entityext</module>
     <module>minilang</module>
+    <module>webapp/lib</module>
+    <module>webapp</module>
   </modules>
 </project>

Copied: ofbiz/branches/OFBIZ-6271/framework/webapp/lib/pom.xml (from r1675916, ofbiz/branches/OFBIZ-6271/framework/pom.xml)
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/webapp/lib/pom.xml?p2=ofbiz/branches/OFBIZ-6271/framework/webapp/lib/pom.xml&p1=ofbiz/branches/OFBIZ-6271/framework/pom.xml&r1=1675916&r2=1675917&rev=1675917&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/framework/webapp/lib/pom.xml Fri Apr 24 18:03:35 2015
@@ -24,29 +24,23 @@ 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-framework</artifactId>
+  <artifactId>ofbiz-webapp-lib</artifactId>
   <packaging>pom</packaging>
 
-  <modules>
-    <module>start</module>
-    <module>base/lib</module>
-    <module>base/lib/commons</module>
-    <module>base/lib/j2eespecs</module>
-    <module>base/lib/scripting</module>
-    <module>base</module>
-    <module>entity/lib</module>
-    <module>entity/lib/jdbc</module>
-    <module>entity</module>
-    <module>geronimo/lib</module>
-    <module>geronimo</module>
-    <module>catalina/lib</module>
-    <module>catalina</module>
-    <module>security</module>
-    <module>service/lib</module>
-    <module>service</module>
-    <module>entityext</module>
-    <module>minilang</module>
-  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>ezmorph</groupId>
+      <artifactId>ezmorph</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>iText</groupId>
+      <artifactId>iText</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Added: ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml?rev=1675917&view=auto
==============================================================================
--- ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml (added)
+++ ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml Fri Apr 24 18:03:35 2015
@@ -0,0 +1,161 @@
+<?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-webapp</artifactId>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-start</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <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-minilang</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-tomcat</groupId>
+      <artifactId>catalina</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>apache-tomcat</groupId>
+      <artifactId>tomcat-coyote</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>apache-tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>axiom</groupId>
+      <artifactId>axiom-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>bsf</groupId>
+      <artifactId>bsf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>freemarker</groupId>
+      <artifactId>freemarker</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>fop</groupId>
+      <artifactId>fop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>geronimo</groupId>
+      <artifactId>geronimo-jta</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>groovy-all</groupId>
+      <artifactId>groovy-all</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>icu4j</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jsp-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlgraphics-commons</groupId>
+      <artifactId>xmlgraphics-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlrpc</groupId>
+      <artifactId>xmlrpc-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlrpc</groupId>
+      <artifactId>xmlrpc-server</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/webapp/view/JasperReportsPdfViewHandler.java</exclude>
+                <exclude>**/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java</exclude>
+                <exclude>**/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java</exclude>
+                <exclude>**/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java</exclude>
+              </excludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675917&r1=1675916&r2=1675917&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/pom.xml Fri Apr 24 18:03:35 2015
@@ -766,6 +766,29 @@ under the License.
         <scope>system</scope>
         <systemPath>${user.dir}/framework/service/lib/XmlSchema-1.4.3.jar</systemPath>
       </dependency>
+
+      <!-- framework/service/lib -->
+      <dependency>
+        <groupId>ezmorph</groupId>
+        <artifactId>ezmorph</artifactId>
+        <version>0.9.1</version>
+        <scope>system</scope>
+        <systemPath>${user.dir}/framework/webapp/lib/ezmorph-0.9.1.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>iText</groupId>
+        <artifactId>iText</artifactId>
+        <version>2.1.7</version>
+        <scope>system</scope>
+        <systemPath>${user.dir}/framework/webapp/lib/iText-2.1.7.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>rome</groupId>
+        <artifactId>rome</artifactId>
+        <version>0.9</version>
+        <scope>system</scope>
+        <systemPath>${user.dir}/framework/webapp/lib/rome-0.9.jar</systemPath>
+      </dependency>
     </dependencies>
   </dependencyManagement>