You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2003/08/16 11:25:29 UTC

cvs commit: incubator-geronimo/etc global.properties

jdillon     2003/08/16 02:25:29

  Modified:    etc      global.properties
  Log:
   o enable deprecation warnings by default
  
  Revision  Changes    Path
  1.2       +4 -1      incubator-geronimo/etc/global.properties
  
  Index: global.properties
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/etc/global.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- global.properties	14 Aug 2003 17:08:00 -0000	1.1
  +++ global.properties	16 Aug 2003 09:25:29 -0000	1.2
  @@ -10,6 +10,9 @@
   
   maven.compile.source=1.4
   maven.compile.target=1.4
  +maven.compile.deprecation=true
  +maven.compile.debug=true
  +maven.compile.optimize=true
   
   maven.junit.fork=true