add deprecation warnings for 2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2006-02-07 04:58:06 +00:00
parent 83c9eadb09
commit c308bef2d8
1 changed files with 2 additions and 0 deletions

View File

@ -32,8 +32,10 @@ public interface MavenReport
{
String ROLE = MavenReport.class.getName();
/** @deprecated For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic. */
String CATEGORY_PROJECT_INFORMATION = "Project Info";
/** @deprecated For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic. */
String CATEGORY_PROJECT_REPORTS = "Project Reports";
// eventually, we must replace this with the o.a.m.d.s.Sink class as a parameter