diff options
author | mattinger <[email protected]> | 2006-12-27 20:48:36 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2006-12-27 20:48:36 +0000 |
commit | 029cd4b9bc7d4b73f024b9191f2db44fd3edec32 (patch) | |
tree | 0a2572cf40ff20799d5ca3ea3c644ec4db3ca98d /build.xml | |
parent | ecced85332311006aa21eb9b7c84fada1e1baf7f (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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" />
|