[ 
https://jira.codehaus.org/browse/MGWT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Laurent BAUDRY updated MGWT-321:
-------------------------------------

    Comment: was deleted

(was: In source/main/java :

create a package in the same namespace as the css interface.

Then create a client Bundle with all generated cssRessources. You can see below 
an example : 

public interface MyCssBundle extends ClientBundle {

        public static final MyCssBundle anomalieBundle = GWT
                        .create(MyCssBundle.class);

        @Source("ImageWidgetCss.css")
        ImageWidgetCss imageWidgetCss();
})
    
> Css Interface Generator create interface without signature
> ----------------------------------------------------------
>
>                 Key: MGWT-321
>                 URL: https://jira.codehaus.org/browse/MGWT-321
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Jean-Laurent BAUDRY
>
> Css interface generator create interface Java without signature.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to