leosimons    2003/01/27 02:54:56

  Modified:    .        build.xml
  Log:
  need gen dir....
  
  Revision  Changes    Path
  1.121     +2 -0      jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- build.xml 26 Dec 2002 23:46:33 -0000      1.120
  +++ build.xml 27 Jan 2003 10:54:55 -0000      1.121
  @@ -110,6 +110,8 @@
           classpathref="project.class.path"/>
   
       <mkdir dir="${build.classes}"/>
  +    <mkdir dir="${gen.dir}"/>
  +    <mkdir dir="${docs.dir}"/>
   
       <javac srcdir="${java.dir}"
              destdir="${build.classes}"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to