Skip to main content
March 17, 2010
Answered

halo-manifest.xml

  • March 17, 2010
  • 1 reply
  • 742 views

What happened to this file? I've looked everywhere for it, and I can't find it in framework/should be here, checked many of the open source branch versions and I see in the log files that its being changed, but yet the physical file is no where to be seen.

Am I missing something, other than this file? heh, if someone could post it that would be of great help.

This topic has been closed for replies.
Correct answer Simeon_Bateman

A little while back in one of the refactors halo got renamed to "mx".  So if you check the flex-config.xml


http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/flex-config.xml


And look for the mapping for the namespace

library://ns.adobe.com/flex/mx (which used to be "halo") you will see that the manifest file also got renamed to mx-manifest.xml.
And that can be found here

http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/mx-manifest.xml

HTH

sim

1 reply

Simeon_BatemanCorrect answer
Inspiring
March 17, 2010

A little while back in one of the refactors halo got renamed to "mx".  So if you check the flex-config.xml


http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/flex-config.xml


And look for the mapping for the namespace

library://ns.adobe.com/flex/mx (which used to be "halo") you will see that the manifest file also got renamed to mx-manifest.xml.
And that can be found here

http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/mx-manifest.xml

HTH

sim