blob: 7fccba7d3a5a616a6f5003123dcbe69007425258 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
<attributes>
<attribute name="owner.project.facets" value="jst.utility"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_17">
<attributes>
<attribute name="owner.project.facets" value="jst.java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Programme/eclipse/plugins/org.apache.axis_1.4.0.v200905122109/lib/axis.jar"/>
<classpathentry kind="lib" path="C:/Programme/eclipse/plugins/org.apache.commons.discovery_0.2.0.v200905122109/lib/commons-discovery-0.2.jar"/>
<classpathentry kind="lib" path="C:/Programme/eclipse/plugins/javax.xml.rpc_1.1.0.v200905122109/lib/jaxrpc.jar"/>
<classpathentry kind="lib" path="C:/Programme/eclipse/plugins/javax.xml.soap_1.2.0.v200905122109/lib/saaj.jar"/>
<classpathentry kind="lib" path="C:/Programme/eclipse/plugins/javax.wsdl_1.5.1.v200806030408.jar"/>
<classpathentry kind="lib" path="C:/Programme/eclipse/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar"/>
<classpathentry kind="lib" path="lib/forms-1.1.0.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
|