rwinston    2004/09/28 02:04:58

  Modified:    net      build.xml
  Log:
  Remove examples/ from redistributable .jar
  
  Revision  Changes    Path
  1.29      +4 -1      jakarta-commons/net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 24 Sep 2004 13:47:48 -0000      1.28
  +++ build.xml 28 Sep 2004 09:04:58 -0000      1.29
  @@ -61,7 +61,10 @@
       </copy>
     </target>
     <target name="jar" description="o Create the jar" depends="compile,test">
  -    <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" 
basedir="${classesdir}">
  +    <jar jarfile="${defaulttargetdir}/${final.name}.jar">
  +         <fileset dir="${classesdir}">
  +                 <exclude name="**/examples/**"/>
  +         </fileset>
       </jar>
     </target>
     <target name="clean" description="o Clean up the generated directories">
  
  
  

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

Reply via email to