User: user57  
  Date: 01/07/31 14:36:43

  Modified:    .        Tag: jboss_buildmagic build.xml
  Log:
   o removed release sub-directory under output since there is a directory
     created for each ${release.id}
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +2 -2      jbosscx/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosscx/Attic/build.xml,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- build.xml 2001/07/31 02:29:10     1.1.2.4
  +++ build.xml 2001/07/31 21:36:43     1.1.2.5
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1.2.4 2001/07/31 02:29:10 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.1.2.5 2001/07/31 21:36:43 user57 Exp $ -->
   
   <project default="main">
   
  @@ -71,7 +71,7 @@
     <property name="module.source" value="${module.root}/src"/>
     <property name="module.output" value="${module.root}/output"/>
     <property name="module.build" value="${module.output}"/>
  -  <property name="module.release" value="${module.output}/release"/>
  +  <property name="module.release" value="${module.output}"/>
     <property name="tools.root" value="${project.root}/tools"/>
     <property name="thirdparty.root" value="${project.root}/thirdparty"/>
   
  
  
  

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

Reply via email to