added package-info

Former-commit-id: be01f5e10b7550bfb180af62d111574a3d988079
This commit is contained in:
Jeremy Long
2015-06-17 20:48:17 -04:00
parent 6d524bdc99
commit a898e61a7a
4 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/**
* This package includes the Ant task definitions.
* This package includes the a slf4j logging implementation that wraps the Ant logger.
*/
package org.owasp.dependencycheck.taskdefs;

View File

@@ -0,0 +1,4 @@
/**
* This package contains the static binder for the slf4j-ant logger.
*/
package org.slf4j.impl;

View File

@@ -0,0 +1,4 @@
/**
* This package contains the the slf4j adapter that wraps the maven logger.
*/
package org.owasp.dependencycheck.maven.slf4j;

View File

@@ -0,0 +1,4 @@
/**
* This package contains the static binder for the slf4j-maven logger.
*/
package org.slf4j.impl;