diff options
author | Sven Gothel <[email protected]> | 2014-05-11 03:04:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-05-11 03:04:19 +0200 |
commit | d2b21db6b0a6c7cb7dc12dbaa32ff47c579273bc (patch) | |
tree | 151eb78f46298d78427808f7d827be2943621099 /.classpath | |
parent | 1e53a38eb06aa8ff50660fdf7bd8570b27f27c56 (diff) |
Eclipse .classpath: Add 'src' 'test/junit'
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/> </attributes> </classpathentry> + <classpathentry kind="src" path="test/junit"/> <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"/> |