Author: mreutegg
Date: Tue Feb 11 10:40:31 2014
New Revision: 1567038

URL: http://svn.apache.org/r1567038
Log:
OAK-1157 DS implementation for S3-based DSs

Missing license header

Modified:
    
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/blob/blobstore.properties
   (contents, props changed)

Modified: 
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/blob/blobstore.properties
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/blob/blobstore.properties?rev=1567038&r1=1567037&r2=1567038&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/blob/blobstore.properties
 (original)
+++ 
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/blob/blobstore.properties
 Tue Feb 11 10:40:31 2014
@@ -1,42 +1,57 @@
-# Identify the blob store provider if different from the default
-blobStoreProvider=
-
-# Properties for CloudBlobStore
-accessKey=
-secretKey=
-cloudContainer=oakblobstore
-cloudProvider=aws-s3
-
-# Common for all data store
-dataStoreProvider=org.apache.jackrabbit.core.data.FileDataStore
-streamCacheSize=256
-path=./repository/datastore
-
-# Caching data store properties
-cacheSize=68719476736
-secret=123456789
-cachePurgeTrigFactor=0.85d
-cachePurgeResizeFactor=0.95d
-minRecordLength=16384
-config=
-
-# DbDataStore properties
-url=jdbc:postgresql:test
-user=sa
-password=sa
-databaseType=postgresql
-driver=org.postgresql.Driver
-copyWhenReading=true
-tablePrefix=
-schemaObjectPrefix=
-schemaCheckEnabled=true
-
-# MultiDataStore properties
-maxAge=60
-moveDataTaskSleep=604800
-moveDataTaskFirstRunHourOfDay=1
-sleepBetweenRecords=100
-delayedDelete=false
-delayedDeleteSleep=86400
-primary=org.apache.jackrabbit.core.data.db.DbDataStore
+# 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.
+
+# Identify the blob store provider if different from the default
+blobStoreProvider=
+
+# Properties for CloudBlobStore
+accessKey=
+secretKey=
+cloudContainer=oakblobstore
+cloudProvider=aws-s3
+
+# Common for all data store
+dataStoreProvider=org.apache.jackrabbit.core.data.FileDataStore
+streamCacheSize=256
+path=./repository/datastore
+
+# Caching data store properties
+cacheSize=68719476736
+secret=123456789
+cachePurgeTrigFactor=0.85d
+cachePurgeResizeFactor=0.95d
+minRecordLength=16384
+config=
+
+# DbDataStore properties
+url=jdbc:postgresql:test
+user=sa
+password=sa
+databaseType=postgresql
+driver=org.postgresql.Driver
+copyWhenReading=true
+tablePrefix=
+schemaObjectPrefix=
+schemaCheckEnabled=true
+
+# MultiDataStore properties
+maxAge=60
+moveDataTaskSleep=604800
+moveDataTaskFirstRunHourOfDay=1
+sleepBetweenRecords=100
+delayedDelete=false
+delayedDeleteSleep=86400
+primary=org.apache.jackrabbit.core.data.db.DbDataStore
 archive=org.apache.jackrabbit.core.data.FileDataStore
\ No newline at end of file

Propchange: 
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/blob/blobstore.properties
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to