Author: gmazza
Date: Wed Jan  9 02:52:10 2013
New Revision: 1430664

URL: http://svn.apache.org/viewvc?rev=1430664&view=rev
Log:
JSPWIKI-756 Removed unused JARs (Xalan, Xerces, Custom-Rhino)

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1430664&r1=1430663&r2=1430664&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Jan  9 02:52:10 2013
@@ -1,3 +1,6 @@
+2013-01-08 Glen Mazza ([email protected])
+       * JSPWIKI-756 removed unused Xalan, Xerces, and Custom-Rhino JARs
+
 2013-01-06  Juan Pablo Santos (juanpablo AT apache DOT org)
 
        * 2.9.1-svn-14

Modified: incubator/jspwiki/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1430664&r1=1430663&r2=1430664&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Wed Jan  9 02:52:10 2013
@@ -259,7 +259,6 @@
      
        <!-- tests dependencies  -->
        <get-element to-file="${libs.tests}/commons-el-1.0.jar" 
url="${central.url}/commons-el/commons-el/1.0/commons-el-1.0.jar" />
-        <get-element to-file="${libs.tests}/custom_rhino-0.4.3.jar" 
url="${central.url}/org/dojotoolkit/custom_rhino/0.4.3/custom_rhino-0.4.3.jar" 
/>
        <get-element to-file="${libs.tests}/hsqldb-1.8.0.10.jar" 
url="${central.url}/org/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar" />
         <get-element to-file="${libs.tests}/jasper-compiler-5.5.23.jar" 
                      
url="${central.url}/tomcat/jasper-compiler/5.5.23/jasper-compiler-5.5.23.jar" />
@@ -271,8 +270,6 @@
         <get-element 
to-file="${libs.tests}/selenium-server-standalone-2.25.0.jar" 
                      
url="http://selenium.googlecode.com/files/selenium-server-standalone-2.25.0.jar";
 />
         <get-element to-file="${libs.tests}/stripes-1.5.7.jar" 
url="${central.url}/net/sourceforge/stripes/stripes/1.5.7/stripes-1.5.7.jar" />
-        <get-element to-file="${libs.tests}/xercesImpl-2.6.2.jar" 
url="${central.url}/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar" />
-        <get-element to-file="${libs.tests}/xml-apis-1.0.b2.jar" 
url="${central.url}/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar" />
         <get-element to-file="${libs.tests}/yuicompressor-2.4.7.jar" 
                      
url="${central.url}/com/yahoo/platform/yui/yuicompressor/2.4.7/yuicompressor-2.4.7.jar"
 />
        


Reply via email to