antoine 2005/05/19 06:51:08 Modified: . Tag: ANT_16_BRANCH build.xml ReleaseInstructions Log: Merge from HEAD Revision Changes Path No revision No revision 1.392.2.45 +6 -1 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.392.2.44 retrieving revision 1.392.2.45 diff -u -r1.392.2.44 -r1.392.2.45 --- build.xml 19 May 2005 12:22:09 -0000 1.392.2.44 +++ build.xml 19 May 2005 13:51:08 -0000 1.392.2.45 @@ -1269,7 +1269,12 @@ <fail unless="ssh.knownhosts" message="set a property with your ssh knownhosts"/> <scp todir="[EMAIL PROTECTED]:/www/www.apache.org/dist/ant" keyfile="${ssh.keyfile}" passphrase="${ssh.passphrase}" knownhosts="${ssh.knownhosts}"> <fileset dir="${dist.base}"> - <include name="**/*"/> + <include name="**/*${version}*"/> + </fileset> + </scp> + <scp todir="[EMAIL PROTECTED]:/www/www.apache.org/dist/java-repository/ant/jars" keyfile="${ssh.keyfile}" passphrase="${ssh.passphrase}" knownhosts="${ssh.knownhosts}"> + <fileset dir="java-repository/ant/jars"> + <include name="*${version}*"/> </fileset> </scp> </target> 1.17.2.9 +10 -2 ant/ReleaseInstructions Index: ReleaseInstructions =================================================================== RCS file: /home/cvs/ant/ReleaseInstructions,v retrieving revision 1.17.2.8 retrieving revision 1.17.2.9 diff -u -r1.17.2.8 -r1.17.2.9 --- ReleaseInstructions 19 May 2005 12:22:09 -0000 1.17.2.8 +++ ReleaseInstructions 19 May 2005 13:51:08 -0000 1.17.2.9 @@ -165,7 +165,15 @@ you'll have to do some house-keeping for the old release: * upload the new release files to - /www/www.apache.org/dist/ant/[source|binaries]. + + from distribution + to /www/www.apache.org/dist/ant/[source|binaries]. + + and + + from java-repository/ant/jars + to /www/www.apache.org/dist/java-repository/ant/jars + this can be done using the target upload of the build.xml * remove the symbolic links from /www/www.apache.org/dist/ant. @@ -188,7 +196,7 @@ 19. Clean up. * remove the remaining files of the previous release from - /www/www.apache.org/dist/ant/[source|binary]. + /www/www.apache.org/dist/ant/[source|binaries]. This includes the old release notes. 20. Now and perhaps during previous betas any changes on the branch must
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]