Author: ajaquith
Date: Sat Feb 23 11:51:48 2008
New Revision: 630524
URL: http://svn.apache.org/viewvc?rev=630524&view=rev
Log:
Initial Stripes component commit.
Modified:
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/.classpath
Modified: incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/.classpath
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/.classpath?rev=630524&r1=630523&r2=630524&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/.classpath (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/.classpath Sat Feb 23
11:51:48 2008
@@ -32,6 +32,8 @@
<classpathentry kind="lib" path="lib/jakarta-taglibs-jstl-1.1.2.jar"/>
<classpathentry kind="lib"
path="lib/jakarta-tablibs-standard-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/jug-asl-2.0.0.jar"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM
1.5.0"/>
- <classpathentry kind="output" path="classes"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/stripes-1.4.3.jar"
sourcepath="/stripes-1.4.3-src/stripes/src"/>
+ <classpathentry kind="lib" path="lib/jsp-api.jar"/>
+ <classpathentry kind="output" path="build"/>
</classpath>