conor 2003/01/28 03:28:24 Modified: . Tag: ANT_15_BRANCH build.xml docs/manual Tag: ANT_15_BRANCH antexternal.html Log: Change distribution name to apache-ant Revision Changes Path No revision No revision 1.304.2.42 +1 -1 jakarta-ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-ant/build.xml,v retrieving revision 1.304.2.41 retrieving revision 1.304.2.42 diff -u -w -u -r1.304.2.41 -r1.304.2.42 --- build.xml 28 Jan 2003 09:02:44 -0000 1.304.2.41 +++ build.xml 28 Jan 2003 11:28:24 -0000 1.304.2.42 @@ -98,7 +98,7 @@ Set up properties for the distribution area =================================================================== --> - <property name="dist.name" value="jakarta-${name}-${version}"/> + <property name="dist.name" value="apache-${name}-${version}"/> <property name="dist.base" value="distribution"/> <property name="dist.dir" value="dist"/> <property name="dist.bin" value="${dist.dir}/bin"/> No revision No revision 1.1.2.2 +1 -1 jakarta-ant/docs/manual/antexternal.html Index: antexternal.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/antexternal.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -w -u -r1.1.2.1 -r1.1.2.2 --- antexternal.html 23 May 2002 05:05:36 -0000 1.1.2.1 +++ antexternal.html 28 Jan 2003 11:28:24 -0000 1.1.2.2 @@ -41,7 +41,7 @@ <td><b>Community Support</b></td> <td> Using Ant tasks means you have less of your own code to support. Ant -code is supported by the entire jakarta-ant community. +code is supported by the entire Apache Ant community. </td> </tr> </table>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>