Author: stevel
Date: Wed Jun 21 17:03:45 2006
New Revision: 416180
URL: http://svn.apache.org/viewvc?rev=416180&view=rev
Log:
trying to get this to work. it is now in the jar.
Modified:
ant/core/trunk/build.xml
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=416180&r1=416179&r2=416180&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Wed Jun 21 17:03:45 2006
@@ -693,6 +693,7 @@
<fileset dir="${java.dir}">
<include name="**/*.properties"/>
<include name="**/*.dtd"/>
+ <include name="**/*.xml"/>
</fileset>
<fileset dir="${resource.dir}" />
</copy>
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml?rev=416180&r1=416179&r2=416180&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml
Wed Jun 21 17:03:45 2006
@@ -20,7 +20,7 @@
-->
<!-- ant1.6+ antlib declaration for the conditions
- use with the declaration xmlns:cond="antlib:org.apache.tools.ant.conditions"
to
+ use with the declaration xmlns:cond="antlib:org.apache.tools.ant.condition"
to
trigger ant's autoload of this file into a namespace.
Please keep this list in alphabetical order -it is easier to verify that way
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]