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/07/20 19:16:31 UTC

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

Author: jmsnell
Date: Thu Jul 20 10:16:31 2006
New Revision: 423993

URL: http://svn.apache.org/viewvc?rev=423993&view=rev
Log:
The json version fix hadn't been applied to the trunk.
Sync'ing with the 0.1.0 branch

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?rev=423993&r1=423992&r2=423993&view=diff
==============================================================================
--- incubator/abdera/java/trunk/build/build.xml (original)
+++ incubator/abdera/java/trunk/build/build.xml Thu Jul 20 10:16:31 2006
@@ -54,8 +54,9 @@
   <property name="json.src" value="${dependencies}/json/src" />
   <property name="json.src.java"
             value="${json.src}/main/java" />
+  <property name="json.version" value="1.0" />
 
-  <property name="json.jar" value="${dependencies}/json.jar" />
+  <property name="json.jar" value="${dependencies}/json-${json.version}.jar" />
 
   <property file="${dependencies}/deps.properties" />
   
@@ -318,7 +319,7 @@
     </copy>
     <zip destfile="${basedir}/${ant.project.name}.${version}.src.zip"
       basedir="${work}/dist/" />
-    <delete dir="${work}/dist/${ant.project.name}.${version}" />
+    <delete dir="${work}" />
   </target>
 
   <target name="downloadsecurity" if="do.download.security">