diff options
author | wisberg <wisberg> | 2005-06-08 23:39:52 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-06-08 23:39:52 +0000 |
commit | 9bbeed8c1e807ede273995b5ba3bbbe095e0d7d7 (patch) | |
tree | 1332f2e12accc2483f4e1f3411ea491e3267bbc5 /loadtime5/.classpath | |
parent | 07b62e63fa19324107da924c64bcecc2603dd1cf (diff) | |
download | aspectj-9bbeed8c1e807ede273995b5ba3bbbe095e0d7d7.tar.gz aspectj-9bbeed8c1e807ede273995b5ba3bbbe095e0d7d7.zip |
JRE15_SRC variable to build 1.5 modules when defaulting to 1.3 VM's
Diffstat (limited to 'loadtime5/.classpath')
-rw-r--r-- | loadtime5/.classpath | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/loadtime5/.classpath b/loadtime5/.classpath index cc25e7471..18574d27d 100644 --- a/loadtime5/.classpath +++ b/loadtime5/.classpath @@ -12,10 +12,6 @@ <attributes> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> - <attributes> - </attributes> - </classpathentry> <classpathentry combineaccessrules="false" kind="src" path="/asm"> <attributes> </attributes> @@ -40,5 +36,9 @@ <attributes> </attributes> </classpathentry> + <classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"> + <attributes> + </attributes> + </classpathentry> <classpathentry kind="output" path="bin"/> </classpath> |