You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/02/13 07:33:27 UTC

svn commit: r627280 - /incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/

Author: ajaquith
Date: Tue Feb 12 22:33:21 2008
New Revision: 627280

URL: http://svn.apache.org/viewvc?rev=627280&view=rev
Log:
Initial commit.

Added:
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/README
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/activation.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/akismet-java-1.02.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-codec-1.3.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-httpclient-3.0.1.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-lang-2.3.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging-api.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/cos.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/ecs.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/freshcookies-security-0.54.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-jstl-1.1.2.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-standard-1.1.2.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jaxen.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jdom.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jrcs-diff.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsonrpc-1.0.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsp-api.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jug-asl-2.0.0.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/log4j-1.2.14.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene-highlighter.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/mail.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/multipartrequest.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/nekohtml.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oro.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oscache.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/sandler.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/servlet-api.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/stripes-1.4.3.jar   (with props)
    incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/xmlrpc.jar   (with props)

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/README
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/README?rev=627280&view=auto
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/README (added)
+++ incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/README Tue Feb 12 22:33:21 2008
@@ -0,0 +1,138 @@
+
+RUNTIME REQUIREMENTS
+
+The following jar files are required by JSPWiki for deployment.
+
+akismet-java-1.02.jar
+      Automattic's Akismet anti-spam service, version 1.02
+      http://akismet.com/
+
+ecs.jar
+      Element Construction Set, version 1.4.2
+			http://jakarta.apache.org/ecs/index.html
+
+freshcookies-security-0.54.jar
+			Andrew Jaquith's security utilities.
+			http://freshcookies.org/
+
+jsonrpc-1.0.jar
+      JSON-RPC implementation
+      http://oss.metaparadigm.com/jsonrpc/
+
+jrcs-diff.jar
+      JRCS diff utilities
+			http://www.suigeneris.org/kb/display/jrcs/JRCS+Home
+			
+jug-asl-2.0.0.jar
+      Java UUID generator
+      http://docs.safehaus.org/display/JUG/Home
+
+lucene-highlighter.jar
+      Search term highlighter utility, from Lucene sandbox.
+			http://lucene.apache.org/java/docs/lucene-sandbox/
+
+lucene.jar
+      Lucene search engine, version 2.0.0.
+			http://lucene.apache.org/java/docs/index.html
+
+multipartrequest.jar
+      Pell Multipart request utility, version 1.30b3.
+			http://freshmeat.net/projects/multipartrequest
+
+nekohtml.jar
+      HTML parser utilities, version 0.9.4.
+			http://people.apache.org/~andyc/neko/doc/html/
+
+oro.jar
+      Jakarta regular expression utility, version unknown.
+			http://jakarta.apache.org/oro/
+
+oscache.jar
+      Cache utility library, version 2.3.1.
+			http://www.opensymphony.com/oscache/
+
+sandler.jar
+      Atom utilities. Version unknown.
+			(Home page unknown at the moment.)
+
+xmlrpc.jar
+      XML-RPC implementation, version 2.0.1.
+			(http://ws.apache.org/xmlrpc/index.html)
+
+
+RUNTIME REQUIREMENTS, PROVISIONAL
+
+The following APIs/jar files are required by JSPWiki at run-time, but are often provided by the JSP container.
+
+activation.jar
+      Java Activation Framework, version 1.1.
+			http://java.sun.com/products/javabeans/jaf/downloads/index.html
+
+commons-codec-1.3.jar
+      Jakarta Commons Codec, version 1.3
+      http://jakarta.apache.org/commons/codec/
+
+commons-httpclient-3.0.1.jar
+      Jakarta Commons HttpClient library, version 3.0.1
+      http://jakarta.apache.org/commons/httpclient/
+
+commons-lang-2.3.jar
+      Jakarta commons lang, version 2.3
+			http://jakarta.apache.org/commons/lang/	
+
+commons-logging-api.jar
+      Jakarta commons logging, version 1.0.4
+			http://jakarta.apache.org/commons/logging/
+
+jakarta-taglibs-standard-1.1.2.jar
+jakarta-taglibs-jstl-1.1.2.jar
+      Apache Jakarta Standard/JSTL Taglibs, version 1.1.2
+      http://jakarta.apache.org/taglibs/
+
+jaxen.jar
+      Java XPath Engine, version 1.1b6.
+			http://jaxen.codehaus.org/index.html
+ 
+jdom.jar
+      JDOM, version 1.0.
+			http://www.jdom.org/
+			Note: requires xerces, in classpath before any other XML parsers.
+
+log4j.jar
+      Logging library, version 1.2.14.
+			http://logging.apache.org/log4j/docs/
+
+mail.jar
+      Java Mail API, version 1.4.
+			http://java.sun.com/products/javamail/
+
+
+BUILD REQUIREMENTS
+
+The following jar files are required to build and/or test JSPWiki (in addition to the previously listed ones), but are not necessary for deployment. These are stored in tests/lib.
+
+custom_rhino.jar
+      Rhino JavaScript library; used to compress JSPWiki's JavaScript files.
+
+hsqldb.jar
+      Hypersonic embedded DB, version 1.8.0. 
+			http://www.hsqldb.org/
+
+junit.jar
+      Java Unit testing framework, version 3.8.1.
+			http://www.junit.org/index.htm
+
+servlet.jar
+      Sun servlet library implementation, version 2.3.1.
+			http://java.sun.com/products/servlet/
+
+xercesImpl-2.6.2.jar
+      Apache Xerces2 XML parser, version 2.6.2.
+			http://xerces.apache.org/xerces2-j/index.html
+
+xml-apis-1.0.b2.jar
+      Collection of XML API implementations.
+			(Source unknown.)
+
+
+

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/activation.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/activation.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/activation.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/akismet-java-1.02.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/akismet-java-1.02.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/akismet-java-1.02.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-codec-1.3.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-codec-1.3.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-codec-1.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-httpclient-3.0.1.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-httpclient-3.0.1.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-httpclient-3.0.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-lang-2.3.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-lang-2.3.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-lang-2.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging-api.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging-api.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging-api.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/commons-logging.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/cos.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/cos.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/cos.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/ecs.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/ecs.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/ecs.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/freshcookies-security-0.54.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/freshcookies-security-0.54.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/freshcookies-security-0.54.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-jstl-1.1.2.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-jstl-1.1.2.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-jstl-1.1.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-standard-1.1.2.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-standard-1.1.2.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jakarta-taglibs-standard-1.1.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jaxen.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jaxen.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jaxen.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jdom.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jdom.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jdom.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jrcs-diff.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jrcs-diff.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jrcs-diff.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsonrpc-1.0.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsonrpc-1.0.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsonrpc-1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsp-api.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsp-api.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jsp-api.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jug-asl-2.0.0.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jug-asl-2.0.0.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/jug-asl-2.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/log4j-1.2.14.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/log4j-1.2.14.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/log4j-1.2.14.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene-highlighter.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene-highlighter.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene-highlighter.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/lucene.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/mail.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/mail.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/mail.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/multipartrequest.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/multipartrequest.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/multipartrequest.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/nekohtml.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/nekohtml.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/nekohtml.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oro.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oro.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oro.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oscache.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oscache.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/oscache.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/sandler.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/sandler.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/sandler.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/servlet-api.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/servlet-api.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/servlet-api.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/stripes-1.4.3.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/stripes-1.4.3.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/stripes-1.4.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/xmlrpc.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/xmlrpc.jar?rev=627280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/lib/xmlrpc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream