summaryrefslogtreecommitdiffstats
path: root/ajdoc/.classpath
diff options
context:
space:
mode:
authormkersten <mkersten>2005-10-06 15:36:07 +0000
committermkersten <mkersten>2005-10-06 15:36:07 +0000
commit671e1194f70d2d092dd2df035cf423ff0470a719 (patch)
tree39a3340a34fe3ae2e57ec47c2bccb292db5fc67b /ajdoc/.classpath
parentc53508700eab4ec1336ff60101e98aa42ba180c6 (diff)
downloadaspectj-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/.classpath2
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>