You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2012/12/17 06:33:12 UTC

svn commit: r1422755 - in /incubator/flex/sdk/branches/release4.9: DISCLAIMER build.xml

Author: jmclean
Date: Mon Dec 17 05:33:11 2012
New Revision: 1422755

URL: http://svn.apache.org/viewvc?rev=1422755&view=rev
Log:
optimistically removing the incubator disclaimer and "incubator" from the release path names

Removed:
    incubator/flex/sdk/branches/release4.9/DISCLAIMER
Modified:
    incubator/flex/sdk/branches/release4.9/build.xml

Modified: incubator/flex/sdk/branches/release4.9/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/release4.9/build.xml?rev=1422755&r1=1422754&r2=1422755&view=diff
==============================================================================
--- incubator/flex/sdk/branches/release4.9/build.xml (original)
+++ incubator/flex/sdk/branches/release4.9/build.xml Mon Dec 17 05:33:11 2012
@@ -43,7 +43,7 @@
     <property name="strict" value="true"/>
     <property name="javac.src" value="1.5"/>
     
-    <property name="kit.prefix" value="apache-flex-sdk-${release.version}-incubating"/>
+    <property name="kit.prefix" value="apache-flex-sdk-${release.version}"/>
     <property name="source.kit" value="${kit.prefix}-src"/>
     <property name="binary.kit" value="${kit.prefix}-bin"/>