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 2013/06/28 21:08:03 UTC

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

Author: doogie
Date: Fri Jun 28 19:08:02 2013
New Revision: 1497888

URL: http://svn.apache.org/r1497888
Log:
FEATURE: Export ofbiz.home.dir to external projects, so that they can
continue to either auto-detect the location of ofbiz, when built
separately, or do the right thing when called during a top-level ant
run.

Modified:
    ofbiz/trunk/macros.xml

Modified: ofbiz/trunk/macros.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=1497888&r1=1497887&r2=1497888&view=diff
==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Fri Jun 28 19:08:02 2013
@@ -259,6 +259,10 @@ under the License.
  </macrodef>
 
  <presetdef name="externalsubant">
-  <subant inheritall="false"/>
+  <subant inheritall="false">
+   <propertyset>
+    <propertyref name="ofbiz.home.dir"/>
+   </propertyset>
+  </subant>
  </presetdef>
 </project>