| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/servlet-api.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/jasper.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/jsp-api.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/el-api.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/annotations-api.jar"/>
- <classpathentry kind="src" path="WEB-INF/src"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/activation-1.1.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/axis2-kernel-1.6.2.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/axis2-adb-1.6.2.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/axis2-json-1.6.2.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/wss4j-1.5.8.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/axiom-api-1.2.13.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/axiom-impl-1.2.13.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/axiom-dom-1.2.13.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/jettison-1.3.1.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/neethi-3.0.2.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/json.jar"/>
- <classpathentry exported="true" kind="lib" path="WEB-INF/lib/httpclient-4.0.1.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/httpcore-4.0.jar"/>
- <classpathentry exported="true" kind="lib" path="WEB-INF/lib/gson-2.8.6.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/commons-httpclient-3.1.jar"/>
- <classpathentry exported="true" kind="lib" path="WEB-INF/lib/scert-07.00.18.01.jar"/>
- <classpathentry exported="true" kind="var" path="TOMCAT_HOME/lib/scertcommon-07.00.18.01.jar"/>
- <classpathentry exported="true" kind="lib" path="WEB-INF/lib/avrest-rt-07.00.18.01.jar"/>
- <classpathentry exported="true" kind="lib" path="WEB-INF/lib/adminvar-rt-07.00.18.01.jar"/>
- <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk"/>
- <classpathentry kind="output" path="WEB-INF/classes"/>
- </classpath>
|