Author: juanpablo
Date: Sun Jan 6 19:52:15 2013
New Revision: 1429587
URL: http://svn.apache.org/viewvc?rev=1429587&view=rev
Log:
- Corrected the displayed version of commons-httpclient, we are downloading
3.1, but it was
named 3.0.1 (it is needed to either delete commons-httpclient-3.0.1.jar or
run ant
clean-deps to ensure that the old jar goes away)
Modified:
incubator/jspwiki/trunk/.classpath
incubator/jspwiki/trunk/build.xml
Modified: incubator/jspwiki/trunk/.classpath
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=1429587&r1=1429586&r2=1429587&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Sun Jan 6 19:52:15 2013
@@ -26,7 +26,7 @@
<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-httpclient-3.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"/>
Modified: incubator/jspwiki/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1429587&r1=1429586&r2=1429587&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Sun Jan 6 19:52:15 2013
@@ -226,7 +226,7 @@
<get-element to-file="${libs.main}/commons-codec-1.3.jar"
url="${central.url}/commons-codec/commons-codec/1.3/commons-codec-1.3.jar" />
<get-element to-file="${libs.main}/commons-fileupload-1.2.1.jar"
url="${central.url}/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar"
/>
- <get-element to-file="${libs.main}/commons-httpclient-3.0.1.jar"
+ <get-element to-file="${libs.main}/commons-httpclient-3.1.jar"
url="${central.url}/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar"
/>
<get-element to-file="${libs.main}/commons-io-1.4.jar"
url="${central.url}/commons-io/commons-io/1.4/commons-io-1.4.jar" />
<get-element to-file="${libs.main}/commons-lang-2.6.jar"
url="${central.url}/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" />