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

main
Last change on this file was c6829c2, checked in by Stephen Siegel <siegel@…>, 19 months ago

Added ANTLR source to classpath of ABC for better debugging.
Changed method for printing errors in CivlCParser.g so that it doesn't print out the wrong source, or any source, since source info is already in the token.
Removed unused import in an Executor.

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

  • Property mode set to 100644
File size: 976 bytes
RevLine 
[b4b3b0d]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 combineaccessrules="false" kind="src" path="/dev.civl.sarl">
10 <attributes>
11 <attribute name="module" value="true"/>
12 </attributes>
13 </classpathentry>
14 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
15 <attributes>
16 <attribute name="module" value="true"/>
17 </attributes>
18 </classpathentry>
[c6829c2]19 <classpathentry kind="var" path="VSL/mods/antlr3/antlr3runtime.jar" sourcepath="/VSL/src/antlr-runtime-3.5.2-sources.jar">
[b4b3b0d]20 <attributes>
21 <attribute name="module" value="true"/>
22 </attributes>
23 </classpathentry>
24 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
[ea777aa]25 <classpathentry kind="lib" path="/CIVL"/>
[b4b3b0d]26 <classpathentry kind="output" path="bin"/>
27</classpath>
Note: See TracBrowser for help on using the repository browser.