cvs commit: jakarta-oro TODO build.xml

[email protected]
Newsgroups gmane.comp.jakarta.oro.devel
Message-ID <[email protected]>
dfs         02/03/14 19:06:20

  Modified:    .        TODO build.xml
  Log:
  Knocked off TODO for including LICENSE in META-INF/ of jar file.
  
  Revision  Changes    Path
  1.12      +1 -3      jakarta-oro/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/TODO,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TODO	17 Jan 2002 20:16:54 -0000	1.11
  +++ TODO	15 Mar 2002 03:06:20 -0000	1.12
  @@ -1,6 +1,4 @@
  -$Id: TODO,v 1.11 2002/01/17 20:16:54 dfs Exp $
  -
  -o include LICENSE inside of jar files
  +$Id: TODO,v 1.12 2002/03/15 03:06:20 dfs Exp $
   
   o sign releases using pgp keys
   
  
  
  
  1.2       +8 -2      jakarta-oro/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	1 Feb 2002 09:38:19 -0000	1.1
  +++ build.xml	15 Mar 2002 03:06:20 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!--
  -   $Id: build.xml,v 1.1 2002/02/01 09:38:19 dfs Exp $
  +   $Id: build.xml,v 1.2 2002/03/15 03:06:20 dfs Exp $
   
   Notes:
      This is a build file for use with the Jakarta Ant build tool.
  @@ -47,6 +47,12 @@
   
       <target name="prepare">
           <mkdir dir="${build.dest}"/>
  +        <mkdir dir="${build.dest}/META-INF"/>
  +        <copy todir="${build.dest}/META-INF">
  +            <fileset dir="${top.dir}">
  +                <include name="LICENSE"/>
  +            </fileset>
  +        </copy>
           <mkdir dir="${build.tests}"/>
           <mkdir dir="${docs.dest}"/>
           <available file="${jakarta-site2.dir}/lib" type="dir"
  @@ -118,7 +124,7 @@
       <target name="jar" depends="lib">
           <jar jarfile="${top.dir}/${final.name}.jar"
               basedir="${build.dest}"
  -            includes="org/**"
  +            includes="org/**,META-INF/**"
               excludes="**/package.html,**/overview.html"/>
       </target>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[email protected]>
For additional commands, e-mail: <mailto:[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.