Browse CVS Repository
Contents of /concierge/Plugin iPapers/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
Sun Sep 17 04:03:13 2006 UTC
(17 years, 6 months ago)
by bluemt
Branch: MAIN
CVS Tags: alpha, HEAD
Changes since 1.2: +1 -0 lines
review & refactor some codes
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<classpath> |
| 3 |
<classpathentry kind="src" path="src"/> |
| 4 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 5 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
| 6 |
<classpathentry kind="lib" path="wsdl4j-1.5.1.jar"/> |
| 7 |
<classpathentry kind="lib" path="saaj.jar"/> |
| 8 |
<classpathentry kind="lib" path="log4j-1.2.8.jar"/> |
| 9 |
<classpathentry kind="lib" path="jaxrpc.jar"/> |
| 10 |
<classpathentry kind="lib" path="hsqldb.jar"/> |
| 11 |
<classpathentry kind="lib" path="commons-discovery-0.2.jar"/> |
| 12 |
<classpathentry kind="lib" path="commons-logging-1.0.4.jar"/> |
| 13 |
<classpathentry kind="lib" path="axis.jar"/> |
| 14 |
<classpathentry kind="lib" path="commons-codec-1.3.jar"/> |
| 15 |
<classpathentry kind="lib" path="commons-httpclient-3.0.1.jar"/> |
| 16 |
<classpathentry kind="lib" path="eutil.jar"/> |
| 17 |
<classpathentry kind="lib" path="/Concierge/lib/xerces-2.6.0.jar"/> |
| 18 |
<classpathentry kind="output" path="bin"/> |
| 19 |
</classpath> |
|