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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

doogie-3
Author: doogie
Date: Wed Jun 29 22:10:31 2011
New Revision: 1141268

URL: http://svn.apache.org/viewvc?rev=1141268&view=rev
Log:
BUILD: Added an -X:lint:unchecked line, uncommented.  This line should be left
in the file, so that it is easier to enable/disable it.

Modified:
    ofbiz/trunk/macros.xml

Modified: ofbiz/trunk/macros.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=1141268&r1=1141267&r2=1141268&view=diff
==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Wed Jun 29 22:10:31 2011
@@ -80,6 +80,10 @@ under the License.
  <presetdef name="javac16">
   <default-javac compiler="javac1.6" target="1.6" source="1.6" encoding="UTF-8" sourcepathref="src-path" includeantruntime="false">
    <compilerarg value="-Xlint:-path"/>
+   <!--
+   Please leave this line here.  It makes it easier to enable/disable it.
+   <compilerarg value="-Xlint:unchecked"/>
+   -->
   </default-javac>
  </presetdef>