Author: doogie
Date: Fri Aug 1 20:27:49 2008
New Revision: 681933
URL:
http://svn.apache.org/viewvc?rev=681933&view=revLog:
Slight tweak, so that ofbiz.home.dir is defined by macros.xml, so it
is available in more places.
Modified:
ofbiz/trunk/common.xml
ofbiz/trunk/macros.xml
Modified: ofbiz/trunk/common.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=681933&r1=681932&r2=681933&view=diff==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Fri Aug 1 20:27:49 2008
@@ -18,8 +18,8 @@
under the License.
-->
<project name="Ant - Common">
- <dirname property="ofbiz.home.dir" file="${ant.file.Ant - Common}"/>
- <import file="${ofbiz.home.dir}/macros.xml"/>
+ <dirname property="Ant - Common.dir" file="${ant.file.Ant - Common}"/>
+ <import file="${Ant - Common.dir}/macros.xml"/>
<property environment="env"/>
<property name="src.dir" value="src"/>
Modified: ofbiz/trunk/macros.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=681933&r1=681932&r2=681933&view=diff==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Fri Aug 1 20:27:49 2008
@@ -17,7 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<project>
+<project name="Ant - Macros">
+ <dirname property="ofbiz.home.dir" file="${ant.file.Ant - Macros}"/>
<macrodef name="iterate">
<attribute name="filelist" default="subdirs"/>
<attribute name="target" default=""/>