java/.classpath
changeset 2678 c865275e48a7
parent 2353 fa7400d022a0
child 2731 13f5be2bf83b
--- a/java/.classpath	Fri Aug 16 19:52:36 2013 +0200
+++ b/java/.classpath	Fri Sep 06 02:45:44 2013 +0200
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry exported="true" kind="lib" path="libs-src/groovy-all-1.8.2-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="libs-src/junit-4.8.2-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="libs/groovy-all-1.8.2.jar" sourcepath="libs-src/groovy-all-1.8.2-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="libs/junit4-4.8.2.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>