forked from bolollo/geocoder_catastro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
20 lines (20 loc) · 1.25 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar"/>
<classpathentry kind="src" path="WEB-INF/src"/>
<classpathentry kind="src" output="work" path="work"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-collections-3.2.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/ezmorph-1.0.6.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/json-lib-2.2.1-jdk15.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-validator-1.3.0.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/xom-1.2.3.jar"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>