summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authormattinger <[email protected]>2006-12-27 20:48:36 +0000
committermattinger <[email protected]>2006-12-27 20:48:36 +0000
commit029cd4b9bc7d4b73f024b9191f2db44fd3edec32 (patch)
tree0a2572cf40ff20799d5ca3ea3c644ec4db3ca98d /build.xml
parentecced85332311006aa21eb9b7c84fada1e1baf7f (diff)
adding new jar files which are needed
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/branches/ant-1.7.0-upgrade@69 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index eb6a80b..4531155 100644
--- a/build.xml
+++ b/build.xml
@@ -44,9 +44,9 @@
</target>
<target name="classpath" depends="resolve">
- <ivy:cachepath id="compile.classpath" type="jar" conf="provided" />
- <ivy:cachepath id="runtime.classpath" type="jar" conf="default" />
- <ivy:cachepath id="test.classpath" type="jar" conf="test" />
+ <ivy:cachepath pathid="compile.classpath" type="jar" conf="provided" />
+ <ivy:cachepath pathid="runtime.classpath" type="jar" conf="default" />
+ <ivy:cachepath pathid="test.classpath" type="jar" conf="test" />
<ivy:cachefileset setid="compile.fileset" type="jar" conf="provided" />
<ivy:cachefileset setid="runtime.fileset" type="jar" conf="default" />
<ivy:cachefileset setid="test.fileset" type="jar" conf="test" />