You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2014/07/14 22:05:46 UTC

svn commit: r1610507 - in /uima/sandbox/uima-ducc/trunk/src/main: assembly/bin.xml resources/ducc.properties

Author: burn
Date: Mon Jul 14 20:05:46 2014
New Revision: 1610507

URL: http://svn.apache.org/r1610507
Log:
UIMA-3907 Replace local dd2spring.xsl with the one included in UIMA-AS

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

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=1610507&r1=1610506&r2=1610507&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Mon Jul 14 20:05:46 2014
@@ -539,14 +539,6 @@ under the License.    
   <files>
   
     
-  <file>
-      <source>src/main/scripts/dd2spring.xsl</source>
-      <outputDirectory>resources</outputDirectory>
-      <destName>dd2spring.xsl</destName>
-      <fileMode>755</fileMode>
-    </file>
-
-        
       <file>
       <source>src/main/cglib/com.springsource.net.sf.cglib-${cglib.version}.jar</source>
       <outputDirectory>lib/springframework</outputDirectory>

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1610507&r1=1610506&r2=1610507&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Mon Jul 14 20:05:46 2014
@@ -458,7 +458,7 @@ ducc.uima-as.saxon.jar.path=file:${DUCC_
 # dd2spring.xsl - contains a set of rules used when transforming 
 #                 UIMA-AS deployment descriptor into SpringFramework's 
 #                 context file used to deploy UIMA-AS based service.
-ducc.uima-as.dd2spring.xsl.path=${DUCC_HOME}/resources/dd2spring.xsl
+ducc.uima-as.dd2spring.xsl.path=${DUCC_HOME}/apache-uima/bin/dd2spring.xsl
 
 # Custom Flow Controller to use for Ducc Job Processes that don't provide a process_DD descriptor
 ducc.flow-controller.specifier=org.apache.uima.ducc.common.uima.DuccJobProcessFC