Browse Source

Change distribution name

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273912 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
948d5af06b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      build.xml
  2. +1
    -1
      docs/manual/antexternal.html

+ 1
- 1
build.xml View File

@@ -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
- 1
docs/manual/antexternal.html View File

@@ -41,7 +41,7 @@ name a few).
<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>


Loading…
Cancel
Save