jmitchell    2002/10/28 21:57:16

  Modified:    contrib/struts-el build.xml
  Log:
  Include properties from the main struts build.
  (for those who build struts-el from the main distribution....like me :D)
  
  Revision  Changes    Path
  1.6       +1 -0      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 14 Oct 2002 03:15:22 -0000      1.5
  +++ build.xml 29 Oct 2002 05:57:16 -0000      1.6
  @@ -47,6 +47,7 @@
   
    <!-- Load local and user build preferences -->
    <property file="${user.home}/build.properties"/>
  + <property file="../../build.properties"/>
    <property file="build.properties"/>
   
    <!-- Default values for unspecified properties -->
  
  
  

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

Reply via email to