Fixed resource directory

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@84106 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 15:30:19 +00:00 committed by Giancarlo Panichi
parent 823f612c6a
commit 0490ed2fa8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public interface ResourceBundle extends ClientBundle {
public static final ResourceBundle IMPL=GWT.create(ResourceBundle.class);
@Source("org/gcube/portlets/user/td/open/client/dataresource/resources/TDOpen.css")
@Source("resources/TDOpen.css")
TDOpenCSS tdOpenCss();
@Source("resources/arrow-refresh.png")