This commit is contained in:
Giancarlo Panichi 2013-10-09 11:04:15 +00:00
parent 225d77b3e2
commit ace3096da9
3 changed files with 3 additions and 13 deletions

View File

@ -4,18 +4,6 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<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="SDMXImportWizardTD-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/SDMXImportWizardTD/SDMXImportWizardTD">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="TDOpen-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-open/tabular-data-open">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="tabular-data-gxtservice-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-gxtservice/tabular-data-gxtservice">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="tabular-data-information-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-information/tabular-data-information">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
<property name="context-root" value="tabular-data-portlet"/>
</wb-module>

View File

@ -199,8 +199,9 @@ public class FileToolBar {
exportGroup.setHeight("78px");
exportGroup.setStyleName("margin:2px");
exportGroup.setHeadingText("Export");
exportGroup.disable();
toolBar.add(exportGroup);
FlexTable exportLayout = new FlexTable();
exportGroup.add(exportLayout);

View File

@ -164,6 +164,7 @@ public class FormulasToolBar {
columnGroup.setHeight("78px");
columnGroup.setStyleName("margin:2px");
columnGroup.setHeadingText("Column");
columnGroup.disable();
toolBar.add(columnGroup);
FlexTable columnLayout = new FlexTable();