User: kimptoc 
  Date: 01/04/21 13:52:02

  Modified:    build    build.xml
  Log:
  added a javadocs target - alias for apidoc - to make the daily builds easier
  
  Revision  Changes    Path
  1.26      +4 -0      zola/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/zola/build/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 2000/09/13 22:23:12     1.25
  +++ build.xml 2001/04/21 20:52:02     1.26
  @@ -232,6 +232,10 @@
              bottom="<i>EJBoss.org: Janaudy Thierry, Juha Lindfors</i>" />
   </target>
   
  +<!-- alias to make the daily build consistent -->
  +<target name="javadocs" depends="apidoc"/>
  +
  +
   <target name="clean">
     <deltree   dir="${build.dir}"/>
   </target>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to