luehe       2003/02/26 08:59:09

  Modified:    el       build.xml
  Log:
  made build-jspapi target conditional
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-commons/el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/el/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 13 Feb 2003 01:01:27 -0000      1.2
  +++ build.xml 26 Feb 2003 16:59:09 -0000      1.3
  @@ -157,7 +157,7 @@
     </target>
   
   
  -  <target name="build-jspapi">
  +  <target name="build-jspapi" unless="jspapi.build.notrequired" >
       <echo>========== Building: ${jsp-api.jar}</echo>
       <ant dir="${api.home}/jsr152" target="jar"/>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to