code reorganization, moved files around to better seperate functionality

Former-commit-id: 2a524807bb28ff4b60576c13b5e6737fd97f553a
This commit is contained in:
Jeremy Long
2013-08-29 06:42:16 -04:00
parent 90a3ff082f
commit 09f065c3af
14 changed files with 33 additions and 193 deletions

View File

@@ -5,4 +5,4 @@ org.owasp.dependencycheck.analyzer.HintAnalyzer
org.owasp.dependencycheck.analyzer.DependencyBundlingAnalyzer
org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
org.owasp.dependencycheck.analyzer.CPEAnalyzer
org.owasp.dependencycheck.data.nvdcve.NvdCveAnalyzer
org.owasp.dependencycheck.analyzer.NvdCveAnalyzer

View File

@@ -1 +1 @@
org.owasp.dependencycheck.data.nvdcve.xml.DatabaseUpdater
org.owasp.dependencycheck.data.update.DatabaseUpdater