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 2006/11/27 18:56:25 UTC

svn commit: r479707 - /incubator/abdera/java/trunk/build/build.xml

Author: jmsnell
Date: Mon Nov 27 09:56:24 2006
New Revision: 479707

URL: http://svn.apache.org/viewvc?view=rev&rev=479707
Log:
Make sure the json pom.xml is in the source distribution (trunk)

Modified:
    incubator/abdera/java/trunk/build/build.xml

Modified: incubator/abdera/java/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/build/build.xml?view=diff&rev=479707&r1=479706&r2=479707
==============================================================================
--- incubator/abdera/java/trunk/build/build.xml (original)
+++ incubator/abdera/java/trunk/build/build.xml Mon Nov 27 09:56:24 2006
@@ -518,7 +518,8 @@
         <exclude name="**/*.md5" />
         <exclude name="**/.project" />
         <exclude name="**/feedvalidator.org/**/*" />
-        <exclude name="**/json/**/*" />
+        <exclude name="**/json/src/**/*" />
+        <exclude name="**/dependencies/work/json/**/*" />
       </fileset>
     </copy>
     <zip destfile="${basedir}/${ant.project.name}.${version}.src.zip"