diff options
author | mkersten <mkersten> | 2005-10-06 15:36:07 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2005-10-06 15:36:07 +0000 |
commit | 671e1194f70d2d092dd2df035cf423ff0470a719 (patch) | |
tree | 39a3340a34fe3ae2e57ec47c2bccb292db5fc67b /ajdoc/.classpath | |
parent | c53508700eab4ec1336ff60101e98aa42ba180c6 (diff) | |
download | aspectj-671e1194f70d2d092dd2df035cf423ff0470a719.tar.gz aspectj-671e1194f70d2d092dd2df035cf423ff0470a719.zip |
Updated ajdoc projects setting for 1.3 source compliance and 1.4 library compliance. You must now have a JRE14_LIB variable set in your workspace.
Diffstat (limited to 'ajdoc/.classpath')
-rw-r--r-- | ajdoc/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath index 69fb98d8c..b675c18b0 100644 --- a/ajdoc/.classpath +++ b/ajdoc/.classpath @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="/asm"/> <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> <classpathentry kind="src" path="/bridge"/> @@ -9,5 +8,6 @@ <classpathentry kind="src" path="testsrc"/> <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> + <classpathentry kind="var" path="JRE14_LIB"/> <classpathentry kind="output" path="bin"/> </classpath> |