Browse Source

Let's see if I get this right this time... thx Craig!

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267658 13f79535-47bb-0310-9956-ffa450edef68
master
Sam Ruby 25 years ago
parent
commit
462279a7e4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build.xml

+ 2
- 2
build.xml View File

@@ -16,10 +16,10 @@
<property name="src.dir" value="${basedir}/src/main"/>
<property name="lib.dir" value="lib"/>
<property name="docs.dir" value="docs"/>
<property name="build.dir" value="../build"/>
<property name="build.dir" value="../build/ant"/>
<property name="build.classes" value="${build.dir}/classes"/>
<property name="build.javadocs" value="${build.dir}/javadocs"/>
<property name="ant.dist.dir" value="../dist"/>
<property name="ant.dist.dir" value="../dist/ant"/>

<property name="classpath" value=""/>
<property name="packages" value="org.apache.tools.*"/>


Loading…
Cancel
Save