antoine 2005/05/19 06:50:10 Modified: . build.xml ReleaseInstructions Log: Add information concerning the new java-repository Revision Changes Path 1.471 +6 -1 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.470 retrieving revision 1.471 diff -u -r1.470 -r1.471 --- build.xml 19 May 2005 12:45:12 -0000 1.470 +++ build.xml 19 May 2005 13:50:09 -0000 1.471 @@ -1331,7 +1331,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.28 +10 -2 ant/ReleaseInstructions Index: ReleaseInstructions =================================================================== RCS file: /home/cvs/ant/ReleaseInstructions,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ReleaseInstructions 19 May 2005 12:45:12 -0000 1.27 +++ ReleaseInstructions 19 May 2005 13:50:10 -0000 1.28 @@ -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]