diff --git a/.classpath b/.classpath old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.project b/.project old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component old mode 100644 new mode 100755 index 0f34744..63e76ba --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,6 +4,9 @@ + + uses + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs old mode 100644 new mode 100755 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 index abc193e..ab641f0 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for "data-miner-executor" +## [v1.4.0-SNAPSHOT] + +- Updated to maven-portal-bom-3.7.0 [#22732] +- Added support to default value for ListParameter [#24026] + ## [v1.3.0] - 2021-10-06 -### Features - - - Added cluster description in Service Info [#19213] - +- Added cluster description in Service Info [#19213] ## [v1.2.0] - 2019-10-02 -### Features - - Added service info [#12594] - Added support to show log information [#11711] - Added support to show files html, json, pdf, txt [#17106] @@ -23,21 +23,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Added Item Id support [#16503] - ## [v1.1.0] - 2019-03-13 -### Features - - Added automatic run [#16155] - ## [v1.0.0] - 2019-01-31 -### Features - - First release - - -This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). diff --git a/FUNDING.md b/FUNDING.md old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/changelog.xml b/changelog.xml old mode 100644 new mode 100755 index fdcecfd..f778228 --- a/changelog.xml +++ b/changelog.xml @@ -1,8 +1,19 @@ - + + Updated to maven-portal-bom-3.7.0 [#22732] + Added support to default value for ListParameter [#24026] + + + Updated to Git and Jenkins - + Added service info [#12594] Added support to show log information [#11711] Added support to show files html, json, pdf, txt [#17106] @@ -12,10 +23,14 @@ Added Item Id support [#16503] - + Added automatic run [#16155] - + First release \ No newline at end of file diff --git a/descriptor.xml b/descriptor.xml old mode 100644 new mode 100755 diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index 7810dd2..2fc32f2 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portlets.user data-miner-executor - 1.3.0 + 1.4.0-SNAPSHOT war data-miner-executor @@ -285,7 +285,7 @@ org.gcube.distribution maven-portal-bom - 3.6.3 + 3.7.0-SNAPSHOT pom import diff --git a/profile.xml b/profile.xml old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/DataMinerExecutor.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/DataMinerExecutor.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/DataMinerExecutorController.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/DataMinerExecutorController.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/Header.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/Header.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/HomePanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/HomePanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/PortalViewport.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/PortalViewport.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/common/EventBusProvider.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/common/EventBusProvider.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/Gxt2ZIndexXDOM.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/Gxt2ZIndexXDOM.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBar.css b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBar.css old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBar.html b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBar.html old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBar.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBar.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBarAppearance.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/GreenProgressBarAppearance.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBar.css b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBar.css old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBar.html b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBar.html old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBar.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBar.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBarAppearance.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/OrangeProgressBarAppearance.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBar.css b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBar.css old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBar.html b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBar.html old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBar.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBar.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBarAppearance.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/RedProgressBarAppearance.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/green-bg.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/green-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/green-progress-bg.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/green-progress-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/orange-bg.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/orange-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/orange-progress-bg.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/orange-progress-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/red-bg.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/red-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/red-progress-bg.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/custom/progress/red-progress-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/CancelComputationExecutionRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/CancelComputationExecutionRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/CancelExecutionFromComputationsRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/CancelExecutionFromComputationsRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ComputationDataEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ComputationDataEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ComputationDataRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ComputationDataRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ComputationReadyEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ComputationReadyEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/DeleteItemRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/DeleteItemRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/InvocationModelEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/InvocationModelEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/InvocationModelRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/InvocationModelRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/MenuEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/MenuEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/MenuSwitchEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/MenuSwitchEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/OutputDataEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/OutputDataEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/OutputDataRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/OutputDataRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/RemoveSelectedOperatorEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/RemoveSelectedOperatorEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ResubmitComputationExecutionEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ResubmitComputationExecutionEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ResubmitComputationExecutionRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ResubmitComputationExecutionRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ServiceInfoEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ServiceInfoEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ServiceInfoRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/ServiceInfoRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/SessionExpiredEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/SessionExpiredEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/StartComputationExecutionEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/StartComputationExecutionEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/StartComputationExecutionRequestEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/StartComputationExecutionRequestEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/SyncRefreshUploadDataSpaceEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/SyncRefreshUploadDataSpaceEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/TabularFldChangeEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/TabularFldChangeEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/UIStateEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/UIStateEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/WPSMenuEvent.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/events/WPSMenuEvent.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationExecutionPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationExecutionPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationOutputPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationOutputPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationParametersPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationParametersPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationStatusPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ComputationStatusPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/EquivalentRequestDialog.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/EquivalentRequestDialog.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ExperimentPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/ExperimentPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/LinkToMonitorComputationDialog.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/LinkToMonitorComputationDialog.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/WorkflowPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/experiments/WorkflowPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/info/ServiceInfoDataProperties.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/info/ServiceInfoDataProperties.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/info/ServiceInfoPanel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/info/ServiceInfoPanel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/monitor/StatusMonitor.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/monitor/StatusMonitor.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/AbstractFld.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/AbstractFld.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/ColumnListFld.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/ColumnListFld.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/FileFld.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/FileFld.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/ListStringFld.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/ListStringFld.java old mode 100644 new mode 100755 index 090abd5..0836458 --- a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/ListStringFld.java +++ b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/ListStringFld.java @@ -3,20 +3,22 @@ */ package org.gcube.portlets.user.dataminerexecutor.client.parametersfield; +import java.util.ArrayList; +import java.util.List; + import org.gcube.data.analysis.dataminermanagercl.shared.parameters.ListParameter; +import org.gcube.data.analysis.dataminermanagercl.shared.parameters.ObjectParameter; import org.gcube.data.analysis.dataminermanagercl.shared.parameters.Parameter; -import com.allen_sauer.gwt.log.client.Log; -import com.google.gwt.safehtml.shared.SafeHtmlBuilder; import com.google.gwt.user.client.ui.Widget; import com.sencha.gxt.core.client.util.Margins; import com.sencha.gxt.widget.core.client.container.BoxLayoutContainer.BoxLayoutData; import com.sencha.gxt.widget.core.client.container.BoxLayoutContainer.BoxLayoutPack; import com.sencha.gxt.widget.core.client.container.HBoxLayoutContainer; import com.sencha.gxt.widget.core.client.container.HtmlLayoutContainer; +import com.sencha.gxt.widget.core.client.container.MarginData; import com.sencha.gxt.widget.core.client.container.SimpleContainer; import com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer; -import com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer.VerticalLayoutData; /** * @@ -27,75 +29,132 @@ import com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer.Verti public class ListStringFld extends AbstractFld { private SimpleContainer fieldContainer; - // private TextField textField; - private String value; + private HBoxLayoutContainer horiz; + private SimpleContainer listContainer; + private VerticalLayoutContainer vp; + private List items; + private ListParameter listParameter; /** - * @param parameter - * parameter + * + * @param parameter parameter */ public ListStringFld(Parameter parameter) { super(parameter); - // ObjectParameter p = (ObjectParameter) parameter; - Log.debug("Create String List field: " + parameter.getName()); - value = parameter.getValue(); + listParameter = (ListParameter) parameter; - ListParameter listParameter = (ListParameter) parameter; - - StringBuilder columnListHtml = new StringBuilder(); - String tempValue = new String(value); - int pos = tempValue.indexOf(listParameter.getSeparator()); - while (pos > -1) { - SafeHtmlBuilder safeValue = new SafeHtmlBuilder(); - safeValue.appendEscaped(tempValue.substring(0, pos)); - columnListHtml.append("" - + safeValue.toSafeHtml().asString() + ""); - tempValue = tempValue.substring(pos + 1, tempValue.length()); - pos = tempValue.indexOf(listParameter.getSeparator()); - } - if (tempValue != null && !tempValue.isEmpty()) { - SafeHtmlBuilder safeValue = new SafeHtmlBuilder(); - safeValue.appendEscaped(tempValue); - columnListHtml.append("" - + safeValue.toSafeHtml().asString() + ""); - } else { - columnListHtml.append(""); - } - - HtmlLayoutContainer descr; - - descr = new HtmlLayoutContainer("

"); - descr.addStyleName("workflow-fieldDescription"); - - descr = new HtmlLayoutContainer( - "

" + parameter.getDescription() + "

"); - descr.addStyleName("workflow-fieldDescription"); - - SimpleContainer vContainer = new SimpleContainer(); - VerticalLayoutContainer vField = new VerticalLayoutContainer(); - HtmlLayoutContainer typeDescription = new HtmlLayoutContainer(""); - typeDescription.setStylePrimaryName("workflow-parameters-description"); - - HtmlLayoutContainer val = new HtmlLayoutContainer(columnListHtml.toString()); - val.addStyleName("workflow-fieldValue"); - - vField.add(val, new VerticalLayoutData(-1, -1, new Margins(0))); - - vField.add(typeDescription, new VerticalLayoutData(-1, -1, new Margins(0))); - vContainer.add(vField); + listContainer = new SimpleContainer(); + vp = new VerticalLayoutContainer(); + items = new ArrayList(); + listContainer.add(vp, new MarginData(new Margins())); fieldContainer = new SimpleContainer(); - HBoxLayoutContainer horiz = new HBoxLayoutContainer(); + horiz = new HBoxLayoutContainer(); horiz.setPack(BoxLayoutPack.START); horiz.setEnableOverflow(false); - horiz.add(vContainer, new BoxLayoutData(new Margins())); - horiz.add(descr, new BoxLayoutData(new Margins())); + HtmlLayoutContainer descr; + + if (listParameter.getDescription() == null) { + descr = new HtmlLayoutContainer("

"); + descr.addStyleName("workflow-fieldDescription"); + + } else { + /* listContainer.setToolTip(listParameter.getDescription()); */ + descr = new HtmlLayoutContainer( + "

" + listParameter.getDescription() + "

"); + descr.addStyleName("workflow-fieldDescription"); + } + + horiz.add(listContainer, new BoxLayoutData(new Margins(0))); + horiz.add(descr, new BoxLayoutData(new Margins(0))); fieldContainer.add(horiz); - fieldContainer.forceLayout(); + addField(null); + } + protected void addField(StringItem upperItem) { + + if (upperItem == null) { + if (listParameter.getDefaultValue() == null || listParameter.getDefaultValue().isEmpty()) { + ObjectParameter objPar = new ObjectParameter(listParameter.getName(), listParameter.getDescription(), + listParameter.getType(), listParameter.getDefaultValue()); + StringItem item = new StringItem(this, objPar, true); + items.add(item); + vp.add(item); + } else { + String separator=listParameter.getSeparator(); + String tmpDefault=listParameter.getDefaultValue(); + int firstSharp=tmpDefault.indexOf(separator); + if(firstSharp>-1) { + String[] defaultValues=tmpDefault.split(separator); + int pos=0; + for(String dv:defaultValues) { + ObjectParameter objPar = new ObjectParameter(listParameter.getName(), listParameter.getDescription(), + listParameter.getType(), dv); + StringItem item=null; + if(pos==0) { + item = new StringItem(this, objPar, true); + } else { + item = new StringItem(this, objPar, false); + } + items.add(pos,item); + vp.insert(item,pos); + pos+=1; + item.showCancelButton(); + item.forceLayout(); + } + } else { + ObjectParameter objPar = new ObjectParameter(listParameter.getName(), listParameter.getDescription(), + listParameter.getType(), listParameter.getDefaultValue()); + StringItem item = new StringItem(this, objPar, true); + items.add(item); + vp.add(item); + } + } + } else { + ObjectParameter objPar = new ObjectParameter(listParameter.getName(), listParameter.getDescription(), + listParameter.getType(), null); + // search the position of the upper item + int pos = items.indexOf(upperItem); + if (pos > -1) { + upperItem.showCancelButton(); + upperItem.forceLayout(); + StringItem item = new StringItem(this, objPar, false); + items.add(pos + 1, item); + vp.insert(item, pos + 1);// don't use new VerticalLayoutData(1, + // -1,new Margins(0)) + } else { + upperItem.forceLayout(); + StringItem item = new StringItem(this, objPar, true); + items.add(item); + vp.add(item);// don't use new VerticalLayoutData(-1, -1, new + // Margins(0)) + } + } + + forceLayout(); + + } + + protected void forceLayout() { + vp.forceLayout(); + horiz.forceLayout(); + fieldContainer.forceLayout(); + } + + protected void removeField(StringItem item) { + items.remove(item); + + vp.remove(item); + + if (items.size() == 1) { + items.get(0).hideCancelButton(); + items.get(0).forceLayout(); + } + + forceLayout(); } /** @@ -103,6 +162,16 @@ public class ListStringFld extends AbstractFld { */ @Override public String getValue() { + String separator = listParameter.getSeparator(); + String value = ""; + boolean first = true; + for (StringItem item : items) { + String itemValue = item.getValue(); + if (itemValue != null && !itemValue.contentEquals("")) { + value += (first ? "" : separator) + itemValue; + first = false; + } + } return value; } @@ -114,13 +183,18 @@ public class ListStringFld extends AbstractFld { return fieldContainer; } + /** + * + */ @Override public boolean isValid() { - if (value != null && !value.isEmpty()) { - return true; - } else { - return false; - } + boolean valid = false; + for (StringItem item : items) + if (item.isValid()) { + valid = true; + break; + } + return valid; } } diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/OperatorFieldWidget.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/OperatorFieldWidget.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/StringFld.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/StringFld.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/StringItem.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/StringItem.java new file mode 100755 index 0000000..f104810 --- /dev/null +++ b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/StringItem.java @@ -0,0 +1,100 @@ +package org.gcube.portlets.user.dataminerexecutor.client.parametersfield; + +import org.gcube.data.analysis.dataminermanagercl.shared.parameters.ObjectParameter; +import org.gcube.portlets.user.dataminerexecutor.client.DataMinerExecutor; + +import com.sencha.gxt.core.client.util.Margins; +import com.sencha.gxt.widget.core.client.button.TextButton; +import com.sencha.gxt.widget.core.client.container.HBoxLayoutContainer; +import com.sencha.gxt.widget.core.client.event.SelectEvent; +import com.sencha.gxt.widget.core.client.form.TextField; + +/** + * + * @author Giancarlo Panichi + * + * + */ +public class StringItem extends HBoxLayoutContainer { + private ListStringFld parent; + private TextField field; + private TextButton addBtn; + private TextButton removeBtn; + + /** + * + * @param parent parend + * @param objectParameter object parameter + * @param first true if is first + */ + public StringItem(ListStringFld parent, ObjectParameter objectParameter, boolean first) { + super(); + this.parent=parent; + create(objectParameter,first); + } + + private void create( ObjectParameter objectParameter, boolean first){ + field = new TextField(); + field.setAllowBlank(false); + + if(objectParameter!=null && objectParameter.getDefaultValue()!=null && + !objectParameter.getDefaultValue().isEmpty()) { + field.setValue(objectParameter.getDefaultValue()); + } + + addBtn = new TextButton(""); + + addBtn.setIcon(DataMinerExecutor.resources.add()); + + addBtn.addSelectHandler(new SelectEvent.SelectHandler() { + + @Override + public void onSelect(SelectEvent event) { + parent.addField(StringItem.this); + + + } + }); + + removeBtn = new TextButton(""); + + removeBtn.setIcon(DataMinerExecutor.resources.cancel()); + + removeBtn.addSelectHandler(new SelectEvent.SelectHandler() { + + @Override + public void onSelect(SelectEvent event) { + parent.removeField(StringItem.this); + + + } + }); + + removeBtn.setVisible(!first); + + setPack(BoxLayoutPack.START); + setEnableOverflow(false); + add(field, new BoxLayoutData(new Margins())); + add(addBtn, new BoxLayoutData(new Margins())); + add(removeBtn, new BoxLayoutData(new Margins())); + + forceLayout(); + } + + public void showCancelButton() { + removeBtn.setVisible(true); + } + + public void hideCancelButton() { + removeBtn.setVisible(false); + } + + public String getValue() { + return field.getCurrentValue(); + } + + public boolean isValid() { + return field.isValid(); + } + +} diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/TabularFld.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/TabularFld.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/TabularListFld.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/parametersfield/TabularListFld.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/properties/ColumnItemProperties.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/properties/ColumnItemProperties.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/properties/ColumnItemPropertiesCombo.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/properties/ColumnItemPropertiesCombo.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/Resources.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/Resources.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/WikiLink.txt b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/WikiLink.txt old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/add.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/add.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-complete.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-complete.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-error.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-error.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-loader-big.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-loader-big.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-loader.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/ajax-loader.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/alert.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/alert.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/arrow_right.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/arrow_right.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/cancel.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/cancel.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/cancel_circle.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/cancel_circle.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/cancel_icon.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/cancel_icon.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/computation.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/computation.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/computations.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/computations.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/connector1.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/connector1.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/delete.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/delete.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/delete_circle.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/delete_circle.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/detach.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/detach.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/details.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/details.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/download.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/download.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/draw-geometry.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/draw-geometry.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/folder_explore.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/folder_explore.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/goBack.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/goBack.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/inputSpace.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/inputSpace.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/logoLittle.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/logoLittle.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemComputations.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemComputations.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemDataspace.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemDataspace.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemExperiment.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemExperiment.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemHelp.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemHelp.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemInputspace.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/menuItemInputspace.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/monitor.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/monitor.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/page-white.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/page-white.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/refresh.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/refresh.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/resubmit.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/resubmit.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/save.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/save.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/show.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/show.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/sort_asc.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/sort_asc.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/table.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/table.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/tableResult.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/tableResult.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/tree.gif b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/tree.gif old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/triangle.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/triangle.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/user_green.png b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/resources/user_green.png old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/rpc/DataMinerExecutorService.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/rpc/DataMinerExecutorService.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/rpc/DataMinerExecutorServiceAsync.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/rpc/DataMinerExecutorServiceAsync.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaElementType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaElementType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaEventType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaEventType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaRegionType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaRegionType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaRequestEventType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaRequestEventType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/MenuType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/MenuType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/OperatorsClassificationRequestType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/OperatorsClassificationRequestType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/OutputResourceRequestEventType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/OutputResourceRequestEventType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/SessionExpiredEventType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/SessionExpiredEventType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/UIStateEventType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/UIStateEventType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/WPSMenuType.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/WPSMenuType.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/util/ElementsHighlights.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/util/ElementsHighlights.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/util/InfoMessageBox.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/util/InfoMessageBox.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/util/UtilsGXT3.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/util/UtilsGXT3.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/FileViewer.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/FileViewer.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/HashMapViewer.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/HashMapViewer.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/ImageViewer.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/ImageViewer.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/ResourceViewer.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/ResourceViewer.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/ShowFileDialog.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/widgets/ShowFileDialog.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/workspace/DownloadWidget.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/workspace/DownloadWidget.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/dataminerexecutor.gwt.xml b/src/main/java/org/gcube/portlets/user/dataminerexecutor/dataminerexecutor.gwt.xml old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/portlet/DataMinerExecutor.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/portlet/DataMinerExecutor.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/DataMinerExecutorServiceImpl.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/DataMinerExecutorServiceImpl.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/DescriptionRepository.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/DescriptionRepository.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/DownloadServlet.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/DownloadServlet.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/SessionUtil.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/SessionUtil.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/invocation/InvocationManager.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/invocation/InvocationManager.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/storage/ItemDownload.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/storage/ItemDownload.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/storage/StorageUtil.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/storage/StorageUtil.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/util/DataMinerWorkAreaManager.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/util/DataMinerWorkAreaManager.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/util/TableReader.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/server/util/TableReader.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/Constants.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/Constants.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/StringUtil.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/StringUtil.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/exception/ServiceException.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/exception/ServiceException.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/exception/SessionExpiredServiceException.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/exception/SessionExpiredServiceException.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/process/InvocationAction.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/process/InvocationAction.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/process/InvocationModel.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/process/InvocationModel.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/session/UserInfo.java b/src/main/java/org/gcube/portlets/user/dataminerexecutor/shared/session/UserInfo.java old mode 100644 new mode 100755 diff --git a/src/main/resources/org/gcube/portlets/user/dataminerexecutor/dataminerexecutor.gwt.xml b/src/main/resources/org/gcube/portlets/user/dataminerexecutor/dataminerexecutor.gwt.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/DataMinerExecutor.css b/src/main/webapp/DataMinerExecutor.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/DataMinerExecutor.html b/src/main/webapp/DataMinerExecutor.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/jsp/DataMinerExecutor_view.jsp b/src/main/webapp/WEB-INF/jsp/DataMinerExecutor_view.jsp old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/liferay-display.xml b/src/main/webapp/WEB-INF/liferay-display.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/liferay-plugin-package.properties b/src/main/webapp/WEB-INF/liferay-plugin-package.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/liferay-portlet.xml b/src/main/webapp/WEB-INF/liferay-portlet.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/portlet.xml b/src/main/webapp/WEB-INF/portlet.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/css/gxt-all.css b/src/main/webapp/gxt/css/gxt-all.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/css/gxt-gray.css b/src/main/webapp/gxt/css/gxt-gray.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/css/desktop.css b/src/main/webapp/gxt/desktop/css/desktop.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/desktop.gif b/src/main/webapp/gxt/desktop/images/desktop.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/desktop3.jpg b/src/main/webapp/gxt/desktop/images/desktop3.jpg old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/gears.gif b/src/main/webapp/gxt/desktop/images/gears.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/gears.png b/src/main/webapp/gxt/desktop/images/gears.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/grid.png b/src/main/webapp/gxt/desktop/images/grid.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/hatch.gif b/src/main/webapp/gxt/desktop/images/hatch.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/hd-bg.gif b/src/main/webapp/gxt/desktop/images/hd-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/hd-tb-bg.gif b/src/main/webapp/gxt/desktop/images/hd-tb-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/icon_padlock.png b/src/main/webapp/gxt/desktop/images/icon_padlock.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/icons-bg.png b/src/main/webapp/gxt/desktop/images/icons-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/launcher-bg.gif b/src/main/webapp/gxt/desktop/images/launcher-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/launcher-btn.gif b/src/main/webapp/gxt/desktop/images/launcher-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/logout.gif b/src/main/webapp/gxt/desktop/images/logout.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/logout.png b/src/main/webapp/gxt/desktop/images/logout.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/member.gif b/src/main/webapp/gxt/desktop/images/member.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/member.png b/src/main/webapp/gxt/desktop/images/member.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/powered.gif b/src/main/webapp/gxt/desktop/images/powered.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/powered.png b/src/main/webapp/gxt/desktop/images/powered.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/s.gif b/src/main/webapp/gxt/desktop/images/s.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/item-over.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/item-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/scroll-left.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/scroll-left.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/scroll-right.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/scroll-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-left-corners.png b/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-left-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-left-right.png b/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-left-right.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-right-corners.png b/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-right-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-right.png b/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-right.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-top-bottom.png b/src/main/webapp/gxt/desktop/images/taskbar/black/start-menu-top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/startbutton-icon.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/startbutton-icon.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/startbutton.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/startbutton.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/taskbar-split-h.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/taskbar-split-h.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/taskbar-start-panel-bg.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/taskbar-start-panel-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/taskbutton.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/taskbutton.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/taskbar/black/taskbuttons-panel-bg.gif b/src/main/webapp/gxt/desktop/images/taskbar/black/taskbuttons-panel-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/winbar-bg.gif b/src/main/webapp/gxt/desktop/images/winbar-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/winbar-btn.gif b/src/main/webapp/gxt/desktop/images/winbar-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/images/windows-bg.gif b/src/main/webapp/gxt/desktop/images/windows-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/desktop/wallpapers/desktop.jpg b/src/main/webapp/gxt/desktop/wallpapers/desktop.jpg old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/flash/swfobject.js b/src/main/webapp/gxt/flash/swfobject.js old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/corners-blue.gif b/src/main/webapp/gxt/images/default/box/corners-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/corners.gif b/src/main/webapp/gxt/images/default/box/corners.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/l-blue.gif b/src/main/webapp/gxt/images/default/box/l-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/l.gif b/src/main/webapp/gxt/images/default/box/l.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/r-blue.gif b/src/main/webapp/gxt/images/default/box/r-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/r.gif b/src/main/webapp/gxt/images/default/box/r.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/tb-blue.gif b/src/main/webapp/gxt/images/default/box/tb-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/box/tb.gif b/src/main/webapp/gxt/images/default/box/tb.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/arrow.gif b/src/main/webapp/gxt/images/default/button/arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/btn-arrow.gif b/src/main/webapp/gxt/images/default/button/btn-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/btn-sprite.gif b/src/main/webapp/gxt/images/default/button/btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/btn.gif b/src/main/webapp/gxt/images/default/button/btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/group-cs.gif b/src/main/webapp/gxt/images/default/button/group-cs.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/group-lr.gif b/src/main/webapp/gxt/images/default/button/group-lr.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/group-tb.gif b/src/main/webapp/gxt/images/default/button/group-tb.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/s-arrow-b-noline.gif b/src/main/webapp/gxt/images/default/button/s-arrow-b-noline.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/s-arrow-b.gif b/src/main/webapp/gxt/images/default/button/s-arrow-b.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/s-arrow-bo.gif b/src/main/webapp/gxt/images/default/button/s-arrow-bo.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/s-arrow-noline.gif b/src/main/webapp/gxt/images/default/button/s-arrow-noline.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/s-arrow-o.gif b/src/main/webapp/gxt/images/default/button/s-arrow-o.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/button/s-arrow.gif b/src/main/webapp/gxt/images/default/button/s-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/dd/drop-add.gif b/src/main/webapp/gxt/images/default/dd/drop-add.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/dd/drop-no.gif b/src/main/webapp/gxt/images/default/dd/drop-no.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/dd/drop-yes.gif b/src/main/webapp/gxt/images/default/dd/drop-yes.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-bold.gif b/src/main/webapp/gxt/images/default/editor/tb-bold.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-font-color.gif b/src/main/webapp/gxt/images/default/editor/tb-font-color.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-font-decrease.gif b/src/main/webapp/gxt/images/default/editor/tb-font-decrease.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-font-highlight.gif b/src/main/webapp/gxt/images/default/editor/tb-font-highlight.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-font-increase.gif b/src/main/webapp/gxt/images/default/editor/tb-font-increase.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-italic.gif b/src/main/webapp/gxt/images/default/editor/tb-italic.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-justify-center.gif b/src/main/webapp/gxt/images/default/editor/tb-justify-center.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-justify-left.gif b/src/main/webapp/gxt/images/default/editor/tb-justify-left.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-justify-right.gif b/src/main/webapp/gxt/images/default/editor/tb-justify-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-link.gif b/src/main/webapp/gxt/images/default/editor/tb-link.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-ol.gif b/src/main/webapp/gxt/images/default/editor/tb-ol.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-source.gif b/src/main/webapp/gxt/images/default/editor/tb-source.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-sprite.gif b/src/main/webapp/gxt/images/default/editor/tb-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-ul.gif b/src/main/webapp/gxt/images/default/editor/tb-ul.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/editor/tb-underline.gif b/src/main/webapp/gxt/images/default/editor/tb-underline.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/checkbox.gif b/src/main/webapp/gxt/images/default/form/checkbox.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/clear-trigger.gif b/src/main/webapp/gxt/images/default/form/clear-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/date-trigger.gif b/src/main/webapp/gxt/images/default/form/date-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/error-tip-corners.gif b/src/main/webapp/gxt/images/default/form/error-tip-corners.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/exclamation.gif b/src/main/webapp/gxt/images/default/form/exclamation.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/radio.gif b/src/main/webapp/gxt/images/default/form/radio.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/search-trigger.gif b/src/main/webapp/gxt/images/default/form/search-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/spinner.gif b/src/main/webapp/gxt/images/default/form/spinner.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/text-bg.gif b/src/main/webapp/gxt/images/default/form/text-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/trigger-tpl.gif b/src/main/webapp/gxt/images/default/form/trigger-tpl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/form/trigger.gif b/src/main/webapp/gxt/images/default/form/trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/gradient-bg.gif b/src/main/webapp/gxt/images/default/gradient-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/arrow-left-white.gif b/src/main/webapp/gxt/images/default/grid/arrow-left-white.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/arrow-right-white.gif b/src/main/webapp/gxt/images/default/grid/arrow-right-white.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/col-move-bottom.gif b/src/main/webapp/gxt/images/default/grid/col-move-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/col-move-top.gif b/src/main/webapp/gxt/images/default/grid/col-move-top.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/columns.gif b/src/main/webapp/gxt/images/default/grid/columns.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/dirty.gif b/src/main/webapp/gxt/images/default/grid/dirty.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/done.gif b/src/main/webapp/gxt/images/default/grid/done.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/drop-no.gif b/src/main/webapp/gxt/images/default/grid/drop-no.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/drop-yes.gif b/src/main/webapp/gxt/images/default/grid/drop-yes.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/footer-bg.gif b/src/main/webapp/gxt/images/default/grid/footer-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid-blue-hd.gif b/src/main/webapp/gxt/images/default/grid/grid-blue-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid-blue-split.gif b/src/main/webapp/gxt/images/default/grid/grid-blue-split.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid-hrow.gif b/src/main/webapp/gxt/images/default/grid/grid-hrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid-loading.gif b/src/main/webapp/gxt/images/default/grid/grid-loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid-split.gif b/src/main/webapp/gxt/images/default/grid/grid-split.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid-vista-hd.gif b/src/main/webapp/gxt/images/default/grid/grid-vista-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid3-hd-btn.gif b/src/main/webapp/gxt/images/default/grid/grid3-hd-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid3-hrow-group.gif b/src/main/webapp/gxt/images/default/grid/grid3-hrow-group.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid3-hrow-over.gif b/src/main/webapp/gxt/images/default/grid/grid3-hrow-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid3-hrow.gif b/src/main/webapp/gxt/images/default/grid/grid3-hrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid3-special-col-bg.gif b/src/main/webapp/gxt/images/default/grid/grid3-special-col-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/gxt/images/default/grid/grid3-special-col-sel-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/group-by.gif b/src/main/webapp/gxt/images/default/grid/group-by.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/group-expand-sprite.gif b/src/main/webapp/gxt/images/default/grid/group-expand-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/hd-pop.gif b/src/main/webapp/gxt/images/default/grid/hd-pop.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/hmenu-asc.gif b/src/main/webapp/gxt/images/default/grid/hmenu-asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/hmenu-desc.gif b/src/main/webapp/gxt/images/default/grid/hmenu-desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/hmenu-lock.gif b/src/main/webapp/gxt/images/default/grid/hmenu-lock.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/hmenu-lock.png b/src/main/webapp/gxt/images/default/grid/hmenu-lock.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/hmenu-unlock.gif b/src/main/webapp/gxt/images/default/grid/hmenu-unlock.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/hmenu-unlock.png b/src/main/webapp/gxt/images/default/grid/hmenu-unlock.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/invalid_line.gif b/src/main/webapp/gxt/images/default/grid/invalid_line.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/loading.gif b/src/main/webapp/gxt/images/default/grid/loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/mso-hd.gif b/src/main/webapp/gxt/images/default/grid/mso-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/nowait.gif b/src/main/webapp/gxt/images/default/grid/nowait.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-first-disabled.gif b/src/main/webapp/gxt/images/default/grid/page-first-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-first.gif b/src/main/webapp/gxt/images/default/grid/page-first.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-last-disabled.gif b/src/main/webapp/gxt/images/default/grid/page-last-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-last.gif b/src/main/webapp/gxt/images/default/grid/page-last.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-next-disabled.gif b/src/main/webapp/gxt/images/default/grid/page-next-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-next.gif b/src/main/webapp/gxt/images/default/grid/page-next.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-prev-disabled.gif b/src/main/webapp/gxt/images/default/grid/page-prev-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/page-prev.gif b/src/main/webapp/gxt/images/default/grid/page-prev.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/pick-button.gif b/src/main/webapp/gxt/images/default/grid/pick-button.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/refresh.gif b/src/main/webapp/gxt/images/default/grid/refresh.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/refresh.png b/src/main/webapp/gxt/images/default/grid/refresh.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/row-check-sprite.gif b/src/main/webapp/gxt/images/default/grid/row-check-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/row-expand-sprite.gif b/src/main/webapp/gxt/images/default/grid/row-expand-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/row-over.gif b/src/main/webapp/gxt/images/default/grid/row-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/row-sel.gif b/src/main/webapp/gxt/images/default/grid/row-sel.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/sort-hd.gif b/src/main/webapp/gxt/images/default/grid/sort-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/sort_asc.gif b/src/main/webapp/gxt/images/default/grid/sort_asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/sort_desc.gif b/src/main/webapp/gxt/images/default/grid/sort_desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/grid/wait.gif b/src/main/webapp/gxt/images/default/grid/wait.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/collapse.gif b/src/main/webapp/gxt/images/default/layout/collapse.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/expand.gif b/src/main/webapp/gxt/images/default/layout/expand.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/gradient-bg.gif b/src/main/webapp/gxt/images/default/layout/gradient-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/mini-bottom.gif b/src/main/webapp/gxt/images/default/layout/mini-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/mini-left.gif b/src/main/webapp/gxt/images/default/layout/mini-left.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/mini-right.gif b/src/main/webapp/gxt/images/default/layout/mini-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/mini-top.gif b/src/main/webapp/gxt/images/default/layout/mini-top.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/ns-collapse.gif b/src/main/webapp/gxt/images/default/layout/ns-collapse.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/ns-expand.gif b/src/main/webapp/gxt/images/default/layout/ns-expand.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/panel-close.gif b/src/main/webapp/gxt/images/default/layout/panel-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/panel-title-bg.gif b/src/main/webapp/gxt/images/default/layout/panel-title-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/panel-title-light-bg.gif b/src/main/webapp/gxt/images/default/layout/panel-title-light-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/stick.gif b/src/main/webapp/gxt/images/default/layout/stick.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/stuck.gif b/src/main/webapp/gxt/images/default/layout/stuck.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/tab-close-on.gif b/src/main/webapp/gxt/images/default/layout/tab-close-on.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/layout/tab-close.gif b/src/main/webapp/gxt/images/default/layout/tab-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/menu/checked.gif b/src/main/webapp/gxt/images/default/menu/checked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/menu/group-checked.gif b/src/main/webapp/gxt/images/default/menu/group-checked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/menu/item-over.gif b/src/main/webapp/gxt/images/default/menu/item-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/menu/menu-parent.gif b/src/main/webapp/gxt/images/default/menu/menu-parent.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/menu/menu.gif b/src/main/webapp/gxt/images/default/menu/menu.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/menu/unchecked.gif b/src/main/webapp/gxt/images/default/menu/unchecked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/corners-sprite.gif b/src/main/webapp/gxt/images/default/panel/corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/left-right.gif b/src/main/webapp/gxt/images/default/panel/left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/light-hd.gif b/src/main/webapp/gxt/images/default/panel/light-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/tool-sprite-tpl.gif b/src/main/webapp/gxt/images/default/panel/tool-sprite-tpl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/tool-sprites.gif b/src/main/webapp/gxt/images/default/panel/tool-sprites.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/tools-sprites-trans.gif b/src/main/webapp/gxt/images/default/panel/tools-sprites-trans.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/top-bottom.gif b/src/main/webapp/gxt/images/default/panel/top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/top-bottom.png b/src/main/webapp/gxt/images/default/panel/top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/white-corners-sprite.gif b/src/main/webapp/gxt/images/default/panel/white-corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/white-left-right.gif b/src/main/webapp/gxt/images/default/panel/white-left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/panel/white-top-bottom.gif b/src/main/webapp/gxt/images/default/panel/white-top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/progress/progress-bg.gif b/src/main/webapp/gxt/images/default/progress/progress-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/qtip/bg.gif b/src/main/webapp/gxt/images/default/qtip/bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/qtip/close.gif b/src/main/webapp/gxt/images/default/qtip/close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/qtip/tip-anchor-sprite.gif b/src/main/webapp/gxt/images/default/qtip/tip-anchor-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/qtip/tip-sprite.gif b/src/main/webapp/gxt/images/default/qtip/tip-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/s.gif b/src/main/webapp/gxt/images/default/s.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shadow-c.png b/src/main/webapp/gxt/images/default/shadow-c.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shadow-lr.png b/src/main/webapp/gxt/images/default/shadow-lr.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shadow.png b/src/main/webapp/gxt/images/default/shadow.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/blue-loading.gif b/src/main/webapp/gxt/images/default/shared/blue-loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/calendar.gif b/src/main/webapp/gxt/images/default/shared/calendar.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/clear.gif b/src/main/webapp/gxt/images/default/shared/clear.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/glass-bg.gif b/src/main/webapp/gxt/images/default/shared/glass-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/hd-sprite.gif b/src/main/webapp/gxt/images/default/shared/hd-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/large-loading.gif b/src/main/webapp/gxt/images/default/shared/large-loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/left-btn.gif b/src/main/webapp/gxt/images/default/shared/left-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/loading-balls.gif b/src/main/webapp/gxt/images/default/shared/loading-balls.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/right-btn.gif b/src/main/webapp/gxt/images/default/shared/right-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/shared/warning.gif b/src/main/webapp/gxt/images/default/shared/warning.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/e-handle-dark.gif b/src/main/webapp/gxt/images/default/sizer/e-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/e-handle.gif b/src/main/webapp/gxt/images/default/sizer/e-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/ne-handle-dark.gif b/src/main/webapp/gxt/images/default/sizer/ne-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/ne-handle.gif b/src/main/webapp/gxt/images/default/sizer/ne-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/nw-handle-dark.gif b/src/main/webapp/gxt/images/default/sizer/nw-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/nw-handle.gif b/src/main/webapp/gxt/images/default/sizer/nw-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/s-handle-dark.gif b/src/main/webapp/gxt/images/default/sizer/s-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/s-handle.gif b/src/main/webapp/gxt/images/default/sizer/s-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/se-handle-dark.gif b/src/main/webapp/gxt/images/default/sizer/se-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/se-handle.gif b/src/main/webapp/gxt/images/default/sizer/se-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/square.gif b/src/main/webapp/gxt/images/default/sizer/square.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/sw-handle-dark.gif b/src/main/webapp/gxt/images/default/sizer/sw-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/sizer/sw-handle.gif b/src/main/webapp/gxt/images/default/sizer/sw-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/slider/slider-bg.png b/src/main/webapp/gxt/images/default/slider/slider-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/slider/slider-thumb.png b/src/main/webapp/gxt/images/default/slider/slider-thumb.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/slider/slider-v-bg.png b/src/main/webapp/gxt/images/default/slider/slider-v-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/slider/slider-v-thumb.png b/src/main/webapp/gxt/images/default/slider/slider-v-thumb.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/scroll-left.gif b/src/main/webapp/gxt/images/default/tabs/scroll-left.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/scroll-right.gif b/src/main/webapp/gxt/images/default/tabs/scroll-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/scroller-bg.gif b/src/main/webapp/gxt/images/default/tabs/scroller-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/gxt/images/default/tabs/tab-btm-inactive-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/gxt/images/default/tabs/tab-btm-inactive-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-btm-left-bg.gif b/src/main/webapp/gxt/images/default/tabs/tab-btm-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-btm-right-bg.gif b/src/main/webapp/gxt/images/default/tabs/tab-btm-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-close.gif b/src/main/webapp/gxt/images/default/tabs/tab-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-strip-bg.gif b/src/main/webapp/gxt/images/default/tabs/tab-strip-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-strip-bg.png b/src/main/webapp/gxt/images/default/tabs/tab-strip-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tab-strip-btm-bg.gif b/src/main/webapp/gxt/images/default/tabs/tab-strip-btm-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tabs/tabs-sprite.gif b/src/main/webapp/gxt/images/default/tabs/tabs-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/bg.gif b/src/main/webapp/gxt/images/default/toolbar/bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/btn-arrow-light.gif b/src/main/webapp/gxt/images/default/toolbar/btn-arrow-light.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/btn-arrow.gif b/src/main/webapp/gxt/images/default/toolbar/btn-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/btn-over-bg.gif b/src/main/webapp/gxt/images/default/toolbar/btn-over-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/gray-bg.gif b/src/main/webapp/gxt/images/default/toolbar/gray-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/more.gif b/src/main/webapp/gxt/images/default/toolbar/more.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/tb-bg.gif b/src/main/webapp/gxt/images/default/toolbar/tb-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/tb-btn-sprite.gif b/src/main/webapp/gxt/images/default/toolbar/tb-btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/tb-xl-btn-sprite.gif b/src/main/webapp/gxt/images/default/toolbar/tb-xl-btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/toolbar/tb-xl-sep.gif b/src/main/webapp/gxt/images/default/toolbar/tb-xl-sep.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/arrows.gif b/src/main/webapp/gxt/images/default/tree/arrows.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/drop-add.gif b/src/main/webapp/gxt/images/default/tree/drop-add.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/drop-between.gif b/src/main/webapp/gxt/images/default/tree/drop-between.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/drop-no.gif b/src/main/webapp/gxt/images/default/tree/drop-no.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/drop-over.gif b/src/main/webapp/gxt/images/default/tree/drop-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/drop-under.gif b/src/main/webapp/gxt/images/default/tree/drop-under.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/drop-yes.gif b/src/main/webapp/gxt/images/default/tree/drop-yes.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-end-minus-nl.gif b/src/main/webapp/gxt/images/default/tree/elbow-end-minus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-end-minus.gif b/src/main/webapp/gxt/images/default/tree/elbow-end-minus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-end-plus-nl.gif b/src/main/webapp/gxt/images/default/tree/elbow-end-plus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-end-plus.gif b/src/main/webapp/gxt/images/default/tree/elbow-end-plus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-end.gif b/src/main/webapp/gxt/images/default/tree/elbow-end.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-line.gif b/src/main/webapp/gxt/images/default/tree/elbow-line.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-minus-nl.gif b/src/main/webapp/gxt/images/default/tree/elbow-minus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-minus.gif b/src/main/webapp/gxt/images/default/tree/elbow-minus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-plus-nl.gif b/src/main/webapp/gxt/images/default/tree/elbow-plus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow-plus.gif b/src/main/webapp/gxt/images/default/tree/elbow-plus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/elbow.gif b/src/main/webapp/gxt/images/default/tree/elbow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/folder-open.gif b/src/main/webapp/gxt/images/default/tree/folder-open.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/folder.gif b/src/main/webapp/gxt/images/default/tree/folder.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/leaf.gif b/src/main/webapp/gxt/images/default/tree/leaf.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/loading.gif b/src/main/webapp/gxt/images/default/tree/loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/tree/s.gif b/src/main/webapp/gxt/images/default/tree/s.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/icon-error.gif b/src/main/webapp/gxt/images/default/window/icon-error.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/icon-info.gif b/src/main/webapp/gxt/images/default/window/icon-info.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/icon-question.gif b/src/main/webapp/gxt/images/default/window/icon-question.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/icon-warning.gif b/src/main/webapp/gxt/images/default/window/icon-warning.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/left-corners.png b/src/main/webapp/gxt/images/default/window/left-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/left-right.png b/src/main/webapp/gxt/images/default/window/left-right.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/right-corners.png b/src/main/webapp/gxt/images/default/window/right-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/default/window/top-bottom.png b/src/main/webapp/gxt/images/default/window/top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/button/btn-arrow.gif b/src/main/webapp/gxt/images/gray/button/btn-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/button/btn-sprite.gif b/src/main/webapp/gxt/images/gray/button/btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/button/btn.gif b/src/main/webapp/gxt/images/gray/button/btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/button/group-cs.gif b/src/main/webapp/gxt/images/gray/button/group-cs.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/button/group-lr.gif b/src/main/webapp/gxt/images/gray/button/group-lr.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/button/group-tb.gif b/src/main/webapp/gxt/images/gray/button/group-tb.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/form/spinner.gif b/src/main/webapp/gxt/images/gray/form/spinner.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/gradient-bg.gif b/src/main/webapp/gxt/images/gray/gradient-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/col-move-bottom.gif b/src/main/webapp/gxt/images/gray/grid/col-move-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/col-move-top.gif b/src/main/webapp/gxt/images/gray/grid/col-move-top.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid-split.gif b/src/main/webapp/gxt/images/gray/grid/grid-split.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-hd-btn.gif b/src/main/webapp/gxt/images/gray/grid/grid3-hd-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-hrow-over.gif b/src/main/webapp/gxt/images/gray/grid/grid3-hrow-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-hrow-over2.gif b/src/main/webapp/gxt/images/gray/grid/grid3-hrow-over2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-hrow.gif b/src/main/webapp/gxt/images/gray/grid/grid3-hrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-hrow2.gif b/src/main/webapp/gxt/images/gray/grid/grid3-hrow2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-special-col-bg.gif b/src/main/webapp/gxt/images/gray/grid/grid3-special-col-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-special-col-bg2.gif b/src/main/webapp/gxt/images/gray/grid/grid3-special-col-bg2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/gxt/images/gray/grid/grid3-special-col-sel-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/group-collapse.gif b/src/main/webapp/gxt/images/gray/grid/group-collapse.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/group-expand-sprite.gif b/src/main/webapp/gxt/images/gray/grid/group-expand-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/group-expand.gif b/src/main/webapp/gxt/images/gray/grid/group-expand.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/page-first.gif b/src/main/webapp/gxt/images/gray/grid/page-first.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/page-last.gif b/src/main/webapp/gxt/images/gray/grid/page-last.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/page-next.gif b/src/main/webapp/gxt/images/gray/grid/page-next.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/page-prev.gif b/src/main/webapp/gxt/images/gray/grid/page-prev.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/refresh.gif b/src/main/webapp/gxt/images/gray/grid/refresh.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/row-expand-sprite.gif b/src/main/webapp/gxt/images/gray/grid/row-expand-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/sort_asc.gif b/src/main/webapp/gxt/images/gray/grid/sort_asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/grid/sort_desc.gif b/src/main/webapp/gxt/images/gray/grid/sort_desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/corners-sprite.gif b/src/main/webapp/gxt/images/gray/panel/corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/left-right.gif b/src/main/webapp/gxt/images/gray/panel/left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/light-hd.gif b/src/main/webapp/gxt/images/gray/panel/light-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/tool-sprite-tpl.gif b/src/main/webapp/gxt/images/gray/panel/tool-sprite-tpl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/tool-sprites.gif b/src/main/webapp/gxt/images/gray/panel/tool-sprites.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/tools-sprites-trans.gif b/src/main/webapp/gxt/images/gray/panel/tools-sprites-trans.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/top-bottom.gif b/src/main/webapp/gxt/images/gray/panel/top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/top-bottom.png b/src/main/webapp/gxt/images/gray/panel/top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/white-corners-sprite.gif b/src/main/webapp/gxt/images/gray/panel/white-corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/white-left-right.gif b/src/main/webapp/gxt/images/gray/panel/white-left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/panel/white-top-bottom.gif b/src/main/webapp/gxt/images/gray/panel/white-top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/qtip/bg.gif b/src/main/webapp/gxt/images/gray/qtip/bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/qtip/close.gif b/src/main/webapp/gxt/images/gray/qtip/close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/qtip/tip-sprite.gif b/src/main/webapp/gxt/images/gray/qtip/tip-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/s.gif b/src/main/webapp/gxt/images/gray/s.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/scroll-left.gif b/src/main/webapp/gxt/images/gray/tabs/scroll-left.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/scroll-right.gif b/src/main/webapp/gxt/images/gray/tabs/scroll-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/scroller-bg.gif b/src/main/webapp/gxt/images/gray/tabs/scroller-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/gxt/images/gray/tabs/tab-btm-inactive-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/gxt/images/gray/tabs/tab-btm-inactive-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-btm-left-bg.gif b/src/main/webapp/gxt/images/gray/tabs/tab-btm-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-btm-right-bg.gif b/src/main/webapp/gxt/images/gray/tabs/tab-btm-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-close.gif b/src/main/webapp/gxt/images/gray/tabs/tab-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-strip-bg.gif b/src/main/webapp/gxt/images/gray/tabs/tab-strip-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-strip-bg.png b/src/main/webapp/gxt/images/gray/tabs/tab-strip-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tab-strip-btm-bg.gif b/src/main/webapp/gxt/images/gray/tabs/tab-strip-btm-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/tabs/tabs-sprite.gif b/src/main/webapp/gxt/images/gray/tabs/tabs-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/toolbar/bg.gif b/src/main/webapp/gxt/images/gray/toolbar/bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/toolbar/btn-arrow-light.gif b/src/main/webapp/gxt/images/gray/toolbar/btn-arrow-light.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/toolbar/btn-arrow.gif b/src/main/webapp/gxt/images/gray/toolbar/btn-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/toolbar/btn-over-bg.gif b/src/main/webapp/gxt/images/gray/toolbar/btn-over-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/toolbar/gray-bg.gif b/src/main/webapp/gxt/images/gray/toolbar/gray-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/toolbar/tb-bg.gif b/src/main/webapp/gxt/images/gray/toolbar/tb-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/toolbar/tb-btn-sprite.gif b/src/main/webapp/gxt/images/gray/toolbar/tb-btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/icon-error.gif b/src/main/webapp/gxt/images/gray/window/icon-error.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/icon-info.gif b/src/main/webapp/gxt/images/gray/window/icon-info.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/icon-question.gif b/src/main/webapp/gxt/images/gray/window/icon-question.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/icon-warning.gif b/src/main/webapp/gxt/images/gray/window/icon-warning.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/left-corners.png b/src/main/webapp/gxt/images/gray/window/left-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/left-corners.pspimage b/src/main/webapp/gxt/images/gray/window/left-corners.pspimage old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/left-right.png b/src/main/webapp/gxt/images/gray/window/left-right.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/right-corners.png b/src/main/webapp/gxt/images/gray/window/right-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gray/window/top-bottom.png b/src/main/webapp/gxt/images/gray/window/top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/dd/insert-bg.gif b/src/main/webapp/gxt/images/gxt/dd/insert-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/grid/row-editor-bg.gif b/src/main/webapp/gxt/images/gxt/grid/row-editor-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/grid/row-editor-btns.gif b/src/main/webapp/gxt/images/gxt/grid/row-editor-btns.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/bottom2.gif b/src/main/webapp/gxt/images/gxt/icons/bottom2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/columns.gif b/src/main/webapp/gxt/images/gxt/icons/columns.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/done.gif b/src/main/webapp/gxt/images/gxt/icons/done.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/doubleleft2.gif b/src/main/webapp/gxt/images/gxt/icons/doubleleft2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/doubleright2.gif b/src/main/webapp/gxt/images/gxt/icons/doubleright2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/down2.gif b/src/main/webapp/gxt/images/gxt/icons/down2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/folder-closed.gif b/src/main/webapp/gxt/images/gxt/icons/folder-closed.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/folder-closed.png b/src/main/webapp/gxt/images/gxt/icons/folder-closed.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/folder.gif b/src/main/webapp/gxt/images/gxt/icons/folder.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/folder.png b/src/main/webapp/gxt/images/gxt/icons/folder.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/grid-loading.gif b/src/main/webapp/gxt/images/gxt/icons/grid-loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/hmenu-asc.gif b/src/main/webapp/gxt/images/gxt/icons/hmenu-asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/hmenu-desc.gif b/src/main/webapp/gxt/images/gxt/icons/hmenu-desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/left2.gif b/src/main/webapp/gxt/images/gxt/icons/left2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/loading.gif b/src/main/webapp/gxt/images/gxt/icons/loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/nowait.gif b/src/main/webapp/gxt/images/gxt/icons/nowait.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-first-disabled.gif b/src/main/webapp/gxt/images/gxt/icons/page-first-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-first.gif b/src/main/webapp/gxt/images/gxt/icons/page-first.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-last-disabled.gif b/src/main/webapp/gxt/images/gxt/icons/page-last-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-last.gif b/src/main/webapp/gxt/images/gxt/icons/page-last.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-next-disabled.gif b/src/main/webapp/gxt/images/gxt/icons/page-next-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-next.gif b/src/main/webapp/gxt/images/gxt/icons/page-next.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-prev-disabled.gif b/src/main/webapp/gxt/images/gxt/icons/page-prev-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/page-prev.gif b/src/main/webapp/gxt/images/gxt/icons/page-prev.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/paging.gif b/src/main/webapp/gxt/images/gxt/icons/paging.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/right2.gif b/src/main/webapp/gxt/images/gxt/icons/right2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/tabs.gif b/src/main/webapp/gxt/images/gxt/icons/tabs.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/top2.gif b/src/main/webapp/gxt/images/gxt/icons/top2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/up2.gif b/src/main/webapp/gxt/images/gxt/icons/up2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/icons/wait.gif b/src/main/webapp/gxt/images/gxt/icons/wait.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/info/corners-sprite.gif b/src/main/webapp/gxt/images/gxt/info/corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/info/top-bottom.gif b/src/main/webapp/gxt/images/gxt/info/top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/menu/disabledcheck.gif b/src/main/webapp/gxt/images/gxt/menu/disabledcheck.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/shared/clear.gif b/src/main/webapp/gxt/images/gxt/shared/clear.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/shared/large-loading.gif b/src/main/webapp/gxt/images/gxt/shared/large-loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/shared/select-18-bg.gif b/src/main/webapp/gxt/images/gxt/shared/select-18-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/shared/select-19-bg-gray.gif b/src/main/webapp/gxt/images/gxt/shared/select-19-bg-gray.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/shared/select-19-bg.gif b/src/main/webapp/gxt/images/gxt/shared/select-19-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/shared/select-bg.gif b/src/main/webapp/gxt/images/gxt/shared/select-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/shared/select-light.gif b/src/main/webapp/gxt/images/gxt/shared/select-light.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/table/row-over.gif b/src/main/webapp/gxt/images/gxt/table/row-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/table/vs-column-bg.gif b/src/main/webapp/gxt/images/gxt/table/vs-column-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/table/vsort-asc.gif b/src/main/webapp/gxt/images/gxt/table/vsort-asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/table/vsort-desc.gif b/src/main/webapp/gxt/images/gxt/table/vsort-desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/checked.gif b/src/main/webapp/gxt/images/gxt/tree/checked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/joint-close.gif b/src/main/webapp/gxt/images/gxt/tree/joint-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/joint-open.gif b/src/main/webapp/gxt/images/gxt/tree/joint-open.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/notchecked.gif b/src/main/webapp/gxt/images/gxt/tree/notchecked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/tree-table-special-col-sel.gif b/src/main/webapp/gxt/images/gxt/tree/tree-table-special-col-sel.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/tree-table-special-col.gif b/src/main/webapp/gxt/images/gxt/tree/tree-table-special-col.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/vnode.gif b/src/main/webapp/gxt/images/gxt/tree/vnode.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/images/gxt/tree/vnode_transparent.gif b/src/main/webapp/gxt/images/gxt/tree/vnode_transparent.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/css/xtheme-access.css b/src/main/webapp/gxt/themes/access/css/xtheme-access.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/corners-blue.gif b/src/main/webapp/gxt/themes/access/images/box/corners-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/corners.gif b/src/main/webapp/gxt/themes/access/images/box/corners.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/l-blue.gif b/src/main/webapp/gxt/themes/access/images/box/l-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/l.gif b/src/main/webapp/gxt/themes/access/images/box/l.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/r-blue.gif b/src/main/webapp/gxt/themes/access/images/box/r-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/r.gif b/src/main/webapp/gxt/themes/access/images/box/r.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/tb-blue.gif b/src/main/webapp/gxt/themes/access/images/box/tb-blue.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/box/tb.gif b/src/main/webapp/gxt/themes/access/images/box/tb.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/arrow.gif b/src/main/webapp/gxt/themes/access/images/button/arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/btn.gif b/src/main/webapp/gxt/themes/access/images/button/btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/group-cs.gif b/src/main/webapp/gxt/themes/access/images/button/group-cs.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/group-lr.gif b/src/main/webapp/gxt/themes/access/images/button/group-lr.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/group-tb.gif b/src/main/webapp/gxt/themes/access/images/button/group-tb.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/s-arrow-b-noline.gif b/src/main/webapp/gxt/themes/access/images/button/s-arrow-b-noline.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/s-arrow-b.gif b/src/main/webapp/gxt/themes/access/images/button/s-arrow-b.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/s-arrow-bo.gif b/src/main/webapp/gxt/themes/access/images/button/s-arrow-bo.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/s-arrow-noline.gif b/src/main/webapp/gxt/themes/access/images/button/s-arrow-noline.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/s-arrow-o.gif b/src/main/webapp/gxt/themes/access/images/button/s-arrow-o.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/button/s-arrow.gif b/src/main/webapp/gxt/themes/access/images/button/s-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/editor/tb-source.gif b/src/main/webapp/gxt/themes/access/images/editor/tb-source.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/editor/tb-sprite.gif b/src/main/webapp/gxt/themes/access/images/editor/tb-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/checkbox.gif b/src/main/webapp/gxt/themes/access/images/form/checkbox.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/clear-trigger.gif b/src/main/webapp/gxt/themes/access/images/form/clear-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/date-trigger.gif b/src/main/webapp/gxt/themes/access/images/form/date-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/error-tip-corners.gif b/src/main/webapp/gxt/themes/access/images/form/error-tip-corners.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/exclamation.gif b/src/main/webapp/gxt/themes/access/images/form/exclamation.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/radio.gif b/src/main/webapp/gxt/themes/access/images/form/radio.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/search-trigger.gif b/src/main/webapp/gxt/themes/access/images/form/search-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/spinner.gif b/src/main/webapp/gxt/themes/access/images/form/spinner.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/text-bg.gif b/src/main/webapp/gxt/themes/access/images/form/text-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/trigger-single.gif b/src/main/webapp/gxt/themes/access/images/form/trigger-single.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/trigger-tpl.gif b/src/main/webapp/gxt/themes/access/images/form/trigger-tpl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/form/trigger.gif b/src/main/webapp/gxt/themes/access/images/form/trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/arrow-left-white.gif b/src/main/webapp/gxt/themes/access/images/grid/arrow-left-white.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/arrow-right-white.gif b/src/main/webapp/gxt/themes/access/images/grid/arrow-right-white.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/col-move-bottom.gif b/src/main/webapp/gxt/themes/access/images/grid/col-move-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/col-move-top.gif b/src/main/webapp/gxt/themes/access/images/grid/col-move-top.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/columns.gif b/src/main/webapp/gxt/themes/access/images/grid/columns.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/dirty.gif b/src/main/webapp/gxt/themes/access/images/grid/dirty.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/done.gif b/src/main/webapp/gxt/themes/access/images/grid/done.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/drop-no.gif b/src/main/webapp/gxt/themes/access/images/grid/drop-no.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/drop-yes.gif b/src/main/webapp/gxt/themes/access/images/grid/drop-yes.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/footer-bg.gif b/src/main/webapp/gxt/themes/access/images/grid/footer-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid-blue-hd.gif b/src/main/webapp/gxt/themes/access/images/grid/grid-blue-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid-blue-split.gif b/src/main/webapp/gxt/themes/access/images/grid/grid-blue-split.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid-hrow.gif b/src/main/webapp/gxt/themes/access/images/grid/grid-hrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid-loading.gif b/src/main/webapp/gxt/themes/access/images/grid/grid-loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid-split.gif b/src/main/webapp/gxt/themes/access/images/grid/grid-split.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid-vista-hd.gif b/src/main/webapp/gxt/themes/access/images/grid/grid-vista-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid3-hd-btn-contrast.gif b/src/main/webapp/gxt/themes/access/images/grid/grid3-hd-btn-contrast.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid3-hd-btn.gif b/src/main/webapp/gxt/themes/access/images/grid/grid3-hd-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid3-hrow-over.gif b/src/main/webapp/gxt/themes/access/images/grid/grid3-hrow-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid3-hrow.gif b/src/main/webapp/gxt/themes/access/images/grid/grid3-hrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid3-special-col-bg.gif b/src/main/webapp/gxt/themes/access/images/grid/grid3-special-col-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/gxt/themes/access/images/grid/grid3-special-col-sel-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/group-by.gif b/src/main/webapp/gxt/themes/access/images/grid/group-by.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/group-collapse.gif b/src/main/webapp/gxt/themes/access/images/grid/group-collapse.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/group-expand-sprite.gif b/src/main/webapp/gxt/themes/access/images/grid/group-expand-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/group-expand.gif b/src/main/webapp/gxt/themes/access/images/grid/group-expand.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/hd-pop.gif b/src/main/webapp/gxt/themes/access/images/grid/hd-pop.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/hmenu-asc.gif b/src/main/webapp/gxt/themes/access/images/grid/hmenu-asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/hmenu-desc.gif b/src/main/webapp/gxt/themes/access/images/grid/hmenu-desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/hmenu-lock.gif b/src/main/webapp/gxt/themes/access/images/grid/hmenu-lock.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/hmenu-lock.png b/src/main/webapp/gxt/themes/access/images/grid/hmenu-lock.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/hmenu-unlock.gif b/src/main/webapp/gxt/themes/access/images/grid/hmenu-unlock.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/hmenu-unlock.png b/src/main/webapp/gxt/themes/access/images/grid/hmenu-unlock.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/invalid_line.gif b/src/main/webapp/gxt/themes/access/images/grid/invalid_line.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/loading.gif b/src/main/webapp/gxt/themes/access/images/grid/loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/mso-hd.gif b/src/main/webapp/gxt/themes/access/images/grid/mso-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/nowait.gif b/src/main/webapp/gxt/themes/access/images/grid/nowait.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-first-disabled.gif b/src/main/webapp/gxt/themes/access/images/grid/page-first-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-first.gif b/src/main/webapp/gxt/themes/access/images/grid/page-first.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-last-disabled.gif b/src/main/webapp/gxt/themes/access/images/grid/page-last-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-last.gif b/src/main/webapp/gxt/themes/access/images/grid/page-last.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-next-disabled.gif b/src/main/webapp/gxt/themes/access/images/grid/page-next-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-next.gif b/src/main/webapp/gxt/themes/access/images/grid/page-next.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-prev-disabled.gif b/src/main/webapp/gxt/themes/access/images/grid/page-prev-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/page-prev.gif b/src/main/webapp/gxt/themes/access/images/grid/page-prev.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/pick-button.gif b/src/main/webapp/gxt/themes/access/images/grid/pick-button.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/refresh.gif b/src/main/webapp/gxt/themes/access/images/grid/refresh.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/row-check-sel.gif b/src/main/webapp/gxt/themes/access/images/grid/row-check-sel.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/row-check-sprite.gif b/src/main/webapp/gxt/themes/access/images/grid/row-check-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/row-check.gif b/src/main/webapp/gxt/themes/access/images/grid/row-check.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/row-expand-sprite.gif b/src/main/webapp/gxt/themes/access/images/grid/row-expand-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/row-over.gif b/src/main/webapp/gxt/themes/access/images/grid/row-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/row-sel.gif b/src/main/webapp/gxt/themes/access/images/grid/row-sel.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/sort-hd.gif b/src/main/webapp/gxt/themes/access/images/grid/sort-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/sort_asc.gif b/src/main/webapp/gxt/themes/access/images/grid/sort_asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/sort_desc.gif b/src/main/webapp/gxt/themes/access/images/grid/sort_desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/grid/wait.gif b/src/main/webapp/gxt/themes/access/images/grid/wait.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/bottom2.gif b/src/main/webapp/gxt/themes/access/images/icons/bottom2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/doubleleft2.gif b/src/main/webapp/gxt/themes/access/images/icons/doubleleft2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/doubleright2.gif b/src/main/webapp/gxt/themes/access/images/icons/doubleright2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/down2.gif b/src/main/webapp/gxt/themes/access/images/icons/down2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/left2.gif b/src/main/webapp/gxt/themes/access/images/icons/left2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/right2.gif b/src/main/webapp/gxt/themes/access/images/icons/right2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/top2.gif b/src/main/webapp/gxt/themes/access/images/icons/top2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/icons/up2.gif b/src/main/webapp/gxt/themes/access/images/icons/up2.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/layout/mini-bottom.gif b/src/main/webapp/gxt/themes/access/images/layout/mini-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/layout/mini-top.gif b/src/main/webapp/gxt/themes/access/images/layout/mini-top.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/menu/checked.gif b/src/main/webapp/gxt/themes/access/images/menu/checked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/menu/group-checked.gif b/src/main/webapp/gxt/themes/access/images/menu/group-checked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/menu/item-over.gif b/src/main/webapp/gxt/themes/access/images/menu/item-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/menu/menu-parent.gif b/src/main/webapp/gxt/themes/access/images/menu/menu-parent.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/menu/menu.gif b/src/main/webapp/gxt/themes/access/images/menu/menu.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/menu/unchecked.gif b/src/main/webapp/gxt/themes/access/images/menu/unchecked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/corners-sprite.gif b/src/main/webapp/gxt/themes/access/images/panel/corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/left-right.gif b/src/main/webapp/gxt/themes/access/images/panel/left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/light-hd.gif b/src/main/webapp/gxt/themes/access/images/panel/light-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-close.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-collapse.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-collapse.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-expand.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-expand.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-gear.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-gear.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-maximize.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-maximize.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-minimize.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-minimize.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-pin.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-pin.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-sprite-tpl.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-sprite-tpl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tool-sprites.gif b/src/main/webapp/gxt/themes/access/images/panel/tool-sprites.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/tools-sprites-trans.gif b/src/main/webapp/gxt/themes/access/images/panel/tools-sprites-trans.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/top-bottom.gif b/src/main/webapp/gxt/themes/access/images/panel/top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/white-corners-sprite.gif b/src/main/webapp/gxt/themes/access/images/panel/white-corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/white-left-right.gif b/src/main/webapp/gxt/themes/access/images/panel/white-left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/panel/white-top-bottom.gif b/src/main/webapp/gxt/themes/access/images/panel/white-top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/progress/progress-bg.gif b/src/main/webapp/gxt/themes/access/images/progress/progress-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/qtip/close.gif b/src/main/webapp/gxt/themes/access/images/qtip/close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/qtip/tip-anchor-sprite.gif b/src/main/webapp/gxt/themes/access/images/qtip/tip-anchor-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/qtip/tip-sprite.gif b/src/main/webapp/gxt/themes/access/images/qtip/tip-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/shared/glass-bg.gif b/src/main/webapp/gxt/themes/access/images/shared/glass-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/shared/hd-sprite.gif b/src/main/webapp/gxt/themes/access/images/shared/hd-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/shared/left-btn.gif b/src/main/webapp/gxt/themes/access/images/shared/left-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/shared/right-btn.gif b/src/main/webapp/gxt/themes/access/images/shared/right-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/e-handle-dark.gif b/src/main/webapp/gxt/themes/access/images/sizer/e-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/e-handle.gif b/src/main/webapp/gxt/themes/access/images/sizer/e-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/ne-handle-dark.gif b/src/main/webapp/gxt/themes/access/images/sizer/ne-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/ne-handle.gif b/src/main/webapp/gxt/themes/access/images/sizer/ne-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/nw-handle-dark.gif b/src/main/webapp/gxt/themes/access/images/sizer/nw-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/nw-handle.gif b/src/main/webapp/gxt/themes/access/images/sizer/nw-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/s-handle-dark.gif b/src/main/webapp/gxt/themes/access/images/sizer/s-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/s-handle.gif b/src/main/webapp/gxt/themes/access/images/sizer/s-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/se-handle-dark.gif b/src/main/webapp/gxt/themes/access/images/sizer/se-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/se-handle.gif b/src/main/webapp/gxt/themes/access/images/sizer/se-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/square.gif b/src/main/webapp/gxt/themes/access/images/sizer/square.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/sw-handle-dark.gif b/src/main/webapp/gxt/themes/access/images/sizer/sw-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/sizer/sw-handle.gif b/src/main/webapp/gxt/themes/access/images/sizer/sw-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/slider/slider-bg.png b/src/main/webapp/gxt/themes/access/images/slider/slider-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/slider/slider-thumb-single.png b/src/main/webapp/gxt/themes/access/images/slider/slider-thumb-single.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/slider/slider-thumb.png b/src/main/webapp/gxt/themes/access/images/slider/slider-thumb.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/slider/slider-v-bg.png b/src/main/webapp/gxt/themes/access/images/slider/slider-v-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/slider/slider-v-thumb.png b/src/main/webapp/gxt/themes/access/images/slider/slider-v-thumb.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/scroll-left.gif b/src/main/webapp/gxt/themes/access/images/tabs/scroll-left.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/scroll-right.gif b/src/main/webapp/gxt/themes/access/images/tabs/scroll-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-inactive-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-inactive-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-left-bg.gif b/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-right-bg.gif b/src/main/webapp/gxt/themes/access/images/tabs/tab-btm-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tab-close.gif b/src/main/webapp/gxt/themes/access/images/tabs/tab-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tab-strip-bg.gif b/src/main/webapp/gxt/themes/access/images/tabs/tab-strip-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tab-strip-btm-bg.gif b/src/main/webapp/gxt/themes/access/images/tabs/tab-strip-btm-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tabs/tabs-sprite.gif b/src/main/webapp/gxt/themes/access/images/tabs/tabs-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/bg.gif b/src/main/webapp/gxt/themes/access/images/toolbar/bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/btn-arrow-light.gif b/src/main/webapp/gxt/themes/access/images/toolbar/btn-arrow-light.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/btn-arrow.gif b/src/main/webapp/gxt/themes/access/images/toolbar/btn-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/btn-over-bg.gif b/src/main/webapp/gxt/themes/access/images/toolbar/btn-over-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/gray-bg.gif b/src/main/webapp/gxt/themes/access/images/toolbar/gray-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/more.gif b/src/main/webapp/gxt/themes/access/images/toolbar/more.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/s-arrow-bo.gif b/src/main/webapp/gxt/themes/access/images/toolbar/s-arrow-bo.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/tb-btn-sprite.gif b/src/main/webapp/gxt/themes/access/images/toolbar/tb-btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/tb-xl-btn-sprite.gif b/src/main/webapp/gxt/themes/access/images/toolbar/tb-xl-btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/toolbar/tb-xl-sep.gif b/src/main/webapp/gxt/themes/access/images/toolbar/tb-xl-sep.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/arrows.gif b/src/main/webapp/gxt/themes/access/images/tree/arrows.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/drop-add.gif b/src/main/webapp/gxt/themes/access/images/tree/drop-add.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/drop-between.gif b/src/main/webapp/gxt/themes/access/images/tree/drop-between.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/drop-no.gif b/src/main/webapp/gxt/themes/access/images/tree/drop-no.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/drop-over.gif b/src/main/webapp/gxt/themes/access/images/tree/drop-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/drop-under.gif b/src/main/webapp/gxt/themes/access/images/tree/drop-under.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/drop-yes.gif b/src/main/webapp/gxt/themes/access/images/tree/drop-yes.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-end-minus-nl.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-end-minus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-end-minus.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-end-minus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-end-plus-nl.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-end-plus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-end-plus.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-end-plus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-end.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-end.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-line.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-line.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-minus-nl.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-minus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-minus.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-minus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-plus-nl.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-plus-nl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow-plus.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow-plus.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/elbow.gif b/src/main/webapp/gxt/themes/access/images/tree/elbow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/folder-open.gif b/src/main/webapp/gxt/themes/access/images/tree/folder-open.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/folder.gif b/src/main/webapp/gxt/themes/access/images/tree/folder.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/leaf.gif b/src/main/webapp/gxt/themes/access/images/tree/leaf.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/loading.gif b/src/main/webapp/gxt/themes/access/images/tree/loading.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/s.gif b/src/main/webapp/gxt/themes/access/images/tree/s.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/tree-collapsed.png b/src/main/webapp/gxt/themes/access/images/tree/tree-collapsed.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/tree/tree-expanded.png b/src/main/webapp/gxt/themes/access/images/tree/tree-expanded.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/icon-error.gif b/src/main/webapp/gxt/themes/access/images/window/icon-error.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/icon-info.gif b/src/main/webapp/gxt/themes/access/images/window/icon-info.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/icon-question.gif b/src/main/webapp/gxt/themes/access/images/window/icon-question.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/icon-warning.gif b/src/main/webapp/gxt/themes/access/images/window/icon-warning.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/left-corners.png b/src/main/webapp/gxt/themes/access/images/window/left-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/left-right.png b/src/main/webapp/gxt/themes/access/images/window/left-right.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/right-corners.png b/src/main/webapp/gxt/themes/access/images/window/right-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/access/images/window/top-bottom.png b/src/main/webapp/gxt/themes/access/images/window/top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/css/xtheme-slate.css b/src/main/webapp/gxt/themes/slate/css/xtheme-slate.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/arrow.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/btn-arrow.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/btn-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/btn-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/btn.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/group-cs.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/group-cs.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/group-lr.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/group-lr.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/group-tb.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/group-tb.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-b-noline.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-b-noline.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-b.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-b.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-bo.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-bo.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-noline.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-noline.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-o.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow-o.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow.gif b/src/main/webapp/gxt/themes/slate/images/slate/button/s-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/editor/tb-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/editor/tb-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/checkbox.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/checkbox.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/clear-trigger.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/clear-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/date-trigger.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/date-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/error-tip-corners.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/error-tip-corners.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/radio.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/radio.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/search-trigger.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/search-trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/spinner.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/spinner.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/trigger-tpl.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/trigger-tpl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/form/trigger.gif b/src/main/webapp/gxt/themes/slate/images/slate/form/trigger.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/gradient-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/gradient-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/arrow-left-white.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/arrow-left-white.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/arrow-right-white.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/arrow-right-white.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/col-move-bottom.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/col-move-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/col-move-top.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/col-move-top.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/footer-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/footer-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-blue-hd.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-blue-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-blue-split.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-blue-split.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-hrow.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-hrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-split.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-split.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-vista-hd.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid-vista-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-hd-btn.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-hd-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-hrow-over.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-hrow-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-hrow.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-hrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-special-col-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-special-col-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/grid3-special-col-sel-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/group-expand-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/group-expand-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/mso-hd.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/mso-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-first-disabled.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-first-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-first.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-first.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-last-disabled.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-last-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-last.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-last.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-next-disabled.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-next-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-next.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-next.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-prev-disabled.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-prev-disabled.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/page-prev.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/page-prev.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/refresh.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/refresh.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/row-over.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/row-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/row-sel.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/row-sel.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/sort_asc.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/sort_asc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/grid/sort_desc.gif b/src/main/webapp/gxt/themes/slate/images/slate/grid/sort_desc.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/menu/checked.gif b/src/main/webapp/gxt/themes/slate/images/slate/menu/checked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/menu/group-checked.gif b/src/main/webapp/gxt/themes/slate/images/slate/menu/group-checked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/menu/item-over - Copy.gif b/src/main/webapp/gxt/themes/slate/images/slate/menu/item-over - Copy.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/menu/item-over.gif b/src/main/webapp/gxt/themes/slate/images/slate/menu/item-over.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/menu/menu-parent.gif b/src/main/webapp/gxt/themes/slate/images/slate/menu/menu-parent.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/menu/menu.gif b/src/main/webapp/gxt/themes/slate/images/slate/menu/menu.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/menu/unchecked.gif b/src/main/webapp/gxt/themes/slate/images/slate/menu/unchecked.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/corners-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/left-right.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/light-hd.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/light-hd.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/tool-sprite-tpl.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/tool-sprite-tpl.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/tool-sprites.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/tool-sprites.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/tools-sprites-trans.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/tools-sprites-trans.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/top-bottom.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/top-bottom.png b/src/main/webapp/gxt/themes/slate/images/slate/panel/top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/white-corners-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/white-corners-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/white-left-right.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/white-left-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/panel/white-top-bottom.gif b/src/main/webapp/gxt/themes/slate/images/slate/panel/white-top-bottom.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/progress/progress-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/progress/progress-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/qtip/bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/qtip/bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/qtip/close.gif b/src/main/webapp/gxt/themes/slate/images/slate/qtip/close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/qtip/tip-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/qtip/tip-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/s.gif b/src/main/webapp/gxt/themes/slate/images/slate/s.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/shared/glass-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/shared/glass-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/shared/hd-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/shared/hd-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/shared/left-btn.gif b/src/main/webapp/gxt/themes/slate/images/slate/shared/left-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/shared/right-btn.gif b/src/main/webapp/gxt/themes/slate/images/slate/shared/right-btn.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/e-handle-dark.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/e-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/e-handle.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/e-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/ne-handle-dark.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/ne-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/ne-handle.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/ne-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/nw-handle-dark.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/nw-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/nw-handle.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/nw-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/s-handle-dark.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/s-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/s-handle.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/s-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/se-handle-dark.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/se-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/se-handle.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/se-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/square.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/square.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/sw-handle-dark.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/sw-handle-dark.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/sizer/sw-handle.gif b/src/main/webapp/gxt/themes/slate/images/slate/sizer/sw-handle.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-bg.png b/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-thumb.png b/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-thumb.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-v-bg.png b/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-v-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-v-thumb.png b/src/main/webapp/gxt/themes/slate/images/slate/slider/slider-v-thumb.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/scroll-left.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/scroll-left.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/scroll-right.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/scroll-right.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/scroller-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/scroller-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-inactive-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-inactive-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-left-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-left-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-right-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-btm-right-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-close.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-close.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-strip-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-strip-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-strip-bg.png b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-strip-bg.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-strip-btm-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tab-strip-btm-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tabs/tabs-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/tabs/tabs-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/btn-arrow-light.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/btn-arrow-light.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/btn-arrow.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/btn-arrow.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/btn-over-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/btn-over-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/gray-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/gray-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/sep.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/sep.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/tb-bg.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/tb-bg.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/toolbar/tb-btn-sprite.gif b/src/main/webapp/gxt/themes/slate/images/slate/toolbar/tb-btn-sprite.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/tree/arrows.gif b/src/main/webapp/gxt/themes/slate/images/slate/tree/arrows.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/icon-error.gif b/src/main/webapp/gxt/themes/slate/images/slate/window/icon-error.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/icon-info.gif b/src/main/webapp/gxt/themes/slate/images/slate/window/icon-info.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/icon-question.gif b/src/main/webapp/gxt/themes/slate/images/slate/window/icon-question.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/icon-warning.gif b/src/main/webapp/gxt/themes/slate/images/slate/window/icon-warning.gif old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/left-corners.png b/src/main/webapp/gxt/themes/slate/images/slate/window/left-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/left-right.png b/src/main/webapp/gxt/themes/slate/images/slate/window/left-right.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/right-corners.png b/src/main/webapp/gxt/themes/slate/images/slate/window/right-corners.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/gxt/themes/slate/images/slate/window/top-bottom.png b/src/main/webapp/gxt/themes/slate/images/slate/window/top-bottom.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/categories/DEFAULT_IMAGE.png b/src/main/webapp/images/categories/DEFAULT_IMAGE.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/categories/DISTRIBUTIONS.png b/src/main/webapp/images/categories/DISTRIBUTIONS.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/fileIcon.png b/src/main/webapp/images/fileIcon.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPSNN.png b/src/main/webapp/images/operators/AQUAMAPSNN.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPSNNNS.png b/src/main/webapp/images/operators/AQUAMAPSNNNS.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPS_NATIVE.png b/src/main/webapp/images/operators/AQUAMAPS_NATIVE.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPS_NATIVE_2050.png b/src/main/webapp/images/operators/AQUAMAPS_NATIVE_2050.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPS_NATIVE_NEURALNETWORK.png b/src/main/webapp/images/operators/AQUAMAPS_NATIVE_NEURALNETWORK.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPS_NEURAL_NETWORK_NS.png b/src/main/webapp/images/operators/AQUAMAPS_NEURAL_NETWORK_NS.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPS_SUITABLE.png b/src/main/webapp/images/operators/AQUAMAPS_SUITABLE.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPS_SUITABLE_2050.png b/src/main/webapp/images/operators/AQUAMAPS_SUITABLE_2050.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/AQUAMAPS_SUITABLE_NEURALNETWORK.png b/src/main/webapp/images/operators/AQUAMAPS_SUITABLE_NEURALNETWORK.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/DEFAULT_IMAGE.png b/src/main/webapp/images/operators/DEFAULT_IMAGE.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/DEFAULT_IMAGEold.png b/src/main/webapp/images/operators/DEFAULT_IMAGEold.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/HSPEN.png b/src/main/webapp/images/operators/HSPEN.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/REMOTE_AQUAMAPS_NATIVE.png b/src/main/webapp/images/operators/REMOTE_AQUAMAPS_NATIVE.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/REMOTE_AQUAMAPS_NATIVE_2050.png b/src/main/webapp/images/operators/REMOTE_AQUAMAPS_NATIVE_2050.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/REMOTE_AQUAMAPS_SUITABLE.png b/src/main/webapp/images/operators/REMOTE_AQUAMAPS_SUITABLE.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/operators/REMOTE_AQUAMAPS_SUITABLE_2050.png b/src/main/webapp/images/operators/REMOTE_AQUAMAPS_SUITABLE_2050.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/provenances/provenanceCOMPUTED.png b/src/main/webapp/images/provenances/provenanceCOMPUTED.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/provenances/provenanceCOMPUTED2.png b/src/main/webapp/images/provenances/provenanceCOMPUTED2.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/provenances/provenanceIMPORTED.png b/src/main/webapp/images/provenances/provenanceIMPORTED.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/provenances/provenanceIMPORTED2.png b/src/main/webapp/images/provenances/provenanceIMPORTED2.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/provenances/provenanceSYSTEM.png b/src/main/webapp/images/provenances/provenanceSYSTEM.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/provenances/provenanceSYSTEM2.png b/src/main/webapp/images/provenances/provenanceSYSTEM2.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/CLUSTER.png b/src/main/webapp/images/templateIcons/CLUSTER.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/FILE.png b/src/main/webapp/images/templateIcons/FILE.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/GENERIC.png b/src/main/webapp/images/templateIcons/GENERIC.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/HCAF.png b/src/main/webapp/images/templateIcons/HCAF.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/HSPEC.png b/src/main/webapp/images/templateIcons/HSPEC.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/HSPEN.png b/src/main/webapp/images/templateIcons/HSPEN.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/MINMAXLAT.png b/src/main/webapp/images/templateIcons/MINMAXLAT.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/OCCURRENCE_AQUAMAPS.png b/src/main/webapp/images/templateIcons/OCCURRENCE_AQUAMAPS.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/OCCURRENCE_SPECIES.png b/src/main/webapp/images/templateIcons/OCCURRENCE_SPECIES.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/TESTSET.png b/src/main/webapp/images/templateIcons/TESTSET.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/TIMESERIES.png b/src/main/webapp/images/templateIcons/TIMESERIES.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/TIME_SERIES.png b/src/main/webapp/images/templateIcons/TIME_SERIES.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/templateIcons/TRAININGSET.png b/src/main/webapp/images/templateIcons/TRAININGSET.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/test b/src/main/webapp/images/test old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/triangle-down.png b/src/main/webapp/images/triangle-down.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/triangle-right.png b/src/main/webapp/images/triangle-right.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/CLUSTER.html b/src/main/webapp/templateDescriptions/CLUSTER.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/GENERIC.html b/src/main/webapp/templateDescriptions/GENERIC.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/HCAF.html b/src/main/webapp/templateDescriptions/HCAF.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/HSPEC.html b/src/main/webapp/templateDescriptions/HSPEC.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/HSPEN.html b/src/main/webapp/templateDescriptions/HSPEN.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/MINMAXLAT.html b/src/main/webapp/templateDescriptions/MINMAXLAT.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/OCCURRENCE_AQUAMAPS.html b/src/main/webapp/templateDescriptions/OCCURRENCE_AQUAMAPS.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/OCCURRENCE_SPECIES.html b/src/main/webapp/templateDescriptions/OCCURRENCE_SPECIES.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/TESTSET.html b/src/main/webapp/templateDescriptions/TESTSET.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/TIMESERIES.html b/src/main/webapp/templateDescriptions/TIMESERIES.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/TRAININGSET.html b/src/main/webapp/templateDescriptions/TRAININGSET.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/templateDescriptions/base.html b/src/main/webapp/templateDescriptions/base.html old mode 100644 new mode 100755 diff --git a/src/test/java/org/gcube/portlets/user/dataminerexecutor/ElementsHighlightsTest.java b/src/test/java/org/gcube/portlets/user/dataminerexecutor/ElementsHighlightsTest.java old mode 100644 new mode 100755 diff --git a/src/test/java/org/gcube/portlets/user/dataminerexecutor/TestDataMinerService.java b/src/test/java/org/gcube/portlets/user/dataminerexecutor/TestDataMinerService.java old mode 100644 new mode 100755 diff --git a/src/test/java/org/gcube/portlets/user/dataminerexecutor/TestInformationSystemRequests.java b/src/test/java/org/gcube/portlets/user/dataminerexecutor/TestInformationSystemRequests.java old mode 100644 new mode 100755 diff --git a/src/test/resources/org/gcube/portlets/user/dataminerexecutor/TestDataMinerServiceDBSCAN.xml b/src/test/resources/org/gcube/portlets/user/dataminerexecutor/TestDataMinerServiceDBSCAN.xml old mode 100644 new mode 100755 diff --git a/src/test/resources/org/gcube/portlets/user/dataminerexecutor/TestDataMinerServiceDBSCANReference.xml b/src/test/resources/org/gcube/portlets/user/dataminerexecutor/TestDataMinerServiceDBSCANReference.xml old mode 100644 new mode 100755 diff --git a/src/test/resources/org/gcube/portlets/user/dataminerexecutor/TestDataMinerServiceXMEANS.xml b/src/test/resources/org/gcube/portlets/user/dataminerexecutor/TestDataMinerServiceXMEANS.xml old mode 100644 new mode 100755