diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-08-29 10:40:33 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-08-29 10:40:33 -0400 |
| commit | 56b310cef98d5da34cbef37757a04e257561564a (patch) | |
| tree | f06ce52a1c2f8d6e7fee52e8be15349be660e8b9 /RGens/.classpath | |
| parent | dd16f8535a02d0f26fb3ccd4e2631e1a060fcad5 (diff) | |
Started some work on a GUI app
Diffstat (limited to 'RGens/.classpath')
| -rw-r--r-- | RGens/.classpath | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/RGens/.classpath b/RGens/.classpath index 7c632d2..d978244 100644 --- a/RGens/.classpath +++ b/RGens/.classpath @@ -6,15 +6,17 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> <attributes> + <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="output" path="target/classes"/> </classpath> |
