diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2015-09-28 22:41:55 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2015-09-28 22:41:55 -0400 |
| commit | f8215c428f0b46b459c59d0783b4bc4dadfc38a3 (patch) | |
| tree | d4891bb1f8d8193dbec02ca46854f86b34085a1c /BJC-Utils2/.classpath | |
| parent | ebab46a80d665a5e6c175e1dc3eaba47582ea482 (diff) | |
Basic data structure code.
Still importing things from the old project.
Diffstat (limited to 'BJC-Utils2/.classpath')
| -rw-r--r-- | BJC-Utils2/.classpath | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/BJC-Utils2/.classpath b/BJC-Utils2/.classpath index 0a1dadd..2e39f26 100644 --- a/BJC-Utils2/.classpath +++ b/BJC-Utils2/.classpath @@ -12,15 +12,12 @@ <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/J2SE-1.5"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> <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.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target/classes"/> </classpath> |
