You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/17 11:35:40 UTC

svn commit: r1035972 - /incubator/river/jtsk/trunk/build.xml

Author: sijskes
Date: Wed Nov 17 10:35:40 2010
New Revision: 1035972

URL: http://svn.apache.org/viewvc?rev=1035972&view=rev
Log:
removed deletes in jar building

Modified:
    incubator/river/jtsk/trunk/build.xml

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=1035972&r1=1035971&r2=1035972&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Wed Nov 17 10:35:40 2010
@@ -642,9 +642,10 @@
         Deprecated since 2.1 - Scheduled for removal (RIVER-365)
     -->
     <target name="jini-core.jar" depends="stubs">
+        <!--
         <delete file="${lib.dir}/jini-core.jar" quiet="true"/>
-        <jar destfile="${lib.dir}/jini-core.jar"
-		     index="false">
+        -->
+        <jar destfile="${lib.dir}/jini-core.jar" index="false">
             <fileset dir="${build.classes.dir}"
 			 includes="net/jini/core/**"/>
         </jar>
@@ -667,7 +668,9 @@
             <arg path="${build.classes.dir}/net/jini"/>
             <arg path="${build.classes.dir}/com/sun/jini/discovery"/>
         </classdep>
+        <!--
         <delete file="${lib.dir}/jini-ext.jar" quiet="true"/>
+        -->
         <jar destfile="${lib.dir}/jini-ext.jar"
 		     index="false"
 		     manifest="${src.manifest.dir}/jini-ext.mf">