Author: jfclere Date: Tue Dec 22 11:09:21 2009 New Revision: 893135 URL: http://svn.apache.org/viewvc?rev=893135&view=rev Log: Rollback 893018 only keep the release change.
Modified: tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.xml Modified: tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.xml?rev=893135&r1=893134&r2=893135&view=diff ============================================================================== --- tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.xml (original) +++ tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.xml Tue Dec 22 11:09:21 2009 @@ -707,19 +707,19 @@ </antcall> <antcall target="downloadfile"> - <param name="sourcefile" value="${tomcat-native.dll}/win32/libtcnative-1.dll"/> + <param name="sourcefile" value="${tomcat-native.dll}/win32/tcnative-1.dll"/> <param name="destfile" value="${tomcat-native.home}/tcnative-1.dll.x86"/> <param name="destdir" value="${tomcat-native.home}"/> </antcall> <antcall target="downloadfile"> - <param name="sourcefile" value="${tomcat-native.dll}/win64/x64/libtcnative-1.dll"/> + <param name="sourcefile" value="${tomcat-native.dll}/win64/x64/tcnative-1.dll"/> <param name="destfile" value="${tomcat-native.home}/tcnative-1.dll.x64"/> <param name="destdir" value="${tomcat-native.home}"/> </antcall> <antcall target="downloadfile"> - <param name="sourcefile" value="${tomcat-native.dll}/win64/ia64/libtcnative-1.dll"/> + <param name="sourcefile" value="${tomcat-native.dll}/win64/ia64/tcnative-1.dll"/> <param name="destfile" value="${tomcat-native.home}/tcnative-1.dll.i64"/> <param name="destdir" value="${tomcat-native.home}"/> </antcall> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org