diff options
author | Andy Clement <aclement@gopivotal.com> | 2014-08-14 14:43:14 -0700 |
---|---|---|
committer | Andy Clement <aclement@gopivotal.com> | 2014-08-14 14:43:14 -0700 |
commit | 1da68158a802f47b42194dcb040be47526703ed6 (patch) | |
tree | b21ed7b139159e54d20eb69056b9a0938b65bdd9 /ajdoc | |
parent | 6395756b3bacb9edc5d38bf7b4e142e08f85ce4b (diff) | |
download | aspectj-1da68158a802f47b42194dcb040be47526703ed6.tar.gz aspectj-1da68158a802f47b42194dcb040be47526703ed6.zip |
fixing paths so that distro build isn't hugeV1_8_2
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath index 0b3f65de8..ec2682446 100644 --- a/ajdoc/.classpath +++ b/ajdoc/.classpath @@ -7,6 +7,7 @@ <classpathentry kind="src" path="/util"/> <classpathentry kind="src" path="testsrc"/> <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="JRE15_LIB"/> <classpathentry kind="output" path="bin"/> </classpath> |