You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2003/06/13 05:22:14 UTC

cvs commit: jakarta-struts/contrib/struts-el build.xml

jmitchell    2003/06/12 20:22:14

  Modified:    contrib/struts-el build.xml
  Log:
  Changes to allow struts-el to build from a fresh cvs checkout.
  
  Revision  Changes    Path
  1.16      +2 -5      jakarta-struts/contrib/struts-el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	7 Jun 2003 21:53:28 -0000	1.15
  +++ build.xml	13 Jun 2003 03:22:14 -0000	1.16
  @@ -59,7 +59,7 @@
    <!-- Default values for unspecified properties -->
    <property name="jdbc20ext.jar" value="../jdbc2_0-stdext.jar"/>
    <property name="servlet.jar" value="../jakarta-servletapi/lib/servlet.jar"/>
  - <property name="struts.jar" value="../jakarta-struts/dist/lib/struts.jar"/>
  + <property name="struts.jar" value="../../dist/lib/struts.jar"/>
    <property name="struts-el.jar"
              value="dist/lib/struts-el.jar"/>
    <property name="jstl.home" value="../jakarta-taglibs/dist"/>
  @@ -158,7 +158,6 @@
     <pathelement location="${commons-validator.jar}"/>
     <pathelement location="${jdbc20ext.jar}"/>
     <pathelement location="${servlet.jar}"/>
  -  <pathelement location="${struts-legacy.jar}"/>
     <pathelement location="${struts.jar}"/>
     <pathelement location="${struts-el.jar}"/>
     <pathelement location="${jstl.jar}"/>
  @@ -214,15 +213,13 @@
           tofile="${build.home}/library/commons-validator.jar"/>
     <copy file="${jakarta-oro.jar}"
           tofile="${build.home}/library/jakarta-oro.jar"/>
  -  <copy file="${struts-legacy.jar}"
  -        tofile="${build.home}/library/struts-legacy.jar"/>
   <!-- Compile-time dependency only
     <copy file="${jdbc20ext.jar}"
           tofile="${build.home}/library/jdbc2_0-stdext.jar"/>
   -->
     <copy todir="${build.home}/library">
      <fileset dir="${jstl.home}/tld" includes="*.tld"/>
  -   <fileset dir="${struts.home}/lib" includes="*.tld"/>
  +   <fileset dir="${struts.home}/dist/lib" includes="*.tld"/>
     </copy>
    </target>
   
  
  
  

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