Revision: 12303
Revision: 12303
Author: rfrishbe@adobe.com
Date: 2009-11-30 15:04:46 -0800 (Mon, 30 Nov 2009)
Log Message:
***********
Changing certain SWC files to include the manifest.xml file in the SWC. For classes that are in the spark.* or mx.* package, Flash Builder doesn't MXML code-hint them b/c it hardcodes this as an exception to the rule. However, for other classes, if they are in the SWC, they are automatically code-hinted. To stop this MXML code-hinting (AS code-hinting will still occur), if we include the manifest.xml file in the SWC, then FB will only code hint those files.
Ideally there's a better solution to this, and I filed a bug about that: SDK-24449
QE notes: -
Doc notes: -
Bugs: SDK-24344
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-24449
http://bugs.adobe.com/jira/browse/SDK-24344
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/osmf/build.xml
flex/sdk/trunk/frameworks/projects/textLayout/build.xml
flex/sdk/trunk/frameworks/projects/textLayout/manifest.xml
flex/sdk/trunk/frameworks/projects/utilities/build.xml
Added Paths:
***********
flex/sdk/trunk/frameworks/projects/osmf/manifest.xml
flex/sdk/trunk/frameworks/projects/utilities/manifest.xml