You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/02/28 13:44:48 UTC

cvs commit: jakarta-commons/launcher build.xml

dirkv       2004/02/28 04:44:48

  Modified:    launcher build.xml
  Log:
  add NOTICE.txt to distribution
  
  Revision  Changes    Path
  1.4       +6 -5      jakarta-commons/launcher/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/launcher/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	30 Nov 2003 15:14:31 -0000	1.3
  +++ build.xml	28 Feb 2004 12:44:48 -0000	1.4
  @@ -209,6 +209,8 @@
       <mkdir      dir="${dist.home}/logs"/>
       <copy      file="LICENSE.txt"
                 todir="${dist.home}"/>
  +    <copy      file="NOTICE.txt"
  +              todir="${dist.home}"/>
       <copy      file="RELEASE-NOTES.txt"
                 todir="${dist.home}"/>
       <copy      file="${bin.home}/launcher.properties"
  @@ -260,12 +262,11 @@
      description="Create jar">
       <mkdir      dir="${dist.home}"/>
       <mkdir      dir="${dist.home}/bin"/>
  -    <mkdir      dir="${build.home}/classes/META-INF"/>
  -    <copy      file="LICENSE.txt"
  -             tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
       <jar    jarfile="${dist.home}/bin/commons-${component.name}.jar"
               basedir="${build.home}/classes"
  -           manifest="${build.home}/conf/MANIFEST.MF"/>
  +           manifest="${build.home}/conf/MANIFEST.MF">
  +       <metainf dir="${basedir}" includes="LICENSE.txt,NOTICE.txt"/>
  +    </jar>
       <copy      file="${build.home}/classes/LauncherBootstrap.class"
                 todir="${dist.home}/bin"/>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org