diff options
author | mattinger <[email protected]> | 2007-03-07 21:39:57 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2007-03-07 21:39:57 +0000 |
commit | 69da5b36470f85cc514a5661298cf6d5bfc01116 (patch) | |
tree | 313bb58f47fdfde3d40b1706266ec0a742fb798c /ant1.7/.classpath | |
parent | 1bce0a66a11f4cbf8d6bcc46fbd9a36cb7ebe64a (diff) |
Code and build re-organized to produce ant-version specific jar files and library sets
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/branches/ant-1.7.0-upgrade@100 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'ant1.7/.classpath')
-rw-r--r-- | ant1.7/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ant1.7/.classpath b/ant1.7/.classpath new file mode 100644 index 0000000..d770978 --- /dev/null +++ b/ant1.7/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/java"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/ant1.6"/> + <classpathentry kind="lib" path="../lib/ant/jars/ant-1.7.0.jar"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> |