User: jung    
  Date: 01/01/08 02:49:01

  Modified:    src/de/infor/ce/http Environment.java
  Log:
  newer ant version.
  
  jaxp for ant.
  
  Revision  Changes    Path
  1.5       +2 -2      zoap/src/de/infor/ce/http/Environment.java
  
  Index: Environment.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/de/infor/ce/http/Environment.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Environment.java  2000/12/22 15:43:23     1.4
  +++ Environment.java  2001/01/08 10:49:01     1.5
  @@ -30,7 +30,7 @@
    *      Environment contains static variables and other helping stuff that either 
influence
    * the compilation of the package or initialise its runtime environment from config 
files.
    *      @author jung
  - *      @version $Revision: 1.4 $
  + *      @version $Revision: 1.5 $
    */
   
   public abstract class Environment {
  @@ -76,7 +76,7 @@
        public static final String RESOURCE_PATH = "";
   
        /** whether a config file is loaded */
  -     public static final boolean READ_CONFIG_FILE = false;
  +     public static final boolean READ_CONFIG_FILE = true;
   
        /** where the resources needed to configure this module are found */
        public static final String CONFIG_FILE_SUFFIX = ".conf";
  
  
  

Reply via email to