You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2006/01/01 12:18:53 UTC

cvs commit: db-ojb build.xml

tomdz       2006/01/01 03:18:53

  Modified:    .        Tag: OJB_1_0_RELEASE build.xml
  Log:
  Added MD5 checksum generation to the release building
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.144.2.33 +9 -2      db-ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/build.xml,v
  retrieving revision 1.144.2.32
  retrieving revision 1.144.2.33
  diff -u -r1.144.2.32 -r1.144.2.33
  --- build.xml	30 Dec 2005 00:01:42 -0000	1.144.2.32
  +++ build.xml	1 Jan 2006 11:18:53 -0000	1.144.2.33
  @@ -1102,7 +1102,7 @@
       <!-- and documentation                                                  -->
       <!-- ================================================================== -->
       <target name="release"
  -            depends="clean,with-jdori,jar,source,docs,tarball,website,contrib,ojb-blank,sample-jars,webapp-sample"
  +            depends="clean,with-jdori,jar,source,docs,tarball,website,contrib,ojb-blank,sample-jars,webapp-sample,checksums"
               description="Cleans and builds all release archives." />
   
       <!-- ================================================================== -->
  @@ -1211,6 +1211,13 @@
   
       </target>
   
  +    <target name="checksums">
  +        <checksum forceOverwrite="yes"> 
  +            <fileset dir="${dist}"
  +                     excludes="**/*.MD5"/>
  +        </checksum>
  +    </target>
  + 
       <!-- ================================================================== -->
       <!-- Perform JUnit Tests                                                -->
       <!-- ================================================================== -->
  
  
  

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