Author: aharui
Date: Fri Dec 7 23:11:49 2012
New Revision: 1418548
URL: http://svn.apache.org/viewvc?rev=1418548&view=rev
Log:
Remove version properties include-file directive is it overrides the one in
compile-config.xml and causes the build to fail (now that checkintests works
again and will catch it).
Modified:
incubator/flex/sdk/branches/develop/frameworks/projects/spark/build.xml
Modified:
incubator/flex/sdk/branches/develop/frameworks/projects/spark/build.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/spark/build.xml?rev=1418548&r1=1418547&r2=1418548&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/projects/spark/build.xml
(original)
+++ incubator/flex/sdk/branches/develop/frameworks/projects/spark/build.xml Fri
Dec 7 23:11:49 2012
@@ -229,7 +229,6 @@
output="${FLEX_HOME}/frameworks/libs/spark.swc">
<jvmarg line="${compc.jvm.args}"/>
<load-config filename="compile-config.xml" />
- <include-file name="version.properties"
path="${FLEX_HOME}/frameworks/version.properties"/>
<arg value="+playerglobal.version=${playerglobal.version}" />
<arg value="+env.PLAYERGLOBAL_HOME=${env.PLAYERGLOBAL_HOME}" />
</compc>