Author: leosutic
Date: Sun Aug 24 10:52:32 2008
New Revision: 688539
URL: http://svn.apache.org/viewvc?rev=688539&view=rev
Log:
Fixed bug that would exclude the anttasks.properties file in the resulting Jar.
Modified:
commons/proper/attributes/trunk/build.xml
Modified: commons/proper/attributes/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/attributes/trunk/build.xml?rev=688539&r1=688538&r2=688539&view=diff
==============================================================================
--- commons/proper/attributes/trunk/build.xml (original)
+++ commons/proper/attributes/trunk/build.xml Sun Aug 24 10:52:32 2008
@@ -70,7 +70,7 @@
</classpath>
</javac>
<copy todir="${classesdir}">
- <fileset dir="api/src/java">
+ <fileset dir="compiler/src/java">
<include name="**/*.dtd">
</include>
<include name="**/*.properties">