You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/08/02 05:21:58 UTC

svn commit: r681931 - /ofbiz/trunk/macros.xml

Author: doogie
Date: Fri Aug  1 20:21:58 2008
New Revision: 681931

URL: http://svn.apache.org/viewvc?rev=681931&view=rev
Log:
Comment out the -Xlint:unchecked argument to javac.

Modified:
    ofbiz/trunk/macros.xml

Modified: ofbiz/trunk/macros.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=681931&r1=681930&r2=681931&view=diff
==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Fri Aug  1 20:21:58 2008
@@ -39,8 +39,8 @@
 
  <presetdef name="javac15">
   <default-javac compiler="javac1.5" target="1.5" source="1.5">
-   <!--
    <compilerarg value="-Xlint:unchecked"/>
+   <!--
    -->
   </default-javac>
  </presetdef>