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 E8A28615 for ; Mon, 18 Jun 2012 21:26:03 +0000 (UTC) Received: (qmail 75361 invoked by uid 500); 18 Jun 2012 21:26:03 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 75303 invoked by uid 500); 18 Jun 2012 21:26:03 -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 75295 invoked by uid 99); 18 Jun 2012 21:26:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 21:26:03 +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; Mon, 18 Jun 2012 21:26:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4103D2388CF9; Mon, 18 Jun 2012 21:25:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1351492 - in /incubator/flex/trunk/frameworks: ./ projects/authoringsupport/ projects/authoringsupport/libs/ projects/authoringsupport/src/ Date: Mon, 18 Jun 2012 21:25:39 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120618212539.4103D2388CF9@eris.apache.org> Author: cframpton Date: Mon Jun 18 21:25:38 2012 New Revision: 1351492 URL: http://svn.apache.org/viewvc?rev=1351492&view=rev Log: authoringsupport.swc now only contains ViewSource. The name of the swc isn't a good match anymore but we decided not to change it. Removed: incubator/flex/trunk/frameworks/projects/authoringsupport/libs/ incubator/flex/trunk/frameworks/projects/authoringsupport/src/FlashComponentPlaceholder.as incubator/flex/trunk/frameworks/projects/authoringsupport/src/FlashContainerPlaceholder.as incubator/flex/trunk/frameworks/projects/authoringsupport/src/MyFlexContentHolder.as incubator/flex/trunk/frameworks/projects/authoringsupport/src/flash_component_icon.png incubator/flex/trunk/frameworks/projects/authoringsupport/src/flash_component_icon_small.png incubator/flex/trunk/frameworks/projects/authoringsupport/src/flash_container_icon.png incubator/flex/trunk/frameworks/projects/authoringsupport/src/flash_container_icon_small.png Modified: incubator/flex/trunk/frameworks/build.xml incubator/flex/trunk/frameworks/projects/authoringsupport/build.xml incubator/flex/trunk/frameworks/projects/authoringsupport/src/AuthoringSupportClasses.as Modified: incubator/flex/trunk/frameworks/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/build.xml?rev=1351492&r1=1351491&r2=1351492&view=diff ============================================================================== --- incubator/flex/trunk/frameworks/build.xml (original) +++ incubator/flex/trunk/frameworks/build.xml Mon Jun 18 21:25:38 2012 @@ -48,7 +48,7 @@ - @@ -97,8 +97,7 @@ - - + @@ -185,7 +184,6 @@ - Modified: incubator/flex/trunk/frameworks/projects/authoringsupport/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/authoringsupport/build.xml?rev=1351492&r1=1351491&r2=1351492&view=diff ============================================================================== --- incubator/flex/trunk/frameworks/projects/authoringsupport/build.xml (original) +++ incubator/flex/trunk/frameworks/projects/authoringsupport/build.xml Mon Jun 18 21:25:38 2012 @@ -38,12 +38,12 @@ - + - + @@ -65,17 +65,11 @@ AuthoringSupportClasses - - - - - - true @@ -83,10 +77,6 @@ - - - - @@ -117,9 +107,6 @@ - - - Modified: incubator/flex/trunk/frameworks/projects/authoringsupport/src/AuthoringSupportClasses.as URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/authoringsupport/src/AuthoringSupportClasses.as?rev=1351492&r1=1351491&r2=1351492&view=diff ============================================================================== --- incubator/flex/trunk/frameworks/projects/authoringsupport/src/AuthoringSupportClasses.as (original) +++ incubator/flex/trunk/frameworks/projects/authoringsupport/src/AuthoringSupportClasses.as Mon Jun 18 21:25:38 2012 @@ -32,8 +32,6 @@ package */ internal class AuthoringSupportClasses { - import FlashComponentPlaceholder; FlashComponentPlaceholder; - import FlashContainerPlaceholder; FlashContainerPlaceholder; import com.adobe.viewsource.ViewSource; ViewSource; // Maintain alphabetical order }