Menu

Commit [r571]  Maximize  Restore  History

the maven build of modules now take the namespace into account.

FWIW, you can use flexmojos to generate manifest file for you, using
inclusion/exclusion patterns
Look at flexmojos:manifest

Now when built the catalog.xml file contain the uri to your namespace:
<components>
<component className="com.adobe.cairngorm.module:LazyModuleLoadPolicyTag" name="LazyModuleLoadPolicy" uri="http://ns.adobe.com/cairngorm" />
<component className="com.adobe.cairngorm.module:ModuleMessageInterceptor" name="ModuleMessageInterceptor" uri="http://ns.adobe.com/cairngorm" />
<component className="com.adobe.cairngorm.module:ParsleyModuleDescriptor" name="ParsleyModuleDescriptor" uri="http://ns.adobe.com/cairngorm" />
<component className="com.adobe.cairngorm:CairngormModuleSupport" name="CairngormModuleSupport" uri="http://ns.adobe.com/cairngorm" />
<component className="com.adobe.cairngorm:CairngormModuleXMLSupport" name="CairngormModuleXMLSupport" uri="http://ns.adobe.com/cairngorm" />
</components>

And the swc contains the design.xml file
It works for both flex3 and flex4 compilation.

ledroff@adobe.com 2010-07-10

changed /cairngorm3/trunk/libraries/Module/pom.xml
/cairngorm3/trunk/libraries/Module/pom.xml Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.