costin      2003/03/13 14:00:32

  Modified:    el       build.xml
  Log:
  Include only commons-el classes.
  
  Revision  Changes    Path
  1.5       +5 -3      jakarta-commons/el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/el/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 12 Mar 2003 20:07:21 -0000      1.4
  +++ build.xml 13 Mar 2003 22:00:32 -0000      1.5
  @@ -247,8 +247,10 @@
       <copy      file="../LICENSE"
                tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
       <jar    jarfile="${commons-el.jar}"
  -            basedir="${build.home}/classes"
  -           manifest="${build.home}/conf/MANIFEST.MF"/>
  +           manifest="${build.home}/conf/MANIFEST.MF">
  +     <fileset dir="${build.home}/classes" includes="org/apache/commons/el/**" />
  +     <fileset dir="${build.home}/classes" includes="META-INF/LICENSE.txt" />
  +    </jar>
     </target>
   
     <target name="jar-only" depends="init,compile-only" >
  
  
  

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

Reply via email to