From e3d03c3d7881910a99314fc2b039c4501b0b73d2 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 3 Jan 2014 14:03:05 -0500 Subject: [PATCH] removed unused property Former-commit-id: 12e18baec70983b254d53507186a3a5b954c751d --- .../src/main/resources/dependencycheck.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dependency-check-core/src/main/resources/dependencycheck.properties b/dependency-check-core/src/main/resources/dependencycheck.properties index b156f7b6c..0b17e7db5 100644 --- a/dependency-check-core/src/main/resources/dependencycheck.properties +++ b/dependency-check-core/src/main/resources/dependencycheck.properties @@ -6,11 +6,8 @@ max.download.threads=3 #temp.directory defaults to System.getProperty("java.io.tmpdir") #temp.directory=[path to temp directory] -# the path to the data directory; if tis +# the path to the data directory data.directory=[JAR]/data -# the path to the h2 database to store the nvd cve data -data.cve=cve - # the path to the cpe xml file cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml.gz