diff options
author | Andy Clement <andrew.clement@gmail.com> | 2013-01-15 11:19:28 -0800 |
---|---|---|
committer | Andy Clement <andrew.clement@gmail.com> | 2013-01-15 11:19:28 -0800 |
commit | efef2f31fe1b535e156332909d3e5ef47ab4a1d9 (patch) | |
tree | 1cf791f2ba47a565a8415528c9807d1d91c11755 /ajdoc | |
parent | 43166c3e88e824e8709d50b243121740b0a1e81b (diff) | |
download | aspectj-efef2f31fe1b535e156332909d3e5ef47ab4a1d9.tar.gz aspectj-efef2f31fe1b535e156332909d3e5ef47ab4a1d9.zip |
remove JRE14_LIB reference
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath index b675c18b0..ec2682446 100644 --- a/ajdoc/.classpath +++ b/ajdoc/.classpath @@ -6,8 +6,8 @@ <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/util"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> - <classpathentry kind="var" path="JRE14_LIB"/> + <classpathentry kind="var" path="JRE15_LIB"/> <classpathentry kind="output" path="bin"/> </classpath> |