diff options
Diffstat (limited to 'src/testgenerator/.classpath')
-rw-r--r-- | src/testgenerator/.classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testgenerator/.classpath b/src/testgenerator/.classpath new file mode 100644 index 0000000..fb565a5 --- /dev/null +++ b/src/testgenerator/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> + <classpathentry kind="output" path="bin"/> +</classpath> |