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 2016/08/30 14:36:11 UTC

svn commit: r1758398 - /uima/uima-ducc/trunk/pom.xml

Author: burn
Date: Tue Aug 30 14:36:11 2016
New Revision: 1758398

URL: http://svn.apache.org/viewvc?rev=1758398&view=rev
Log:
UIMA_5080 Changed dd2spring.xsl to use spring-beans-2.0.dtd

Modified:
    uima/uima-ducc/trunk/pom.xml

Modified: uima/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/pom.xml?rev=1758398&r1=1758397&r2=1758398&view=diff
==============================================================================
--- uima/uima-ducc/trunk/pom.xml (original)
+++ uima/uima-ducc/trunk/pom.xml Tue Aug 30 14:36:11 2016
@@ -444,6 +444,7 @@
             <replace dir="${project.build.directory}/uima-as/apache-uima-as-${org.apache.uima.as.version}/bin">
               <include name="**/dd2spring.xsl" />
              <replacefilter token="scope=&quot;singleton&quot;" value="" />
+             <replacefilter token="spring-beans.dtd" value="spring-beans-2.0.dtd" />
             </replace>             
  
             <chmod file="${project.build.directory}/uima-as/apache-uima-as-${org.apache.uima.as.version}/bin/dd2spring.xsl" perm="ugo+rx" />