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 2013/01/01 00:45:58 UTC

svn commit: r1427257 - in /incubator/flex/sdk/branches/develop/ide: constructFlexForIDE.bat constructFlexForIDE.sh

Author: jmclean
Date: Mon Dec 31 23:45:58 2012
New Revision: 1427257

URL: http://svn.apache.org/viewvc?rev=1427257&view=rev
Log:
text layout is now part of the SDK and shouldn't be copied

Modified:
    incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.bat
    incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.sh

Modified: incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.bat
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.bat?rev=1427257&r1=1427256&r2=1427257&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.bat (original)
+++ incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.bat Mon Dec 31 23:45:58 2012
@@ -36,18 +36,16 @@ REM    configuration files are modified 
 REM    up any of the environment variables mentioned in the README because the locations 
 REM    of all the software are known in this configuration.
 REM
-REM    TextLayoutFormat (TLF), OSMF, swobject, the Adobe embedded font support, 
-REM    and Adobe BlazeDS integration all come from the Adobe Flex 4.6 SDK.  You should
-REM    be aware that these components have their own licenses that may or may not be
-REM    compatible with the Apache v2 license.  See the "Software Dependencies" section
-REM    in the README for more license information.
+REM    OSMF, swobject, the Adobe embedded font support, and Adobe BlazeDS integration all
+REM    come from the Adobe Flex 4.6 SDK.  You should be aware that these components have
+REM    their own licenses that may or may not be compatible with the Apache v2 license.
+REM    See the "Software Dependencies" section in the README for more license information.
 REM
 REM    The Adobe Flex 4.6 SDK is available here:
 REM         http://www.adobe.com/devnet/flex/flex-sdk-download.html
 REM
 REM    Usage: constructFlexForIDE "Apache Flex dir" ["Adobe Flex 4.6 dir"]
 REM
-
 REM
 REM     If the Adobe Flex SDK 4.6 directory is not specified this script will look for it
 REM     in the following places:
@@ -191,7 +189,6 @@ for %%G in (
 
 for %%G in (
     frameworks\libs\osmf.swc
-    frameworks\libs\textLayout.swc
     frameworks\libs\player\11.1\playerglobal.swc
     frameworks\javascript\FABridge\samples\fabridge\swfobject\swfobject.js
     lib\flex-messaging-common.jar

Modified: incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.sh
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.sh?rev=1427257&r1=1427256&r2=1427257&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.sh (original)
+++ incubator/flex/sdk/branches/develop/ide/constructFlexForIDE.sh Mon Dec 31 23:45:58 2012
@@ -38,11 +38,10 @@
 # variables mentioned in the README because the locations of all the software are known 
 # in this configuration.
 #
-# TextLayoutFormat (TLF), OSMF, swobject, the Adobe embedded font support, 
-# and Adobe BlazeDS integration all come from the Adobe Flex 4.6 SDK.  You should
-# be aware that these components have their own licenses that may or may not be
-# compatible with the Apache v2 license.  See the "Software Dependencies" section
-# in the README for more license information.
+# OSMF, swobject, the Adobe embedded font support, and Adobe BlazeDS integration all
+# come from the Adobe Flex 4.6 SDK.  You should be aware that these components have
+# their own licenses that may or may not be compatible with the Apache v2 license.
+# See the "Software Dependencies" section in the README for more license information.
 #
 #  If the Adobe Flex SDK 4.6 directory is not specified this script will look for it
 #  in the following places, and if not found, will prompt for the directory.
@@ -183,7 +182,6 @@ echo Copying the third-party files to di
 
 files=(
     frameworks/libs/osmf.swc
-    frameworks/libs/textLayout.swc
     frameworks/libs/player/11.1
     frameworks/javascript/fabridge/samples/fabridge/swfobject
     lib/flex-messaging-common.jar