diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-04-23 11:25:10 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-04-23 11:25:10 +0200 |
commit | 7a6c9b5eb5a3d27be80c68eab583bd05e45bd310 (patch) | |
tree | 84b354a84d31533e404612ea19233f57e8909c17 /src/testgenerator/.classpath | |
parent | 868b1ce72e4459f333aaac24de0b1db428143b0d (diff) |
Adding a generator for tests to the modexp model and core.
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> |