User: user57  
  Date: 01/08/26 00:00:29

  Modified:    jboss/etc local.properties-example
                        local.properties-production
  Log:
   o consolidated all tools/* stuff into tools/bin and tools/lib
   o upgraded ant to 1.4beta2
   o consolidated config.xml into build.xml
   o using path to generate absolute paths to project.root
   o changed project.config to control.root
   o removed classpath fluff for extra tasks & the taskdefs for them
     currently every support lib is in ANT_HOME/lib, so there is no need for
     specific classpaths.  May change that for ejbdoclet and such later.
   o updated build.sh to look for tools/ too (will get the a win32 script soon
     ... really)
   o removed bootstrap & configure targets, the just added complexity and
     slowed down the build
  
  NOTE: All modules will read ${config.root}/local.properties
        (or build/local.properties).  Modules still can read a local.properties
        (when they don't care about the control module, but this file will
         no loger be placed here automatically)
  
  Revision  Changes    Path
  1.2       +3 -7      build/jboss/etc/local.properties-example
  
  Index: local.properties-example
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/etc/local.properties-example,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- local.properties-example  2001/08/11 22:33:40     1.1
  +++ local.properties-example  2001/08/26 07:00:29     1.2
  @@ -19,12 +19,8 @@
   
   javac.optimize=off
   javac.debug=on
  -javac.deprecation=off
  +javac.deprecation=on
   
   ### Disable generation of Javadocs ###
  -
  -#javadoc-generated-already=true
  -
  -### Use non-changing build id for development ###
  -
  -build.id=DEV
  + 
  +javadoc-generated-already=true
  
  
  
  1.2       +4 -0      build/jboss/etc/local.properties-production
  
  Index: local.properties-production
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/etc/local.properties-production,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- local.properties-production       2001/08/11 22:33:40     1.1
  +++ local.properties-production       2001/08/26 07:00:29     1.2
  @@ -22,3 +22,7 @@
   ### Misc ###
   
   rmic.debug=off
  +
  +### Use the build number for the build id for releases ###
  +
  +build.id=${build.number}
  
  
  

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

Reply via email to