You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2005/05/05 05:44:26 UTC

svn commit: r168253 - /struts/core/branches/STRUTS_1_2_BRANCH/build.xml

Author: martinc
Date: Wed May  4 20:44:26 2005
New Revision: 168253

URL: http://svn.apache.org/viewcvs?rev=168253&view=rev
Log:
Minor cleanup.

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/build.xml

Modified: struts/core/branches/STRUTS_1_2_BRANCH/build.xml
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/build.xml?rev=168253&r1=168252&r2=168253&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/build.xml (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/build.xml Wed May  4 20:44:26 2005
@@ -276,7 +276,6 @@
     -->
 
         <mkdir dir="${libdir}"/>
-        <mkdir dir="${libdir}/tld"/>
 
         <get dest="${libdir}/commons-beanutils.jar"
             usetimestamp="true" ignoreerrors="true"
@@ -333,9 +332,6 @@
         <property name="servlet.jar"            value="${libdir}/servlet.jar"/>
         <property name="jstl.jar"               value="${libdir}/jstl-1.0.6.jar"/>
         <property name="jstl-standard.jar"      value="${libdir}/standard-1.0.6.jar"/>
-
-        <property name="mailreader.inherit"     value="true"/>
-        <property name="jstl.tld.dir"           value="${libdir}/tld"/>
 
 
     </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org