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/06/04 05:27:09 UTC

svn commit: r1345820 - /incubator/flex/trunk/modules/compiler/build.xml

Author: cframpton
Date: Mon Jun  4 03:27:09 2012
New Revision: 1345820

URL: http://svn.apache.org/viewvc?rev=1345820&view=rev
Log:
Previous checkin for this file which rearranged classpath inadvertently dropped ${env.property.dir} so add it back in.

Modified:
    incubator/flex/trunk/modules/compiler/build.xml

Modified: incubator/flex/trunk/modules/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/compiler/build.xml?rev=1345820&r1=1345819&r2=1345820&view=diff
==============================================================================
--- incubator/flex/trunk/modules/compiler/build.xml (original)
+++ incubator/flex/trunk/modules/compiler/build.xml Mon Jun  4 03:27:09 2012
@@ -58,7 +58,7 @@
 	<!-- Including Adobe proprietary font and license code.  -->
 	<property name="mxmlc.mpl_excludes.classpath" value="${opt.dir}/afe.jar ${opt.dir}/aglj40.jar ${opt.dir}/rideau.jar ${opt.dir}/flex-fontkit.jar "/>
     <property name="mxmlc.adobe.classpath" value="${mxmlc.mpl_excludes.classpath} asc.jar ${ext.dir}/xml-apis.jar batik-all-flex.jar velocity-dep-1.4-flex.jar ${ext.dir}/commons-collections.jar ${ext.dir}/commons-discovery.jar ${ext.dir}/commons-logging.jar swfutils.jar fxgutils.jar ${opt.dir}/flex-messaging-common.jar ${localized.mxmlc.jars} ${ext.dir}/xalan.jar"/>
-    <property name="mxmlc.classpath" value="${mxmlc.adobe.classpath}"/>
+    <property name="mxmlc.classpath" value="${mxmlc.adobe.classpath} ${env.property.dir}"/>
     
 	<property name="compc.main" value="flex2.tools.Compc"/>
     <property name="compc.classpath" value="mxmlc.jar ${mxmlc.classpath}"/>