aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoraclement <aclement>2008-06-06 19:30:30 +0000
committeraclement <aclement>2008-06-06 19:30:30 +0000
commitef3d7dff3d00b93d69f5a607dd35bf5b443d84f5 (patch)
treebc21f243a35bb99e669e5856b337348e047d585c /build
parentfa36c54f53e1f9db2a47910cd8bec0cc28cc8dfe (diff)
downloadaspectj-ef3d7dff3d00b93d69f5a607dd35bf5b443d84f5.tar.gz
aspectj-ef3d7dff3d00b93d69f5a607dd35bf5b443d84f5.zip
switch to container from jrelib
Diffstat (limited to 'build')
-rw-r--r--build/.classpath12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/.classpath b/build/.classpath
index a52393fc3..2eb26a332 100644
--- a/build/.classpath
+++ b/build/.classpath
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="testsrc"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="lib" path="/lib/ant/lib/ant.jar"/>
- <classpathentry kind="lib" path="/lib/junit/junit.jar"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="testsrc"/>
+ <classpathentry kind="lib" path="/lib/ant/lib/ant.jar"/>
+ <classpathentry kind="lib" path="/lib/junit/junit.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>