[Swift-commit] r3405 - branches/woz-01

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Jun 22 16:22:42 CDT 2010


Author: wozniak
Date: 2010-06-22 16:22:42 -0500 (Tue, 22 Jun 2010)
New Revision: 3405

Modified:
   branches/woz-01/build.xml
Log:
Remove some deletes and overwrites


Modified: branches/woz-01/build.xml
===================================================================
--- branches/woz-01/build.xml	2010-06-22 21:15:04 UTC (rev 3404)
+++ branches/woz-01/build.xml	2010-06-22 21:22:42 UTC (rev 3405)
@@ -194,25 +194,23 @@
 		<chmod perm="+x" file="${dist.dir}/libexec/log/whole-workflow-event"/>
 		<chmod perm="+x" file="${dist.dir}/libexec/log/whole-workflow-time"/>
 
-		<!--<delete file="${dist.dir}/lib/jaxrpc.jar" quiet="true"/>-->
-		<delete includeEmptyDirs="true">
+		<!-- <delete file="${dist.dir}/lib/jaxrpc.jar" quiet="true"/>-->
+		<!-- <delete includeEmptyDirs="true">
 			<fileset dir="${dist.dir}/bin/examples"/>
-		</delete>
-		<delete>
+		     </delete> -->
+		<!-- <delete>
 			<fileset dir="${dist.dir}/bin" 
 				includes="examples, cog-checkpoint*, cog-file-operation*, cog-register*"/>
 			<fileset dir="${dist.dir}/bin" 
 				includes="cog-task2xml*, globus-gass-server*, globus-personal-gatekeeper*"/>
 			<fileset dir="${dist.dir}/bin" 
 				includes="globus2jks*, grid-info-search*, cogrun*, globus-gass-server-shutdown*"/>
-		</delete>
+      		     </delete> -->
 		<antcall target="remove-supporting" />
 		<copy todir="${dist.dir}/etc" 
-			file="${cog.dir}/modules/${module.name}/etc/karajan.properties" 
-			overwrite="true"/>
+			file="${cog.dir}/modules/${module.name}/etc/karajan.properties" />
 		<copy todir="${dist.dir}/etc" 
-			file="${cog.dir}/modules/${module.name}/etc/log4j.properties" 
-			overwrite="true"/>
+			file="${cog.dir}/modules/${module.name}/etc/log4j.properties" 	/>
 		<replace file="${dist.dir}/bin/swift">
 			<replacetoken>COG_INSTALL_PATH</replacetoken>
 			<replacevalue>SWIFT_HOME</replacevalue>




More information about the Swift-commit mailing list