Author: jfclere Date: Mon Dec 21 22:41:14 2009 New Revision: 893018 URL: http://svn.apache.org/viewvc?rev=893018&view=rev Log: Adjustement for the release.
Modified: tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.properties.default tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.xml Modified: tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.properties.default?rev=893018&r1=893017&r2=893018&view=diff ============================================================================== --- tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.properties.default (original) +++ tomcat/tc6.0.x/tags/TOMCAT_6_0_21/build.properties.default Mon Dec 21 22:41:14 2009 @@ -29,7 +29,7 @@ version.minor=0 version.build=0 version.patch=0 -version=6.0-snapshot +version=6.0.21 # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, 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=893018&r1=893017&r2=893018&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 Mon Dec 21 22:41:14 2009 @@ -707,19 +707,19 @@ </antcall> <antcall target="downloadfile"> - <param name="sourcefile" value="${tomcat-native.dll}/win32/tcnative-1.dll"/> + <param name="sourcefile" value="${tomcat-native.dll}/win32/libtcnative-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/tcnative-1.dll"/> + <param name="sourcefile" value="${tomcat-native.dll}/win64/x64/libtcnative-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/tcnative-1.dll"/> + <param name="sourcefile" value="${tomcat-native.dll}/win64/ia64/libtcnative-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