Author: juanpablo
Date: Thu Sep  6 20:51:26 2012
New Revision: 1381748

URL: http://svn.apache.org/viewvc?rev=1381748&view=rev
Log:
jsp-api and servlet-api where missing in .classpath

Modified:
    incubator/jspwiki/trunk/.classpath

Modified: incubator/jspwiki/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=1381748&r1=1381747&r2=1381748&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Thu Sep  6 20:51:26 2012
@@ -31,6 +31,8 @@
        <classpathentry kind="lib" path="lib/standard-1.1.2.jar"/>
        <classpathentry kind="lib" path="lib/commons-fileupload-1.2.1.jar"/>
        <classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
+       <classpathentry kind="lib" path="lib/servlet-api-2.4.jar"/>
+       <classpathentry kind="lib" path="lib/jsp-api-2.0.jar"/>
        <classpathentry kind="lib" path="tests/lib/commons-el-1.0.jar"/>
        <classpathentry kind="lib" path="tests/lib/hsqldb-1.8.0.10.jar"/>
        <classpathentry kind="lib" path="tests/lib/jasper-compiler-5.5.25.jar"/>


Reply via email to