Subversion Repositories eFlore/Applications.cel

Rev

Rev 22 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 329
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" output="test-classes" path="test"/>
-
 
5
	<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
-
 
6
	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
	<classpathentry kind="lib" path="/opt/gwt-linux-1.5.3/gwt-user.jar"/>
8
	<classpathentry kind="lib" path="/opt/lampp/gwt-maps-1.0.4/gwt-maps.jar"/>
6
	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
-
 
7
	<classpathentry kind="lib" path="/opt/gwtext-2.0.5/gwtext.jar"/>
9
	<classpathentry kind="lib" path="/opt/lampp/gwtext-2.0.5/gwtext.jar"/>
8
	<classpathentry kind="lib" path="/opt/gwtextux-0.3/gwtextux.jar"/>
10
	<classpathentry kind="lib" path="/opt/lampp/gwtextux-0.3/gwtextux.jar"/>
9
	<classpathentry kind="output" path="bin"/>
11
	<classpathentry kind="output" path="war/WEB-INF/classes"/>
10
</classpath>
12
</classpath>
11
							
-
 
12
13