Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 33
Line 1... Line 1...
1
<?xml version="1.0" encoding="utf-8" ?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
2
<classpath>
3
   <classpathentry kind="src" path="src"/>
3
	<classpathentry kind="src" path="src"/>
4
   <classpathentry kind="src" path="test"/>
-
 
5
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
   <classpathentry kind="lib" path="/opt/gwt/gwt-user.jar"/>
5
	<classpathentry kind="lib" path="/opt/gwt/gwt-user.jar"/>
7
   <classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
6
	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
-
 
7
	<classpathentry kind="lib" path="/opt/mygwt/mygwt.jar"/>
8
   <classpathentry kind="output" path="bin"/>
8
	<classpathentry kind="output" path="bin"/>
9
</classpath>
9
</classpath>