Author: doogie
Date: Fri Apr 24 23:02:05 2015
New Revision: 1675972

URL: http://svn.apache.org/r1675972
Log:
Add poms to application/content.

Added:
    ofbiz/branches/OFBIZ-6271/applications/content/lib/pom.xml
      - copied, changed from r1675971, 
ofbiz/branches/OFBIZ-6271/applications/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/content/lib/uno/pom.xml
      - copied, changed from r1675971, 
ofbiz/branches/OFBIZ-6271/applications/pom.xml
    ofbiz/branches/OFBIZ-6271/applications/content/pom.xml
Modified:
    ofbiz/branches/OFBIZ-6271/applications/pom.xml
    ofbiz/branches/OFBIZ-6271/pom.xml

Copied: ofbiz/branches/OFBIZ-6271/applications/content/lib/pom.xml (from 
r1675971, ofbiz/branches/OFBIZ-6271/applications/pom.xml)
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/content/lib/pom.xml?p2=ofbiz/branches/OFBIZ-6271/applications/content/lib/pom.xml&p1=ofbiz/branches/OFBIZ-6271/applications/pom.xml&r1=1675971&r2=1675972&rev=1675972&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/content/lib/pom.xml Fri Apr 24 
23:02:05 2015
@@ -24,11 +24,39 @@ 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-content-lib</artifactId>
   <packaging>pom</packaging>
 
-  <modules>
-  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>fontbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jempbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>apache-poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Copied: ofbiz/branches/OFBIZ-6271/applications/content/lib/uno/pom.xml (from 
r1675971, ofbiz/branches/OFBIZ-6271/applications/pom.xml)
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/content/lib/uno/pom.xml?p2=ofbiz/branches/OFBIZ-6271/applications/content/lib/uno/pom.xml&p1=ofbiz/branches/OFBIZ-6271/applications/pom.xml&r1=1675971&r2=1675972&rev=1675972&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/content/lib/uno/pom.xml Fri Apr 24 
23:02:05 2015
@@ -24,11 +24,8 @@ 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-content-lib-uno</artifactId>
   <packaging>pom</packaging>
-
-  <modules>
-  </modules>
 </project>

Added: ofbiz/branches/OFBIZ-6271/applications/content/pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/content/pom.xml?rev=1675972&view=auto
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/content/pom.xml (added)
+++ ofbiz/branches/OFBIZ-6271/applications/content/pom.xml Fri Apr 24 23:02:05 
2015
@@ -0,0 +1,142 @@
+<?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-content</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-common</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-entityext</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>${project.groupId}</groupId>
+      <artifactId>ofbiz-webapp</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-widget</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>bsh</groupId>
+      <artifactId>bsh</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>icu4j</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>iText</groupId>
+      <artifactId>iText</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <!--
+    <dependency>
+      <groupId>tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+      <scope>runtime</scope>
+    </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/content/report/JREntityListIteratorDataSource.java</exclude>
+                
<exclude>**/org/ofbiz/content/report/JRMapCollectionDataSource.java</exclude>
+                <exclude>**/org/ofbiz/content/openoffice/*.java</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=1675972&r1=1675971&r2=1675972&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/pom.xml Fri Apr 24 23:02:05 2015
@@ -30,5 +30,8 @@ under the License.
   <packaging>pom</packaging>
 
   <modules>
+    <module>content/lib</module>
+    <module>content/lib/uno</module>
+    <module>content</module>
   </modules>
 </project>

Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675972&r1=1675971&r2=1675972&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/pom.xml Fri Apr 24 23:02:05 2015
@@ -818,6 +818,59 @@ under the License.
         <scope>system</scope>
         
<systemPath>${user.dir}/framework/testtools/lib/org.springframework.test-3.1.0.M2.jar</systemPath>
       </dependency>
+
+      <!-- applications/content/lib -->
+      <dependency>
+        <groupId>dom4j</groupId>
+        <artifactId>dom4j</artifactId>
+        <version>1.6.1</version>
+        <scope>system</scope>
+        
<systemPath>${user.dir}/applications/content/lib/dom4j-1.6.1.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>fontbox</groupId>
+        <artifactId>fontbox</artifactId>
+        <version>1.7.1</version>
+        <scope>system</scope>
+        
<systemPath>${user.dir}/applications/content/lib/fontbox-1.7.1.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>jempbox</groupId>
+        <artifactId>jempbox</artifactId>
+        <version>1.7.1</version>
+        <scope>system</scope>
+        
<systemPath>${user.dir}/applications/content/lib/jempbox-1.7.1.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>pdfbox</groupId>
+        <artifactId>pdfbox</artifactId>
+        <version>1.7.1</version>
+        <scope>system</scope>
+        
<systemPath>${user.dir}/applications/content/lib/pdfbox-1.7.1.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>apache-poi</groupId>
+        <artifactId>poi</artifactId>
+        <version>3.10.1-20140818</version>
+        <scope>system</scope>
+        
<systemPath>${user.dir}/applications/content/lib/poi-3.10.1-20140818.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>tika</groupId>
+        <artifactId>tika-core</artifactId>
+        <version>1.7</version>
+        <scope>system</scope>
+        
<systemPath>${user.dir}/applications/content/lib/tika-core-1.7.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>tika</groupId>
+        <artifactId>tika-parsers</artifactId>
+        <version>1.7</version>
+        <scope>system</scope>
+        
<systemPath>${user.dir}/applications/content/lib/tika-parsers-1.7.jar</systemPath>
+      </dependency>
+
+      <!-- applications/content/lib/uno -->
     </dependencies>
   </dependencyManagement>
 


Reply via email to