If your resource is declared from an interface, you can use a @DoNotEmbed annotation above specific resources instead of disabling it for all your application.
http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/resources/client/DataResource.java?r=10282 2011/10/17 Thomas Broyer <[email protected]> > Simply add <set-property name="ClientBundle.enableInlining" value="false" > /> to your gwt.xml. See > http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#Levers_and_knobs > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/jh6jFaFGSk4J. > > 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/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
