You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/12/04 20:37:26 UTC

svn commit: r1547884 - in /uima/sandbox/uima-ducc/trunk: pom.xml src/main/assembly/bin.xml

Author: cwiklik
Date: Wed Dec  4 19:37:25 2013
New Revision: 1547884

URL: http://svn.apache.org/r1547884
Log:
UIMA-3479 fetch saxon from maven repo instead of svn

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1547884&r1=1547883&r2=1547884&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Wed Dec  4 19:37:25 2013
@@ -126,6 +126,12 @@
 			<artifactId>uima-ducc-examples</artifactId>
 			<version>${project.version}</version>
 		</dependency>
+		
+		<dependency>
+			<groupId>net.sf.saxon</groupId>
+			<artifactId>saxon</artifactId>
+			<version>${saxon.version}</version>
+		</dependency>
 	</dependencies>
 
 	<build>

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1547884&r1=1547883&r2=1547884&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Wed Dec  4 19:37:25 2013
@@ -375,8 +375,22 @@ under the License.    
       <directoryMode>755</directoryMode>        
     </dependencySet>
 
+     <dependencySet>
+      <useStrictFiltering>true</useStrictFiltering>
+      <includes>
+        <include>net.sf.saxon:saxon</include>
+      </includes>      
+      <outputDirectory>lib/saxon</outputDirectory>
+      <useProjectArtifact>false</useProjectArtifact>
+      <outputFileNameMapping>${artifact.artifactId}8.jar</outputFileNameMapping>
+      <fileMode>644</fileMode> 
+      <directoryMode>755</directoryMode>        
+    </dependencySet>
+
+
    </dependencySets>
   
+  
   <!-- Add other files - scripts, documentation, examples -->
   <fileSets>
 
@@ -542,12 +556,12 @@ under the License.    
       <excludes />
     </fileSet>
 
-    <fileSet>
+    <!-- fileSet>
       <directory>src/main/saxon</directory>
       <outputDirectory>lib/saxon</outputDirectory>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>        
-    </fileSet>
+    </fileSet -->
 
         
     <fileSet>