svn commit: r1505120 - in /cocoon/cocoon3/trunk/cocoon-archetype-sample: src/main/resources/archetype-resources/pom.xml sync.groovy

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: javier
Date: Sat Jul 20 10:31:54 2013
New Revision: 1505120

URL: http://svn.apache.org/r1505120
Log:
COCOON3-128: Add tika support to maven archetype sample.

Modified:
    cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml
    cocoon/cocoon3/trunk/cocoon-archetype-sample/sync.groovy

Modified: cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml?rev=1505120&r1=1505119&r2=1505120&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml Sat Jul 20 10:31:54 2013
@@ -106,6 +106,17 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+      <version>1.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.gagravarr</groupId>
+          <artifactId>vorbis-java-core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
       <version>4.3.1</version>
@@ -121,11 +132,6 @@
       <version>1.4.4</version>
     </dependency>
     <dependency>
-      <groupId>org.jdom</groupId>
-      <artifactId>jdom</artifactId>
-      <version>1.1.3</version>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.jettison</groupId>
       <artifactId>jettison</artifactId>
       <version>1.3.3</version>

Modified: cocoon/cocoon3/trunk/cocoon-archetype-sample/sync.groovy
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-sample/sync.groovy?rev=1505120&r1=1505119&r2=1505120&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-sample/sync.groovy (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-sample/sync.groovy Sat Jul 20 10:31:54 2013
@@ -23,7 +23,7 @@ File dir = new File(project.basedir, pro
 def excludedDirs = [".svn", ".settings", "target"]
 def excludedFiles = ["MockHttpServletRequest.java", "MockHttpServletResponse.java", "MockServletContext.java",
   "SitemapBuilderTest.java", ".classpath", ".project", "pom.xml", "NOTICE.txt", "LICENSE.txt",
-  "ProfilingIntegrationTest.java", "MockXMLSitemapServlet.java", "SitemapServlet.java"]
+  "ProfilingIntegrationTest.java", "MockXMLSitemapServlet.java", "SitemapServlet.java", "nbactions.xml"]
 
 def xClos
 xClos = {
@@ -64,4 +64,4 @@ ant.copy(todir: new File(project.basedir
     fileset(dir: dir) {
         include(name: 'rcl.properties')
     }
-}
\ No newline at end of file
+}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.