summaryrefslogtreecommitdiffstats
path: root/ajde.core
diff options
context:
space:
mode:
authorAndy Clement <aclement@gopivotal.com>2014-10-24 10:17:39 -0700
committerAndy Clement <aclement@gopivotal.com>2014-10-24 10:17:39 -0700
commit9a1aa6dc87c29253f488535c68de7c4c4ff0e40a (patch)
tree866da981b3966ce9907d7e047a5d6163ce11aea1 /ajde.core
parentcb32bead6100265a0b493ea14c5af0872241c6a9 (diff)
downloadaspectj-9a1aa6dc87c29253f488535c68de7c4c4ff0e40a.tar.gz
aspectj-9a1aa6dc87c29253f488535c68de7c4c4ff0e40a.zip
Fix for building on Java8V1_8_3a
Diffstat (limited to 'ajde.core')
-rw-r--r--ajde.core/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/ajde.core/.classpath b/ajde.core/.classpath
index 1f45ca859..0a49960ab 100644
--- a/ajde.core/.classpath
+++ b/ajde.core/.classpath
@@ -9,5 +9,6 @@
<classpathentry exported="true" kind="src" path="/org.eclipse.jdt.core"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/weaver"/>
<classpathentry kind="output" path="bin"/>
</classpath>