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

doogie-3
Author: doogie
Date: Thu Oct 30 16:34:55 2008
New Revision: 709292

URL: http://svn.apache.org/viewvc?rev=709292&view=rev
Log:
Disable the scriptdef stuff for now.

Modified:
    ofbiz/trunk/macros.xml

Modified: ofbiz/trunk/macros.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=709292&r1=709291&r2=709292&view=diff
==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Thu Oct 30 16:34:55 2008
@@ -57,6 +57,7 @@
   </default-javac>
  </presetdef>
 
+ <!--
  <taskdef name="ofbizscriptdef" classname="org.apache.tools.ant.taskdefs.optional.script.ScriptDef">
   <classpath refid="ant.lib.class.path"/>
  </taskdef>
@@ -72,4 +73,5 @@
   <attribute name="file"/>
   <attribute name="gendir"/>
  </ofbizscriptdef>
+ -->
 </project>