diff options
author | Shevek <[email protected]> | 2008-05-18 09:33:57 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2008-05-18 09:33:57 +0000 |
commit | 22108df72646f5a7766bdbf7b2eaa3da7a382957 (patch) | |
tree | ceadb1b53f733dca835234deeb87cb1615a82095 | |
parent | 3f20b68474d21a608f2370764c3714cb2aa4c62d (diff) |
add ant path to javadoc
-rw-r--r-- | etc/global.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/global.xml b/etc/global.xml index 41bf829..d465f07 100644 --- a/etc/global.xml +++ b/etc/global.xml @@ -12,6 +12,9 @@ <fileset dir="${global.dir.lib}"> <include name="runtime/**/*.jar"/> </fileset> + <fileset dir="/usr/share/ant/lib"> + <include name="*.jar" /> + </fileset> </path> <path id="runtime-classpath"> |