Browse CVS Repository
Contents of /pal/jmap/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Wed Sep 20 13:44:46 2006 UTC
(17 years, 5 months ago)
by shinsuke
Branch: shinsuke, MAIN
CVS Tags: start, JMAP-RELEASE-0_1, HEAD
Changes since 1.1: +0 -0 lines
create jmap cvs repo
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
|
| 3 |
<classpath> |
| 4 |
<classpathentry excluding="" kind="src" path="src/java"> |
| 5 |
</classpathentry> |
| 6 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> |
| 7 |
</classpathentry> |
| 8 |
<classpathentry kind="var" path="MAVEN_REPO/portlet-api/jars/portlet-api-1.0.jar"> |
| 9 |
</classpathentry> |
| 10 |
<classpathentry kind="var" path="MAVEN_REPO/jstl/jars/jstl-1.0.2.jar"> |
| 11 |
</classpathentry> |
| 12 |
<classpathentry kind="var" path="MAVEN_REPO/taglibs/jars/standard-1.0.4.jar"> |
| 13 |
</classpathentry> |
| 14 |
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.9.jar"> |
| 15 |
</classpathentry> |
| 16 |
<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"> |
| 17 |
</classpathentry> |
| 18 |
<classpathentry kind="output" path="target/classes"> |
| 19 |
</classpathentry> |
| 20 |
</classpath> |
|