There are 2 ways to define themes.
1 - The old one...
 <dependency>
   <groupId>com.acme</groupId>
   <artifactId>acme-theme</artifactId>
   <type>swc</type>
   <scope>theme</scope>
   <version>1.0</version>
 </dependency>

2 - Using themes configuration:
 <themes>
    <theme>css/main.css</theme>
 </themes>

They can be used together.

I suggest using themes when you wanna use css files and use dependency
when you plan
to use SWC themes.



On Thu, Nov 27, 2008 at 9:54 AM, ddinger <[EMAIL PROTECTED]> wrote:

>
> I have a moven swc artifact that is actually a theme.
> How can I tell the flex compiler mojo, that one of the swc
> dependencies
> should be used as a theme ?
>
> Regards,
> Dirk
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to