[jboss-cvs] jboss-docs/jbossas ...

Norman Richards norman.richards at jboss.com
Mon Sep 18 12:48:18 EDT 2006


  User: nrichards
  Date: 06/09/18 12:48:18

  Added:       jbossas  build.xml
  Log:
  problems checking in?
  
  Revision  Changes    Path
  1.1      date: 2006/09/18 16:48:18;  author: nrichards;  state: Exp;jboss-docs/jbossas/build.xml
  
  Index: build.xml
  ===================================================================
  <project name="JBoss Admin and Development" default="all">
      <target name="all">
          <ant dir="install" />
          <ant dir="j2ee" />
          <ant dir="web" />
          <ant dir="clustering" />
      </target>
  
  
      <target name="clean">
          <ant dir="install" target="clean"/>
          <ant dir="j2ee" target="clean"/>
          <ant dir="web" target="clean"/>
          <ant dir="clustering" target="clean"/>
      </target>
  
  
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list