Browse CVS Repository
Annotation of /pal/s2helloworld/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( hide annotations)
( download)
(vendor branch)
Fri Mar 24 14:14:42 2006 UTC
(18 years ago)
by shinsuke
Branch: shinsuke
CVS Tags: start
Changes since 1.1: +0 -0 lines
create s2helloworld cvs repo. s2helloworld is for testing S2Portlet.
| 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 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/org.apache.portals.bridges/jars/portals-bridges-portletfilter-1.0.jar"> |
| 19 |
|
|
</classpathentry> |
| 20 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"> |
| 21 |
|
|
</classpathentry> |
| 22 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-j2ee-1.4-rc4.jar"> |
| 23 |
|
|
</classpathentry> |
| 24 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/javassist/jars/javassist-3.0.jar"> |
| 25 |
|
|
</classpathentry> |
| 26 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/poi/jars/poi-2.5.1-final-20040804.jar"> |
| 27 |
|
|
</classpathentry> |
| 28 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/ognl/jars/ognl-2.6.5.jar"> |
| 29 |
|
|
</classpathentry> |
| 30 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/seasar/jars/s2-extension-2.4.0-SNAPSHOT.jar"> |
| 31 |
|
|
</classpathentry> |
| 32 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/seasar/jars/s2-framework-2.4.0-SNAPSHOT.jar"> |
| 33 |
|
|
</classpathentry> |
| 34 |
|
|
<classpathentry kind="var" path="MAVEN_REPO/seasar/jars/s2-portlet-1.0.0-SNAPSHOT.jar"> |
| 35 |
|
|
</classpathentry> |
| 36 |
|
|
<classpathentry kind="output" path="target/classes"> |
| 37 |
|
|
</classpathentry> |
| 38 |
|
|
</classpath> |
|