You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by pi...@locus.apache.org on 2000/01/03 13:53:03 UTC

cvs commit: xml-stylebook build.xml

pier        00/01/03 04:53:03

  Modified:    .        build.xml
  Log:
  Modified build script to output jar in /bin directory
  
  Revision  Changes    Path
  1.3       +2 -2      xml-stylebook/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-stylebook/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2000/01/03 12:48:59	1.2
  +++ build.xml	2000/01/03 12:53:03	1.3
  @@ -29,14 +29,14 @@
   Copyright:
     Copyright (c) 1999 The Apache Software Foundation.
     
  -   $Id: build.xml,v 1.2 2000/01/03 12:48:59 pier Exp $
  +   $Id: build.xml,v 1.3 2000/01/03 12:53:03 pier Exp $
      
   ==================================================================== -->
   
   <project name="Stylebook" default="package" basedir=".">
   
     <property name="name" value="stylebook"/>
  -  <property name="version" value="1.0b1"/>
  +  <property name="version" value="1.0-b1"/>
     
     <property name="build.compiler" value="classic"/>
     <property name="debug" value="off"/>