source: CIVL/.classpath@ 55e649b

1.23 2.0 main test-branch
Last change on this file since 55e649b was 404b11a, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

updated CIVL's build path to ANTLR3: changed it to antlr-runtime.jar so that it is not independent with the version number.

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

  • Property mode set to 100644
File size: 1016 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/dev" path="test/dev"/>
5 <classpathentry kind="src" output="bin-test/big" path="test/big"/>
6 <classpathentry kind="src" output="bin-test/regress" path="test/regress"/>
7 <classpathentry kind="src" path="bench"/>
8 <classpathentry kind="src" path="text/include"/>
9 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
10 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
11 <classpathentry combineaccessrules="false" kind="src" path="/SARL"/>
12 <classpathentry combineaccessrules="false" kind="src" path="/GMC"/>
13 <classpathentry kind="var" path="VSL/lib/antlr-runtime.jar"/>
14 <classpathentry kind="var" path="VSL/lib/antlr-4.4-complete.jar"/>
15 <classpathentry combineaccessrules="false" kind="src" path="/ABC"/>
16 <classpathentry kind="output" path="bin"/>
17</classpath>
Note: See TracBrowser for help on using the repository browser.