Browse Source

Some people expect an INSTALL file, PR 33273

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277692 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
e655ab99bd
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      INSTALL
  2. +2
    -0
      build.xml

+ 2
- 0
INSTALL View File

@@ -0,0 +1,2 @@
For installation instructions see the manual in the docs subdirectory
or online at <http://ant.apache.org/manual/index.html>.

+ 2
- 0
build.xml View File

@@ -1011,6 +1011,7 @@
<copy todir="${dist.dir}"> <copy todir="${dist.dir}">
<fileset dir="."> <fileset dir=".">
<include name="README"/> <include name="README"/>
<include name="INSTALL"/>
<include name="LICENSE"/> <include name="LICENSE"/>
<include name="LICENSE.xerces"/> <include name="LICENSE.xerces"/>
<include name="LICENSE.dom"/> <include name="LICENSE.dom"/>
@@ -1104,6 +1105,7 @@
<copy todir="${src.dist.dir}"> <copy todir="${src.dist.dir}">
<fileset dir="."> <fileset dir=".">
<include name="README"/> <include name="README"/>
<include name="INSTALL"/>
<include name="LICENSE"/> <include name="LICENSE"/>
<include name="LICENSE.xerces"/> <include name="LICENSE.xerces"/>
<include name="LICENSE.dom"/> <include name="LICENSE.dom"/>


Loading…
Cancel
Save