source: CIVL/mods/dev.civl.mc/.classpath@ 6329dc1

1.23 2.0 main test-branch
Last change on this file since 6329dc1 was 6329dc1, checked in by Stephen Siegel <siegel@…>, 3 years ago

Doing some things to get rid of warnings in mc module. Move JUnit from classpath to modulepath and exported it, to get rid of the warnings that "Timeout" was not exported from mc. Changes to some comments and commented out unused private method getField. No warnings now in mc.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5721 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" output="bin-test/big" path="test/big">
5 <attributes>
6 <attribute name="test" value="true"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry kind="src" output="bin-test/dev" path="test/dev">
10 <attributes>
11 <attribute name="test" value="true"/>
12 </attributes>
13 </classpathentry>
14 <classpathentry kind="src" output="bin-test/regress" path="test/regress">
15 <attributes>
16 <attribute name="test" value="true"/>
17 </attributes>
18 </classpathentry>
19 <classpathentry combineaccessrules="false" kind="src" path="/dev.civl.abc">
20 <attributes>
21 <attribute name="module" value="true"/>
22 </attributes>
23 </classpathentry>
24 <classpathentry combineaccessrules="false" kind="src" path="/dev.civl.gmc">
25 <attributes>
26 <attribute name="module" value="true"/>
27 </attributes>
28 </classpathentry>
29 <classpathentry combineaccessrules="false" kind="src" path="/dev.civl.sarl">
30 <attributes>
31 <attribute name="module" value="true"/>
32 </attributes>
33 </classpathentry>
34 <classpathentry kind="var" path="VSL/mods/antlr3/antlr3runtime.jar">
35 <attributes>
36 <attribute name="module" value="true"/>
37 </attributes>
38 </classpathentry>
39 <classpathentry kind="var" path="VSL/mods/antlr4/antlr4runtime.jar">
40 <attributes>
41 <attribute name="module" value="true"/>
42 </attributes>
43 </classpathentry>
44 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
45 <attributes>
46 <attribute name="module" value="true"/>
47 </attributes>
48 </classpathentry>
49 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
50 <attributes>
51 <attribute name="module" value="true"/>
52 </attributes>
53 </classpathentry>
54 <classpathentry kind="lib" path="/CIVL"/>
55 <classpathentry kind="output" path="bin"/>
56</classpath>
Note: See TracBrowser for help on using the repository browser.