Browse CVS Repository
Contents of /houndhtmlparser/houndhtmlparser-apps/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Thu Jun 15 15:52:57 2006 UTC
(17 years, 10 months ago)
by hajimen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -0 lines
1.6-RELEASE
| 1 |
<classpath> |
| 2 |
<classpathentry kind="src" path="src/main/java"/> |
| 3 |
<classpathentry kind="src" path="src/test/java" output="target/test-classes"/> |
| 4 |
<classpathentry kind="output" path="target/classes"/> |
| 5 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 6 |
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar"/> |
| 7 |
<classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar" sourcepath="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1-sources.jar"/> |
| 8 |
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/> |
| 9 |
<classpathentry kind="var" path="M2_REPO/org/mozilla/intl/chardet/jchardet/1.0/jchardet-1.0.jar"/> |
| 10 |
<classpathentry kind="var" path="M2_REPO/jdom/jdom/1.0/jdom-1.0.jar" sourcepath="M2_REPO/jdom/jdom/1.0/jdom-1.0-sources.jar"/> |
| 11 |
<classpathentry kind="var" path="M2_REPO/org/htmlparser/houndhtmlparser/1.6-SNAPSHOT/houndhtmlparser-1.6-SNAPSHOT.jar"/> |
| 12 |
<classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.2/commons-codec-1.2.jar"/> |
| 13 |
<classpathentry kind="var" path="M2_REPO/nekohtml/nekohtml/0.9.5/nekohtml-0.9.5.jar"/> |
| 14 |
<classpathentry kind="lib" path="C:/Program Files/Java/jdk1.5.0/lib/tools.jar"/> |
| 15 |
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.4.0/xercesImpl-2.4.0.jar"/> |
| 16 |
<classpathentry kind="var" path="M2_REPO/commons-httpclient/commons-httpclient/3.0/commons-httpclient-3.0.jar" sourcepath="M2_REPO/commons-httpclient/commons-httpclient/3.0/commons-httpclient-3.0-sources.jar"/> |
| 17 |
</classpath> |
|