You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/23 00:29:29 UTC

svn commit: r171377 - in /lenya/trunk: src/targets/properties-build.xml tools/anttasks/XConfToolTask.class

Author: gregor
Date: Sun May 22 15:29:28 2005
New Revision: 171377

URL: http://svn.apache.org/viewcvs?rev=171377&view=rev
Log:
No longer ship an (outdated) copy of XConfToolTask, but rely on the one from Cocoon instead. This resolves parts of http://issues.apache.org/bugzilla/show_bug.cgi?id=34191 

Removed:
    lenya/trunk/tools/anttasks/XConfToolTask.class
Modified:
    lenya/trunk/src/targets/properties-build.xml

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/properties-build.xml?rev=171377&r1=171376&r2=171377&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Sun May 22 15:29:28 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: properties-build.xml 43145 2004-07-27 03:07:25Z michi $ -->
+<!-- $Id$ -->
 
 <project name="lenya-properties">
 
@@ -113,8 +113,7 @@
   <taskdef name="copyJavaSources" classpath="${tools.tasks.dest}" classname="org.apache.lenya.cms.ant.CopyJavaSourcesTask"/>
   <taskdef name="bulkCopy"        classpath="${tools.tasks.dest}" classname="org.apache.lenya.cms.ant.BulkCopyTask"/>
   <taskdef name="copyPubs"        classpath="${tools.tasks.dest}" classname="org.apache.lenya.cms.ant.CopyTask"/>
-  <taskdef name="xpatch"          classpath="${tools.tasks.dest}" classname="XConfToolTask"/>
-
+  <taskdef name="xpatch"            classpath="${cocoon.src.dir}/tools/anttasks" classname="XConfToolTask" />
 
   <!-- Set up classpath -->
   <path id="classpath">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org