diff options
author | Sven Gothel <[email protected]> | 2015-07-14 22:46:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-14 22:46:36 +0200 |
commit | a224afde7eb5ee4b6877406e0321b3550586df2f (patch) | |
tree | 7d6f493dbd68a2e7e77e870a954c1c36f61a726f /.classpath | |
parent | 12ec1a6c41cd60df4f67df4a6332465fb82d9a3c (diff) |
Eclipse .classpath: Add source mapping of antlr-src.zip to antlr.jar
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <classpathentry kind="src" path="jcpp/src/test/java"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> - <classpathentry kind="lib" path="make/lib/antlr.jar"/> + <classpathentry kind="lib" path="make/lib/antlr.jar" sourcepath="make/lib/antlr-src.zip"/> <classpathentry kind="lib" path="make/lib/android-sdk/15/android.jar" sourcepath="make/lib/android-sdk/15/android-java-src.zip"/> <classpathentry kind="lib" path="make/lib/junit.jar" sourcepath="make/lib/junit-sources.jar"/> <classpathentry kind="lib" path="make/lib/semantic-versioning/semver.jar" sourcepath="make/lib/semantic-versioning/semver-src.zip"/> |