You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/02/19 22:29:35 UTC

cvs commit: jakarta-commons/lang build.xml

scolebourne    2004/02/19 13:29:35

  Modified:    lang     build.xml
  Log:
  Add notice to builds
  
  Revision  Changes    Path
  1.26      +3 -1      jakarta-commons/lang/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml	18 Feb 2004 23:13:37 -0000	1.25
  +++ build.xml	19 Feb 2004 21:29:35 -0000	1.26
  @@ -105,6 +105,7 @@
       <target name="dist" depends="compile,javadoc" description="Create binary distribution">
           <mkdir dir="${dist.home}"/>
           <copy file="LICENSE.txt" todir="${dist.home}"/>
  +        <copy file="NOTICE.txt" todir="${dist.home}"/>
           <copy file="RELEASE-NOTES.txt" todir="${dist.home}"/>
           <antcall target="jar"/>
       </target>
  @@ -124,6 +125,7 @@
           <mkdir dir="${dist.home}"/>
           <mkdir dir="${build.home}/classes/META-INF"/>
           <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}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF" excludes="**/*.html"/>
       </target>
       <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">
  
  
  

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