Author: fmui
Date: Fri Jul 15 09:53:04 2016
New Revision: 1752807

URL: http://svn.apache.org/viewvc?rev=1752807&view=rev
Log:
Workbench: clean up

Removed:
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-atompub.properties
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opencmis-test-server-webservices.properties
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-webservices.properties
Modified:
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java?rev=1752807&r1=1752806&r2=1752807&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/BasicLoginTab.java
 Fri Jul 15 09:53:04 2016
@@ -225,7 +225,7 @@ public class BasicLoginTab extends Abstr
 
         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);
     }
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties?rev=1752807&r1=1752806&r2=1752807&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
 Fri Jul 15 09:53:04 2016
@@ -52,14 +52,11 @@ ibm-filenet-p8-webservices.properties=IB
 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

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties?rev=1752807&r1=1752806&r2=1752807&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-atompub.properties
 Fri Jul 15 09:53:04 2016
@@ -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

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties?rev=1752807&r1=1752806&r2=1752807&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-hana-cloud-browser.properties
 Fri Jul 15 09:53:04 2016
@@ -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

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties?rev=1752807&r1=1752806&r2=1752807&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/sap-mobile-documents-browser.properties
 Fri Jul 15 09:53:04 2016
@@ -27,4 +27,5 @@ org.apache.chemistry.opencmis.user=<user
 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


Reply via email to