main
|
Last change
on this file was 4cec1d1, checked in by Alex Wilton <awilton@…>, 3 years ago |
|
Updated .classpath files to include test (and bench) folders along with adding JUnit to classpath. Removed unused build.xml in dev.civl.com. Fixed GCDBenchmark in sarl that Eclipse didn't like.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5675 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
561 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <classpath>
|
|---|
| 3 | <classpathentry kind="src" path="src"/>
|
|---|
| 4 | <classpathentry kind="src" output="bin-test" path="test">
|
|---|
| 5 | <attributes>
|
|---|
| 6 | <attribute name="test" value="true"/>
|
|---|
| 7 | </attributes>
|
|---|
| 8 | </classpathentry>
|
|---|
| 9 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
|---|
| 10 | <attributes>
|
|---|
| 11 | <attribute name="module" value="true"/>
|
|---|
| 12 | </attributes>
|
|---|
| 13 | </classpathentry>
|
|---|
| 14 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
|---|
| 15 | <classpathentry kind="output" path="bin"/>
|
|---|
| 16 | </classpath>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.