Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE485D9E2 for ; Wed, 27 Jun 2012 20:28:30 +0000 (UTC) Received: (qmail 67213 invoked by uid 500); 27 Jun 2012 20:28:30 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 67194 invoked by uid 500); 27 Jun 2012 20:28:30 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 67181 invoked by uid 99); 27 Jun 2012 20:28:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 20:28:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 20:28:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ECBE423889BF; Wed, 27 Jun 2012 20:28:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1354709 - in /incubator/flex/trunk: NOTICE build.xml frameworks/air-config.xml frameworks/downloads.xml frameworks/flex-config.xml Date: Wed, 27 Jun 2012 20:28:07 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120627202808.ECBE423889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cframpton Date: Wed Jun 27 20:28:06 2012 New Revision: 1354709 URL: http://svn.apache.org/viewvc?rev=1354709&view=rev Log: - add the tags back to flex-config.xml and air-config.xml. Even though is true, it turns out that FlashBuilder uses these for flex library projects to determine if the Link Type can be external (vs merged into code). - osmf.swf and textLayout.swf should not be in the binary kit. You can, cd to frameworks and run 'ant thirdparty-downloads' to get these, and swfobject, or you can use one of the tools to make an SDK for an IDE. - remove information about FlexContentHolderThumbnail.swc from the NOTICE file since we no longer include this file Modified: incubator/flex/trunk/NOTICE incubator/flex/trunk/build.xml incubator/flex/trunk/frameworks/air-config.xml incubator/flex/trunk/frameworks/downloads.xml incubator/flex/trunk/frameworks/flex-config.xml Modified: incubator/flex/trunk/NOTICE URL: http://svn.apache.org/viewvc/incubator/flex/trunk/NOTICE?rev=1354709&r1=1354708&r2=1354709&view=diff ============================================================================== --- incubator/flex/trunk/NOTICE (original) +++ incubator/flex/trunk/NOTICE Wed Jun 27 20:28:06 2012 @@ -29,6 +29,3 @@ The Open Source Media Framework used by The Adobe Text Layout Framework used by the Spark text components is licensed under the Mozilla Public License Version 1.1. The source code can be found here: http://sourceforge.net/projects/tlf.adobe/files/2.0/232/textLayout_build.zip - -The Flash authoring support uses FlexContentHolderThumbnail.swc which is licensed under - under the Mozilla Public License Version 1.1. Modified: incubator/flex/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1354709&r1=1354708&r2=1354709&view=diff ============================================================================== --- incubator/flex/trunk/build.xml (original) +++ incubator/flex/trunk/build.xml Wed Jun 27 20:28:06 2012 @@ -753,6 +753,21 @@ + + + + + + + + + + + + + + + @@ -796,18 +811,6 @@ - - - - - - - - - - - - Modified: incubator/flex/trunk/frameworks/air-config.xml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/air-config.xml?rev=1354709&r1=1354708&r2=1354709&view=diff ============================================================================== --- incubator/flex/trunk/frameworks/air-config.xml (original) +++ incubator/flex/trunk/frameworks/air-config.xml Wed Jun 27 20:28:06 2012 @@ -332,6 +332,82 @@ true + + + + + + + + libs/framework.swc + framework_${build.number}.swf + + + + + + libs/textLayout.swc + + + + + libs/spark.swc + spark_${build.number}.swf + + + + + libs/sparkskins.swc + sparkskins_${build.number}.swf + + + + + libs/rpc.swc + rpc_${build.number}.swf + + + + + libs/charts.swc + charts_${build.number}.swf + + + + + libs/spark_dmv.swc + spark_dmv_${build.number}.swf + + + + + + libs/osmf.swc + + + + + libs/mx/mx.swc + mx_${build.number}.swf + + + + + libs/advancedgrids.swc + advancedgrids_${build.number}.swf + + true Modified: incubator/flex/trunk/frameworks/downloads.xml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/downloads.xml?rev=1354709&r1=1354708&r2=1354709&view=diff ============================================================================== --- incubator/flex/trunk/frameworks/downloads.xml (original) +++ incubator/flex/trunk/frameworks/downloads.xml Wed Jun 27 20:28:06 2012 @@ -89,7 +89,7 @@ Notify before downloading file with MPL1.1 license. --> - + @@ -179,7 +179,7 @@ Notify before downloading file with MPL1.1 license. --> - + Modified: incubator/flex/trunk/frameworks/flex-config.xml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/flex-config.xml?rev=1354709&r1=1354708&r2=1354709&view=diff ============================================================================== --- incubator/flex/trunk/frameworks/flex-config.xml (original) +++ incubator/flex/trunk/frameworks/flex-config.xml Wed Jun 27 20:28:06 2012 @@ -324,6 +324,94 @@ + + + + + true + + + + + + + + + libs/framework.swc + framework_${build.number}.swf + + + + + + libs/textLayout.swc + + + + + libs/spark.swc + spark_${build.number}.swf + + + + + libs/sparkskins.swc + sparkskins_${build.number}.swf + + + + + libs/rpc.swc + rpc_${build.number}.swf + + + + + libs/charts.swc + charts_${build.number}.swf + + + + + libs/spark_dmv.swc + spark_dmv_${build.number}.swf + + + + + + libs/osmf.swc + + + + + libs/mx/mx.swc + mx_${build.number}.swf + + + + + libs/advancedgrids.swc + advancedgrids_${build.number}.swf + + + + true +