Browse Source

Add log4j jar to make it easier to compile separate to the myrmidon proposal.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271965 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
5b5bf65caa
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/xdocs/build.xml
  2. BIN
      proposal/xdocs/lib/log4j-core.jar

+ 1
- 1
proposal/xdocs/build.xml View File

@@ -8,7 +8,7 @@
<property file=".ant.properties"/> <property file=".ant.properties"/>
<property file="${user.home}/.ant.properties"/> <property file="${user.home}/.ant.properties"/>


<property name="log4j.jar" location="../myrmidon/lib/log4j-core.jar"/>
<property name="log4j.jar" location="lib/log4j-core.jar"/>
<property name="xdoclet.jar" location="lib/xdoclet.jar"/> <property name="xdoclet.jar" location="lib/xdoclet.jar"/>


<property name="src.dir" <property name="src.dir"


BIN
proposal/xdocs/lib/log4j-core.jar View File


Loading…
Cancel
Save