Browse CVS Repository
Contents of /pal/weather/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Mon Apr 3 07:59:41 2006 UTC
(18 years ago)
by karma
Branch: pal
CVS Tags: start, WEATHER-RELEASE-0_1, WEATHER-RELEASE-0_2
Changes since 1.1: +0 -0 lines
Initial Import
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<classpath> |
| 3 |
<classpathentry kind="src" path="src/java"/> |
| 4 |
<classpathentry output="target/test-classes" kind="src" path="src/test"/> |
| 5 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 6 |
<classpathentry kind="var" path="MAVEN_REPO/portlet-api/jars/portlet-api-1.0.jar"/> |
| 7 |
<classpathentry kind="output" path="target/classes"/> |
| 8 |
</classpath> |
|