removed unused code
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@181801 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8acfe7ad09
commit
d6391d5cdb
|
@ -5,6 +5,9 @@
|
|||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/gwt"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
<dependent-module archiveName="ckan-metadata-publisher-widget-1.6.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-metadata-publisher-widget-TRUNK/ckan-metadata-publisher-widget-TRUNK">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="workspace-tree-widget-6.27.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/WorkspaceTree-TRUNK/WorkspaceTree-TRUNK">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
|
|
|
@ -173,7 +173,7 @@ public class GxtToolBarItemFunctionality {
|
|||
|
||||
|
||||
// toolBar.add(new SeparatorToolItem());
|
||||
toolBar.add(new SeparatorToolItem());
|
||||
// toolBar.add(new SeparatorToolItem());
|
||||
|
||||
// btnGetSharedLink = new Button("Share Link", Resources.getIconShareLink());
|
||||
// btnGetSharedLink.setScale(ButtonScale.SMALL);
|
||||
|
@ -188,7 +188,7 @@ public class GxtToolBarItemFunctionality {
|
|||
btnPublicLink.setArrowAlign(ButtonArrowAlign.BOTTOM);
|
||||
|
||||
toolBar.add(btnPublicLink);
|
||||
toolBar.add(new SeparatorToolItem());
|
||||
// toolBar.add(new SeparatorToolItem());
|
||||
|
||||
//see Task #17552
|
||||
// btnFolderLink = new Button("Folder Link", Resources.getIconFolderPublic());
|
||||
|
@ -204,7 +204,7 @@ public class GxtToolBarItemFunctionality {
|
|||
btnCutItem.setIconAlign(IconAlign.TOP);
|
||||
// toolBar.add(btnCutItem);
|
||||
|
||||
toolBar.add(new SeparatorToolItem());
|
||||
// toolBar.add(new SeparatorToolItem());
|
||||
|
||||
btnAccessFromDesktop = new Button(ConstantsPortlet.TITLEACCESSWEBDAV, Resources.getIconWebDav());
|
||||
btnAccessFromDesktop.setScale(ButtonScale.SMALL);
|
||||
|
|
Loading…
Reference in New Issue