Workbench: clean up

git-svn-id: https://svn.apache.org/repos/asf/chemistry/opencmis/trunk@1752807 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java
index 100e7ac..4999809 100644
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java
+++ b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java
@@ -225,7 +225,7 @@
 
         pane.add(clientCompressionLabel);
         pane.add(createHelp("<html>Turn <b>client compression</b> on or off.<br>"
-                + "If the server doesn't support client compression, the communication wil fail."));
+                + "If the server doesn't support client compression, the communication will fail."));
         pane.add(clientCompressionContainer);
     }
 
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
index b855d63..405b01b 100644
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
+++ b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
@@ -52,14 +52,11 @@
 lotus-live-files-atompub.properties=Lotus Live Files AtomPub
 lotus-quickr-domino-atompub.properties=Lotus Quickr Domino AtomPub
 
-opencmis-test-server-atompub.properties=OpenCMIS Test Server AtomPub
-opencmis-test-server-webservices.properties=OpenCMIS Test Server Web Services
-
 opencmis-fileshare-atompub.properties=OpenCMIS FileShare AtomPub
 opencmis-fileshare-webservices.properties=OpenCMIS FileShare Web Services
+opencmis-fileshare-browser.properties=OpenCMIS FileShare Browser
 
 sap-hana-cloud-atompub.properties=SAP HANA Cloud Document Service AtomPub
-sap-hana-cloud-webservices.properties=SAP HANA Cloud Document Service Web Services
 sap-hana-cloud-browser.properties=SAP HANA Cloud Document Service Browser
 
 sap-mobile-documents-browser.properties=SAP Mobile Documents
\ No newline at end of file
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-atompub.properties b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-atompub.properties
deleted file mode 100644
index 359b520..0000000
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-atompub.properties
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-
-# OpenCMIS test server AtomPub
-
-org.apache.chemistry.opencmis.binding.spi.type=atompub
-org.apache.chemistry.opencmis.binding.atompub.url=http://repo.opencmis.org/inmemory/atom
-org.apache.chemistry.opencmis.binding.compression=true
-org.apache.chemistry.opencmis.user=test
-org.apache.chemistry.opencmis.password=test
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-webservices.properties b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-webservices.properties
deleted file mode 100644
index 424f285..0000000
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-webservices.properties
+++ /dev/null
@@ -1,36 +0,0 @@
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-
-# OpenCMIS test server Web Services
-
-org.apache.chemistry.opencmis.binding.spi.type=webservices
-org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://repo.opencmis.org/inmemory/services/RepositoryService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://repo.opencmis.org/inmemory/services/NavigationService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.ObjectService=http://repo.opencmis.org/inmemory/services/ObjectService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.VersioningService=http://repo.opencmis.org/inmemory/services/VersioningService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http://repo.opencmis.org/inmemory/services/DiscoveryService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http://repo.opencmis.org/inmemory/services/MultiFilingService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http://repo.opencmis.org/inmemory/services/RelationshipService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.ACLService=http://repo.opencmis.org/inmemory/servicess/ACLService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://repo.opencmis.org/inmemory/services/PolicyService?wsdl
-org.apache.chemistry.opencmis.binding.compression=true
-org.apache.chemistry.opencmis.user=test
-org.apache.chemistry.opencmis.password=test
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties
index db28f94..e1a1b0d 100644
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties
+++ b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties
@@ -24,4 +24,7 @@
 org.apache.chemistry.opencmis.binding.spi.type=atompub
 org.apache.chemistry.opencmis.binding.atompub.url=http://<host>/<context>/atom
 org.apache.chemistry.opencmis.user=<user>
-org.apache.chemistry.opencmis.password=<password>
\ No newline at end of file
+org.apache.chemistry.opencmis.password=<password>
+
+org.apache.chemistry.opencmis.binding.cookies=true
+org.apache.chemistry.opencmis.binding.compression=true
\ No newline at end of file
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties
index d026349..5d7f833 100644
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties
+++ b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties
@@ -24,4 +24,7 @@
 org.apache.chemistry.opencmis.binding.spi.type=browser
 org.apache.chemistry.opencmis.binding.browser.url=http://<host>/<context>/json
 org.apache.chemistry.opencmis.user=<user>
-org.apache.chemistry.opencmis.password=<password>
\ No newline at end of file
+org.apache.chemistry.opencmis.password=<password>
+
+org.apache.chemistry.opencmis.binding.cookies=true
+org.apache.chemistry.opencmis.binding.compression=true
\ No newline at end of file
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-webservices.properties b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-webservices.properties
deleted file mode 100644
index b6eea3e..0000000
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-webservices.properties
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-
-# SAP HANA Cloud Document Service - Web Services
-
-org.apache.chemistry.opencmis.binding.spi.type=webservices
-org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://<host>/<context>/services/RepositoryService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://<host>/<context>/services/NavigationService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.ObjectService=http://<host>/<context>/services/ObjectService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.VersioningService=http://<host>/<context>/services/VersioningService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http://<host>/<context>/services/DiscoveryService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http://<host>/<context>/services/MultiFilingService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http://<host>/<context>/services/RelationshipService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.ACLService=http://<host>/<context>/services/ACLService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://<host>/<context>/services/PolicyService?wsdl
-org.apache.chemistry.opencmis.user=<user>
-org.apache.chemistry.opencmis.password=<password>
diff --git a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties
index 18275ae..bb321d9 100644
--- a/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties
+++ b/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties
@@ -27,4 +27,5 @@
 org.apache.chemistry.opencmis.password=<password>
 
 org.apache.chemistry.opencmis.binding.cookies=true
+org.apache.chemistry.opencmis.binding.compression=true
 org.apache.chemistry.opencmis.binding.csrfheader=X-CSRF-Token
\ No newline at end of file