svn commit: r1040794 - /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: r1040794 - /ofbiz/trunk/macros.xml

doogie-3
Author: doogie
Date: Tue Nov 30 22:03:19 2010
New Revision: 1040794

URL: http://svn.apache.org/viewvc?rev=1040794&view=rev
Log:
When compiling, don't include the ant runtime classes; this makes the
compiled output more stable, and not depending on any random included
ant support libs.  If any are needed, they need to be explicitly added.

Modified:
    ofbiz/trunk/macros.xml

Modified: ofbiz/trunk/macros.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=1040794&r1=1040793&r2=1040794&view=diff
==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Tue Nov 30 22:03:19 2010
@@ -72,7 +72,7 @@ under the License.
  </presetdef>
 
  <presetdef name="javac16">
-  <default-javac compiler="javac1.6" target="1.6" source="1.6" encoding="UTF-8" sourcepathref="src-path">
+  <default-javac compiler="javac1.6" target="1.6" source="1.6" encoding="UTF-8" sourcepathref="src-path" includeantruntime="false">
    <!--
    <compilerarg value="-Xlint:unchecked"/>
    -->