From d30c5ce24b5c363ba15f2b2007b0e5da7d26d95d Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 6 Feb 2014 16:53:01 -0500 Subject: [PATCH] Removed the old default properties files now that we are using the new ones. (Application.conf) --- src/main/resources/default.properties | 38 --------------------------- src/test/resources/default.properties | 38 --------------------------- 2 files changed, 76 deletions(-) delete mode 100644 src/main/resources/default.properties delete mode 100644 src/test/resources/default.properties diff --git a/src/main/resources/default.properties b/src/main/resources/default.properties deleted file mode 100644 index c04eead..0000000 --- a/src/main/resources/default.properties +++ /dev/null @@ -1,38 +0,0 @@ -#Default Properties File -#Image Tools version: ${project.version} -version=${build-version} - -#Default App Settings -app.timed=false -app.log.debug=false -app.log.info=false -app.log.error=true - -#Concurrency Settings -app.engine.concurrent.similarity.limit=15 -app.engine.concurrent.processing.limit=15 - -#Default Image Settings -#images must be 90% similar -image.differenceThreshold=0.90 -#control generation of hashes for new images. -image.hash.precision=64 -image.ahash.use=true -image.ahash.weight=0.70 -image.ahash.precision=8 -image.ahash.tolerence=8 -image.dhash.use=true -image.dhash.weight=0.85 -image.dhash.precision=8 -image.dhash.tolerence=8 -#set to false if hashing images is taking too long -image.phash.use=true -image.phash.weight=1.0 -image.phash.precision=32 -image.phash.tolerence=8 - -#Default Thumbnail Settings -#Directory where to store thumbnails -thumbnail.directory=./cache/thumbnails/ -#Size of the thumbnail to generate and store -thumbnail.size=128 diff --git a/src/test/resources/default.properties b/src/test/resources/default.properties deleted file mode 100644 index ea08b83..0000000 --- a/src/test/resources/default.properties +++ /dev/null @@ -1,38 +0,0 @@ -#Default Properties File -#Image Tools version: ${project.version} -version=${build-version} - -#Default App Settings -app.timed=true -app.log.debug=true -app.log.info=true -app.log.error=true - -#Concurrency Settings -app.engine.concurrent.similarity.limit=2 -app.engine.concurrent.processing.limit=2 - -#Default Image Settings -#images must be 90% similar -image.differenceThreshold=0.90 -#control generation of hashes for new images. -image.hash.precision=64 -image.ahash.use=true -image.ahash.weight=0.70 -image.ahash.precision=8 -image.ahash.tolerence=8 -image.dhash.use=true -image.dhash.weight=0.85 -image.dhash.precision=8 -image.dhash.tolerence=8 -#set to false if hashing images is taking too long -image.phash.use=true -image.phash.weight=1.0 -image.phash.precision=32 -image.phash.tolerence=8 - -#Default Thumbnail Settings -#Directory where to store thumbnails -thumbnail.directory=./cache/thumbnails/ -#Size of the thumbnail to generate and store -thumbnail.size=128