conor 2003/01/28 03:36:39
Modified: . build.xml
docs/manual antexternal.html
Log:
Change distribution name
Revision Changes Path
1.347 +1 -1 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -w -u -r1.346 -r1.347
--- build.xml 24 Jan 2003 14:18:20 -0000 1.346
+++ build.xml 28 Jan 2003 11:36:38 -0000 1.347
@@ -103,7 +103,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"/>
1.3 +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.2
retrieving revision 1.3
diff -u -w -u -r1.2 -r1.3
--- antexternal.html 1 Jun 2002 12:26:32 -0000 1.2
+++ antexternal.html 28 Jan 2003 11:36:39 -0000 1.3
@@ -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]>