Browse Source

include get-m2.xml

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426356 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 19 years ago
parent
commit
e545f808ed
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      build.xml

+ 3
- 1
build.xml View File

@@ -739,7 +739,7 @@
value="org.apache.tools.ant"/> value="org.apache.tools.ant"/>
<attribute name="Implementation-Version" <attribute name="Implementation-Version"
value="${manifest-version}"/> value="${manifest-version}"/>
<attribute name="Implementation-Vendor"
<attribute name="Implemenatation-Vendor"
value="Apache Software Foundation"/> value="Apache Software Foundation"/>
</section> </section>
</manifest> </manifest>
@@ -1024,6 +1024,7 @@
<include name="KEYS"/> <include name="KEYS"/>
<include name="welcome.html"/> <include name="welcome.html"/>
<include name="fetch.xml"/> <include name="fetch.xml"/>
<include name="get-m2.xml"/>
</fileset> </fileset>
</copy> </copy>


@@ -1125,6 +1126,7 @@
<include name="build.xml"/> <include name="build.xml"/>
<include name="fetch.xml"/> <include name="fetch.xml"/>
<include name="welcome.html"/> <include name="welcome.html"/>
<include name="get-m2.xml"/>
</fileset> </fileset>
</copy> </copy>




Loading…
Cancel
Save