Création du projet YACOSTest

This commit is contained in:
Frederic Debuire
2008-01-07 16:17:14 +00:00
parent 4d27d7e6a5
commit 55fd1f3ab9
5 changed files with 108 additions and 0 deletions

8
YACOSTest/.classpath Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/usr/local/debuire/bin/junit-4.4.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/YACOSCore"/>
<classpathentry kind="output" path="bin"/>
</classpath>