Browse CVS Repository
Contents of /pal/helloworld/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
Sat Nov 11 12:55:12 2006 UTC
(17 years, 3 months ago)
by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_1, HEAD
Changes since 1.2: +12 -19 lines
added eclipse setting
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
|
| 3 |
<classpath> |
| 4 |
<classpathentry kind="src" path="helloworld-lib/src/main/java"/> |
| 5 |
<classpathentry kind="src" path="helloworld-lib/src/main/resources"/> |
| 6 |
<classpathentry kind="src" path="helloworld-lib/src/test/java" output="helloworld-lib/target/test-classes"/> |
| 7 |
<classpathentry kind="output" path="helloworld-lib/target/classes"/> |
| 8 |
<classpathentry kind="src" path="helloworld-portlet/src/main/resources"/> |
| 9 |
<classpathentry kind="output" path="helloworld-portlet/target/classes"/> |
| 10 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 11 |
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar"/> |
| 12 |
<classpathentry kind="var" path="M2_REPO/taglibs/standard/1.1.2/standard-1.1.2.jar"/> |
| 13 |
<classpathentry kind="var" path="M2_REPO/portlet-api/portlet-api/1.0/portlet-api-1.0.jar"/> |
| 14 |
<classpathentry kind="var" path="M2_REPO/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar" sourcepath="M2_REPO/javax/servlet/jstl/1.1.2/jstl-1.1.2-sources.jar"/> |
| 15 |
</classpath> |
|