You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2010/11/09 16:46:50 UTC

svn commit: r1033037 - in /incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main: java/org/apache/chemistry/opencmis/workbench/ resources/configs/

Author: fmui
Date: Tue Nov  9 15:46:50 2010
New Revision: 1033037

URL: http://svn.apache.org/viewvc?rev=1033037&view=rev
Log:
- a bit of workbench clean up

Modified:
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/LoginDialog.java
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-atompub.properties
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-webservices.properties

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/LoginDialog.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/LoginDialog.java?rev=1033037&r1=1033036&r2=1033037&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/LoginDialog.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/java/org/apache/chemistry/opencmis/workbench/LoginDialog.java Tue Nov  9 15:46:50 2010
@@ -139,6 +139,7 @@ public class LoginDialog extends JDialog
         sessionConfigurations = ClientHelper.readFileProperties(CONFIGS_FOLDER + CONFIGS_LIBRARY, CONFIGS_FOLDER);
 
         final JComboBox configs = new JComboBox();
+        configs.setMaximumRowCount(20);
 
         configs.addItem(new FileEntry("", null));
         if (sessionConfigurations != null) {

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-atompub.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-atompub.properties?rev=1033037&r1=1033036&r2=1033037&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-atompub.properties (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-atompub.properties Tue Nov  9 15:46:50 2010
@@ -19,32 +19,6 @@
 #
 #
 
-#
-# Add more configurations here.
-# key = config file, value = title
-#
-
-#
-#
-# 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.
-#
-#
-
 # Open Text ELS 10.2.0 AtomPub
 
 org.apache.chemistry.opencmis.binding.spi.type=atompub

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-webservices.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-webservices.properties?rev=1033037&r1=1033036&r2=1033037&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-webservices.properties (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/opentext-els-10.2.0-webservices.properties Tue Nov  9 15:46:50 2010
@@ -21,9 +21,6 @@
 
 # Open Text ELS 10.2.0 Web Services
 
-# In order to connect, download the WSDL (http://<host>/_vti_bin/cmissoapwsdl.aspx?wsdl) 
-# to your local disk and refer to this file in the configuration.
-
 org.apache.chemistry.opencmis.binding.spi.type=webservices
 org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://ec2-184-72-233-127.compute-1.amazonaws.com/ot-cmis/services/RepositoryService?wsdl
 org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://ec2-184-72-233-127.compute-1.amazonaws.com/ot-cmis/services/NavigationService?wsdl
@@ -36,5 +33,3 @@ org.apache.chemistry.opencmis.binding.we
 org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://ec2-184-72-233-127.compute-1.amazonaws.com/ot-cmis/services/PolicyService?wsdl
 org.apache.chemistry.opencmis.user=<user>
 org.apache.chemistry.opencmis.password=<password>
-
-cmis.workbench.folder.filter=*