source: CIVL/mods/dev.civl.sarl/.classpath

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: 966 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" output="bin-bench" path="bench"/>
5 <classpathentry kind="src" output="bin-test/big" path="test/big">
6 <attributes>
7 <attribute name="test" value="true"/>
8 </attributes>
9 </classpathentry>
10 <classpathentry kind="src" output="bin-test/dev" path="test/dev">
11 <attributes>
12 <attribute name="test" value="true"/>
13 </attributes>
14 </classpathentry>
15 <classpathentry kind="src" output="bin-test/regress" path="test/regress">
16 <attributes>
17 <attribute name="test" value="true"/>
18 </attributes>
19 </classpathentry>
20 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
21 <attributes>
22 <attribute name="module" value="true"/>
23 </attributes>
24 </classpathentry>
25 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
26 <classpathentry kind="output" path="bin"/>
27</classpath>
Note: See TracBrowser for help on using the repository browser.