You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2012/12/14 19:16:45 UTC

svn commit: r1422021 - /incubator/jspwiki/trunk/.classpath

Author: juanpablo
Date: Fri Dec 14 18:16:44 2012
New Revision: 1422021

URL: http://svn.apache.org/viewvc?rev=1422021&view=rev
Log:
Adjusted classpath so org.apache.wiki.utilClassUtil is able to find 
/ini/classmappings.xml. 

This is only needed if, in a node on that file, <requestedClass/> is 
different from <mappedClass/>, which has begun to happen with the last 
commit.

Modified:
    incubator/jspwiki/trunk/.classpath

Modified: incubator/jspwiki/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=1422021&r1=1422020&r2=1422021&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Fri Dec 14 18:16:44 2012
@@ -1,44 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry excluding="**/package.html|images/|webdocs/|wikipages/" kind="src" output="build" path="src"/>
-	<classpathentry excluding="build/|etc/|lib/|libs-opt/|reports/" kind="src" output="tests/build" path="tests"/>
-	<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
-	<classpathentry kind="lib" path="lib/commons-logging-api-1.0.4.jar"/>
-	<classpathentry kind="lib" path="lib/ecs-1.4.2.jar"/>
-	<classpathentry kind="lib" path="lib/jdom-1.0.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
-	<classpathentry kind="lib" path="lib/akismet-java-1.02.jar"/>
-	<classpathentry kind="lib" path="lib/jsonrpc-1.0.jar" sourcepath="/Users/jalkanen/Java/json-rpc-java-1.0/src"/>
-	<classpathentry kind="lib" path="lib/xmlrpc-2.0.1.jar" sourcepath="/Users/jalkanen/Java/xmlrpc-2.0.1/xmlrpc-2.0.1-sources.jar"/>
-	<classpathentry kind="lib" path="tests/lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/sandler-0.5.jar"/>
-	<classpathentry kind="lib" path="lib/oscache-2.3.jar" sourcepath="/Users/jalkanen/Java/oscache-2.3/src/java"/>
-	<classpathentry kind="lib" path="lib/oro-2.0.7.jar"/>
-	<classpathentry kind="lib" path="lib/nekohtml-0.9.4.jar"/>
-	<classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/>
-	<classpathentry kind="lib" path="tests/lib/junit-3.8.2.jar"/>
-	<classpathentry kind="lib" path="tests/etc"/>
-	<classpathentry kind="lib" path="lib/jaxen-1.1-beta-6.jar"/>
-	<classpathentry kind="lib" path="tests/lib/xml-apis-1.0.b2.jar"/>
-	<classpathentry kind="lib" path="lib/lucene-highlighter-3.6.0.jar"/>
-	<classpathentry kind="lib" path="lib/mail-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/activation-1.1.jar"/>
-	<classpathentry kind="lib" path="etc/i18n"/>
-	<classpathentry kind="lib" path="lib/freshcookies-security-0.60.jar"/>
-	<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.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="lib/jrcs-diff-0.4.2.jar"/>
-	<classpathentry kind="lib" path="lib/jstl-1.1.2.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.23.jar"/>
-	<classpathentry kind="lib" path="tests/lib/jasper-runtime-5.5.23.jar"/>
-	<classpathentry kind="lib" path="tests/lib/stripes-1.5.7.jar"/>
-	<classpathentry kind="lib" path="tests/lib/selenium-server-standalone-2.25.0.jar"/>
-	<classpathentry kind="lib" path="tests/lib/jetty-all-7.6.7.v20120910.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/package.html|images/|webdocs/|wikipages/" kind="src" output="build" path="src"/>
+	<classpathentry including="ini/classmappings.xml" kind="src" path="etc"/>
+	<classpathentry excluding="build/|etc/|lib/|libs-opt/|reports/" kind="src" output="tests/build" path="tests"/>
+	<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
+	<classpathentry kind="lib" path="lib/commons-logging-api-1.0.4.jar"/>
+	<classpathentry kind="lib" path="lib/ecs-1.4.2.jar"/>
+	<classpathentry kind="lib" path="lib/jdom-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
+	<classpathentry kind="lib" path="lib/akismet-java-1.02.jar"/>
+	<classpathentry kind="lib" path="lib/jsonrpc-1.0.jar" sourcepath="/Users/jalkanen/Java/json-rpc-java-1.0/src"/>
+	<classpathentry kind="lib" path="lib/xmlrpc-2.0.1.jar" sourcepath="/Users/jalkanen/Java/xmlrpc-2.0.1/xmlrpc-2.0.1-sources.jar"/>
+	<classpathentry kind="lib" path="tests/lib/xercesImpl-2.6.2.jar"/>
+	<classpathentry kind="lib" path="lib/sandler-0.5.jar"/>
+	<classpathentry kind="lib" path="lib/oscache-2.3.jar" sourcepath="/Users/jalkanen/Java/oscache-2.3/src/java"/>
+	<classpathentry kind="lib" path="lib/oro-2.0.7.jar"/>
+	<classpathentry kind="lib" path="lib/nekohtml-0.9.4.jar"/>
+	<classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/>
+	<classpathentry kind="lib" path="tests/lib/junit-3.8.2.jar"/>
+	<classpathentry kind="lib" path="tests/etc"/>
+	<classpathentry kind="lib" path="lib/jaxen-1.1-beta-6.jar"/>
+	<classpathentry kind="lib" path="tests/lib/xml-apis-1.0.b2.jar"/>
+	<classpathentry kind="lib" path="lib/lucene-highlighter-3.6.0.jar"/>
+	<classpathentry kind="lib" path="lib/mail-1.4.jar"/>
+	<classpathentry kind="lib" path="lib/activation-1.1.jar"/>
+	<classpathentry kind="lib" path="etc/i18n"/>
+	<classpathentry kind="lib" path="lib/freshcookies-security-0.60.jar"/>
+	<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.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="lib/jrcs-diff-0.4.2.jar"/>
+	<classpathentry kind="lib" path="lib/jstl-1.1.2.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.23.jar"/>
+	<classpathentry kind="lib" path="tests/lib/jasper-runtime-5.5.23.jar"/>
+	<classpathentry kind="lib" path="tests/lib/stripes-1.5.7.jar"/>
+	<classpathentry kind="lib" path="tests/lib/selenium-server-standalone-2.25.0.jar"/>
+	<classpathentry kind="lib" path="tests/lib/jetty-all-7.6.7.v20120910.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="classes"/>
+</classpath>