Browse CVS Repository
Contents of /houndhtmlparser/houndhtmlparser/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
Thu Oct 26 00:09:30 2006 UTC
(17 years, 5 months ago)
by hajimen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
*** empty log message ***
| 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/commons-codec/commons-codec/1.2/commons-codec-1.2.jar"/> |
| 11 |
<classpathentry kind="lib" path="C:/Program Files/Java/jdk1.5.0_07/lib/tools.jar"/> |
| 12 |
<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"/> |
| 13 |
</classpath> |
|