You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2007/09/26 16:27:05 UTC

svn commit: r579666 - /incubator/abdera/java/branches/0.3.0-incubating/build/build.xml

Author: jmsnell
Date: Wed Sep 26 07:27:04 2007
New Revision: 579666

URL: http://svn.apache.org/viewvc?rev=579666&view=rev
Log:
Fixing the ant build as reported by Garrett

Modified:
    incubator/abdera/java/branches/0.3.0-incubating/build/build.xml

Modified: incubator/abdera/java/branches/0.3.0-incubating/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.3.0-incubating/build/build.xml?rev=579666&r1=579665&r2=579666&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.3.0-incubating/build/build.xml (original)
+++ incubator/abdera/java/branches/0.3.0-incubating/build/build.xml Wed Sep 26 07:27:04 2007
@@ -520,7 +520,7 @@
         <exclude name="**/*.md5" />
         <exclude name="**/.project" />
         <exclude name="**/feedvalidator.org/**/*" />
-        <exclude name="**/json/src/**/*" />
+        <exclude name="dependencies/json/src/**/*" />
         <exclude name="dependencies/work/**/*" />
       </fileset>
     </copy>