You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/05/09 15:48:14 UTC

svn commit: r1336206 - /incubator/flex/trunk/mustella/build.xml

Author: cframpton
Date: Wed May  9 13:48:14 2012
New Revision: 1336206

URL: http://svn.apache.org/viewvc?rev=1336206&view=rev
Log:
Define FLEX_HOME before using it.

Modified:
    incubator/flex/trunk/mustella/build.xml

Modified: incubator/flex/trunk/mustella/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/build.xml?rev=1336206&r1=1336205&r2=1336206&view=diff
==============================================================================
--- incubator/flex/trunk/mustella/build.xml (original)
+++ incubator/flex/trunk/mustella/build.xml Wed May  9 13:48:14 2012
@@ -18,6 +18,8 @@
 
 -->
 <project name="mustella" default="run" basedir=".">
+    <property name="FLEX_HOME" location=".."/>
+
     <property environment="env"/>
     <property file="${FLEX_HOME}/env.properties"/>
 
@@ -33,9 +35,8 @@
     
     <!-- AJH shut off excludes for now -->
     <property name="excludes_done" value="true" />
-
 	
-<property name="HOMEPATH" value="${env.HOMEDRIVE}${env.HOMEPATH}" />
+    <property name="HOMEPATH" value="${env.HOMEDRIVE}${env.HOMEPATH}" />
 
     <pathconvert property="mustella.dir" dirsep="/" >
        <path location="${basedir}" />