source: CIVL/.classpath@ 4f22a92

1.23 2.0 main test-branch
Last change on this file since 4f22a92 was c788e3c, checked in by Stephen Siegel <siegel@…>, 12 years ago

Starting new implementation of state module (persistent), based on clj-ds persistent data structures.
Addes clj-ds source to classpath for easier development and debugging.
Fixed one bug in ImmutableProcessState: isCanonic method was returning true always, instead of looking at the field canonic.

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

  • Property mode set to 100644
File size: 846 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="test"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/SARL"/>
8 <classpathentry kind="var" path="VSL/lib/clj-ds.jar" sourcepath="/VSL/lib/clj-ds-0.0.4-sources.jar"/>
9 <classpathentry kind="var" path="VSL/lib/pcollections-2.1.2.jar" sourcepath="/VSL/src/pcollections-2.1.2-sources.jar"/>
10 <classpathentry combineaccessrules="false" kind="src" path="/ABC"/>
11 <classpathentry combineaccessrules="false" kind="src" path="/GMC"/>
12 <classpathentry kind="output" path="bin"/>
13</classpath>
Note: See TracBrowser for help on using the repository browser.