From 6fc09eda3e3e377d2325ef20098ac2e4e798fd33 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 3 Aug 2013 12:12:59 -0400 Subject: [PATCH] removed unused properties and added BATCH_UPDATE_URL Former-commit-id: 63610a8a2d515549cf46fac30d55807eea1b1445 --- .../org/owasp/dependencycheck/utils/Settings.java | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java index 893d7466e..3a60bf6f2 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java @@ -67,6 +67,11 @@ public final class Settings { * The base path to use for the data directory. */ public static final String DATA_DIRECTORY = "data.directory"; + /** + * The location of the batch update URL. This is a zip file that + * contains the contents of the data directory. + */ + public static final String BATCH_UPDATE_URL = "batch.update.url"; /** * The properties key for the path where the CPE Lucene Index will be * stored. @@ -77,14 +82,6 @@ public final class Settings { * stored. */ public static final String CVE_DATA_DIRECTORY = "data.cve"; - /** - * The properties key for the URL to the CPE. - */ - public static final String CPE_URL = "cpe.url"; - /** - * The properties key for the URL to the CPE. - */ - public static final String CPE_META_URL = "cpe.meta.url"; /** * The properties key for the URL to retrieve the "meta" data from about * the CVE entries.