updated pom at 6.9.0

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@117585 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-07-31 09:25:06 +00:00
parent 689b272e65
commit 5b46bcbae2
3 changed files with 2 additions and 13 deletions

View File

@ -5,7 +5,7 @@
<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="workspace-tree-widget-6.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-tree-widget-TRUNK/workspace-tree-widget-TRUNK">
<dependent-module archiveName="workspace-tree-widget-6.9.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-tree-widget-TRUNK/workspace-tree-widget-TRUNK">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace</artifactId>
<packaging>war</packaging>
<version>6.8.0-SNAPSHOT</version>
<version>6.9.0-SNAPSHOT</version>
<name>gCube Workspace Portlet</name>
<description>
gcube Workspace Portlet is a portlet for users workspace management

View File

@ -28,7 +28,6 @@ public class WorskpacePortlet {
public WorskpacePortlet(boolean activeGroup) {
// Log.trace("Initializing WorskpacePortlet");
this.basicTabContainer = new GxtBasicTabPanel();
this.toolBarPathPanel = new GxtBreadcrumbPathPanel();
this.searchAndFilterContainer = new GxtSeachAndFilterPanel(this.toolBarPathPanel);
@ -37,9 +36,7 @@ public class WorskpacePortlet {
this.listViewContainer = new GxtListView();
this.toolBarItemDetails = new GxtBottomToolBarItem();
this.gxtCardLayoutResultPanel = new GxtCardLayoutResultPanel(gridFilterGroupContainer, listViewContainer, toolBarItemDetails);
}
public WorskpacePortlet(ExplorerPanel expPanel, boolean activeGroup) {
@ -57,26 +54,18 @@ public class WorskpacePortlet {
return basicTabContainer;
}
// public GxtBottomToolBarItem getDetailsContainer() {
// return toolBarItemDetails;
// }
public GxtSeachAndFilterPanel getSearchAndFilterContainer() {
return searchAndFilterContainer;
}
public GxtBreadcrumbPathPanel getToolBarPath() {
return toolBarPathPanel;
}
public GxtGridFilterGroupPanel getGridGroupContainer() {
return gridFilterGroupContainer;
}
public ExplorerPanel getExplorerPanel() {
return explorerPanel;
}