Author: jdcasey
Date: Wed Jun 1 16:17:43 2005
New Revision: 179456
URL: http://svn.apache.org/viewcvs?rev=179456&view=rev
Log:
o Removed the isolatedRealm attribute of PluginDescriptor...it's a duplication
of the superClass isolatedRealm field.
Modified:
maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
Modified:
maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java?rev=179456&r1=179455&r2=179456&view=diff
==============================================================================
---
maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
(original)
+++
maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
Wed Jun 1 16:17:43 2005
@@ -35,8 +35,6 @@
private List dependencies;
- private boolean isolatedRealm;
-
private String goalPrefix;
private String source;
@@ -97,11 +95,6 @@
// ----------------------------------------------------------------------
// Dependencies
// ----------------------------------------------------------------------
-
- public boolean isIsolatedRealm()
- {
- return isolatedRealm;
- }
public static String constructPluginKey( String groupId, String
artifactId, String version )
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]