-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
executable file
·26 lines (26 loc) · 1.55 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin" path="src/java"/>
<classpathentry kind="src" output="bin-test" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/portlet.jar"/>
<classpathentry kind="lib" path="lib/jetty-6.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-6.1.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="lib" path="src/webapp/WEB-INF/lib/Echo3_App.jar"/>
<classpathentry kind="lib" path="src/webapp/WEB-INF/lib/Echo3_WebContainer.jar"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
<classpathentry kind="lib" path="lib/groovy-all-1.5.7.jar"/>
<classpathentry kind="lib" path="src/webapp/WEB-INF/lib/Echo3_Extras_App.jar"/>
<classpathentry kind="lib" path="src/webapp/WEB-INF/lib/Echo3_Extras_WebContainer.jar"/>
<classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.3.jar"/>
<classpathentry kind="lib" path="lib/jsontools-core-1.7.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="lib/sgo-query-1.2-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="src/webapp/WEB-INF/lib/echopoint-3.0.0-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>