Browse CVS Repository
Annotation of /pal/helloworld/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( hide annotations)
( download)
Sat Dec 3 22:50:53 2005 UTC
(18 years, 4 months ago)
by shinsuke
Branch: MAIN
Changes since 1.1: +2 -2 lines
added portlet filter sample
| 1 |
shinsuke |
1.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 |
shinsuke |
1.2 |
<classpathentry kind="var" path="MAVEN_REPO/portals-bridges/jars/portals-bridges-portletfilter-1.0-SNAPSHOT.jar"> |
| 19 |
|
|
</classpathentry> |
| 20 |
shinsuke |
1.1 |
<classpathentry kind="output" path="target/classes"> |
| 21 |
|
|
</classpathentry> |
| 22 |
|
|
</classpath> |
|