Hi all,
How can I exclude a class inside another folder of the one specified
inside directory? i.e. the below excludes ModuleViewLoader and
ModuleViewLoaderSkin just fine because they are located inside the
directory ${project.build.sourceDirectory} but it seems to fail for
the ModuleRigContainerSkin and ModuleRigContainer, maybe because they
are located in ${project.build.sourceDirectory}/rig? What do I need to
specify to point to the rig package as well?
<includeAsClasses>
<sources>
<directory>$
{project.build.sourceDirectory}</directory>
<excludes>
<exclude>**/
ModuleViewLoader.as</exclude>
<exclude>**/
ModuleViewLoaderSkin.mxml</exclude>
<exclude>**/rig/
ModuleRigContainerSkin.mxml</exclude>
<exclude>**/rig/
ModuleRigContainer.as</exclude>
</excludes>
</sources>
</includeAsClasses>
Best,
Alex
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/