2
0
Fork 0

[svn r229] init add vasc

This commit is contained in:
willemc 2007-03-22 01:01:07 +01:00
parent 5684546942
commit d62b09bd3b
39 changed files with 1804 additions and 0 deletions

18
.classpath Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/junit-4.1.jar"/>
<classpathentry kind="lib" path="lib/idcanet-x4o-bin.jar"/>
<classpathentry kind="lib" path="lib/juel-2.1.0-rc1.jar"/>
<classpathentry kind="lib" path="lib/juel-2.1.0-rc1-impl.jar"/>
<classpathentry kind="lib" path="lib/idcanet-xtes-bin.jar"/>
<classpathentry kind="lib" path="lib/idcanet-serv5-bin.jar"/>
<classpathentry kind="lib" path="lib/hibernate3.jar"/>
<classpathentry kind="con" path="SWT_CONTAINER/PLATFORM"/>
<classpathentry kind="lib" path="lib/jgoodies-binding.jar"/>
<classpathentry kind="lib" path="lib/swtbinding-20051212111010.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface_3.2.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>