You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2001/05/16 10:56:51 UTC

cvs commit: jakarta-oro/build build.xml

dfs         01/05/16 01:56:51

  Modified:    build    build.xml
  Log:
  Added mkdir docs.dest in case source is checked out with -P since docs
  is currently an empty directory.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-oro/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/build/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/05/16 08:53:34	1.1
  +++ build.xml	2001/05/16 08:56:48	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: build.xml,v 1.1 2001/05/16 08:53:34 dfs Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2001/05/16 08:56:48 dfs Exp $ -->
   
   <project name="Jakarta-ORO" default="jar" basedir=".">
   
  @@ -24,6 +24,7 @@
   
       <target name="prepare">
           <mkdir dir="${build.dest}"/>
  +        <mkdir dir="${docs.dest}"/>
   	<available classname="org.apache.velocity.anakia.AnakiaTask"
   	 property="AnakiaTask.present"/>
   	<!--