o remove ROLE field, will use a class reference instead.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-12-13 23:55:01 +00:00
parent bcc654c709
commit 37976eec7d
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ import java.util.List;
public interface MavenProjectBuilder
{
String ROLE = MavenProjectBuilder.class.getName();
String STANDALONE_SUPERPOM_GROUPID = "org.apache.maven";
String STANDALONE_SUPERPOM_ARTIFACTID = "super-pom";