o Removed the isolatedRealm attribute of PluginDescriptor...it's a duplication of the superClass isolatedRealm field.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-06-01 23:17:43 +00:00
parent 6af68fc09e
commit 3d003af361
1 changed files with 0 additions and 7 deletions

View File

@ -35,8 +35,6 @@ public class PluginDescriptor
private List dependencies;
private boolean isolatedRealm;
private String goalPrefix;
private String source;
@ -98,11 +96,6 @@ public void setArtifactId( String artifactId )
// Dependencies
// ----------------------------------------------------------------------
public boolean isIsolatedRealm()
{
return isolatedRealm;
}
public static String constructPluginKey( String groupId, String artifactId, String version )
{
return groupId + ":" + artifactId + ":" + version;