scolebourne    2004/02/19 16:51:33

  Modified:    clazz    build.xml
  Log:
  Change to Apache License 2.0
  
  Revision  Changes    Path
  1.5       +5 -1      jakarta-commons-sandbox/clazz/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/clazz/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 20 Feb 2004 00:03:51 -0000      1.4
  +++ build.xml 20 Feb 2004 00:51:33 -0000      1.5
  @@ -237,6 +237,8 @@
       <mkdir      dir="${dist.home}"/>
       <copy      file="LICENSE.txt"
                tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
  +    <copy      file="NOTICE.txt"
  +             tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
       <jar    jarfile="${dist.home}/${jar.name}"
               basedir="${build.home}/classes"
              manifest="${build.home}/conf/MANIFEST.MF"/>
  @@ -263,6 +265,8 @@
      description="Create binary distribution">
       <mkdir      dir="${dist.home}"/>
       <copy      file="LICENSE.txt"
  +              todir="${dist.home}"/>
  +    <copy      file="NOTICE.txt"
                 todir="${dist.home}"/>
     </target>
   
  
  
  

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

Reply via email to