sgoeschl    2005/04/15 05:43:15

  Modified:    .        project.properties
  Log:
  Disable deprecation warnings
  
  Revision  Changes    Path
  1.5       +1 -1      ws-xmlrpc/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/ws-xmlrpc/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties        30 Jan 2003 13:57:14 -0000      1.4
  +++ project.properties        15 Apr 2005 12:43:15 -0000      1.5
  @@ -4,7 +4,7 @@
   
   maven.compile.debug = on
   maven.compile.optimize = off
  -maven.compile.deprecation = on
  +maven.compile.deprecation = off
   
   maven.checkstyle.format = turbine
   
  
  
  

Reply via email to