Repository: camel Updated Branches: refs/heads/master bd1274ce4 -> 0c0c74876
remove test options Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0c0c7487 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0c0c7487 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0c0c7487 Branch: refs/heads/master Commit: 0c0c74876fd0c1e9c31636d90ba25ceb8e81ad76 Parents: bd1274c Author: Jonathan Anstey <[email protected]> Authored: Mon Mar 6 10:47:20 2017 -0330 Committer: Jonathan Anstey <[email protected]> Committed: Mon Mar 6 10:47:20 2017 -0330 ---------------------------------------------------------------------- .../tmp/test-options.properties | 67 -------------------- 1 file changed, 67 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0c0c7487/components/camel-box/camel-box-component/tmp/test-options.properties ---------------------------------------------------------------------- diff --git a/components/camel-box/camel-box-component/tmp/test-options.properties b/components/camel-box/camel-box-component/tmp/test-options.properties deleted file mode 100644 index 9cee863..0000000 --- a/components/camel-box/camel-box-component/tmp/test-options.properties +++ /dev/null @@ -1,67 +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. -# - -############################################### -## Authentication properties for Box Component -############################################### - -############################################################################# -## Authentication properties for Box Component using STANDARD_AUTHENTICATION -############################################################################# -authenticationType=STANDARD_AUTHENTICATION -## User name and password -## Create a free developer account on http://developers.box.com/ and provide user name password [email protected] -userPassword=RedHat12!@ -## Application client id and secret -## Create a test Box.com application and provide its clientId and clientSecret -clientId=4vvr1njh5d0u3o8lpowbgnameqic9mz3 -clientSecret=rh0qN6EWyMek61fELV8N82XblkK2EJMr - -################################################################################### -## Authentication properties for Box Component using APP_ENTERPRISE_AUTHENTICATION -################################################################################### -#authenticationType=APP_ENTERPRISE_AUTHENTICATION -#enterpriseId=8962085 -#clientId=4vvr1njh5d0u3o8lpowbgnameqic9mz3 -#clientSecret=rh0qN6EWyMek61fELV8N82XblkK2EJMr -#publicKeyId=b22nf9qt -#privateKeyFile=/Volumes/Development/Dev/box-java-sdk/private_key.pem -#privateKeyPassword=RedHat12!@ -#encryptionAlgorithm=RSA_SHA_256 -#maxCacheEntries=100 -### Application client id and secret -### Create a test Box.com application and provide its clientId and clientSecret -#clientId=4vvr1njh5d0u3o8lpowbgnameqic9mz3 -#clientSecret=rh0qN6EWyMek61fELV8N82XblkK2EJMr - -################################################################################### -## Authentication properties for Box Component using APP_USER_AUTHENTICATION -################################################################################### -#authenticationType=APP_USER_AUTHENTICATION -#[email protected] -#clientId=4vvr1njh5d0u3o8lpowbgnameqic9mz3 -#clientSecret=rh0qN6EWyMek61fELV8N82XblkK2EJMr -#publicKeyId=b22nf9qt -#privateKeyFile=/Volumes/Development/Dev/box-java-sdk/private_key.pem -#privateKeyPassword=RedHat12!@ -#encryptionAlgorithm=RSA_SHA_256 -#maxCacheEntries=100 -### Application client id and secret -### Create a test Box.com application and provide its clientId and clientSecret -#clientId=4vvr1njh5d0u3o8lpowbgnameqic9mz3 -#clientSecret=rh0qN6EWyMek61fELV8N82XblkK2EJMr
