o Cut off unnecessary access to core component descriptors from plugins (the plugin can already load core components via the parent delegation to the core realm)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@802079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-07 16:25:21 +00:00
parent 49e73d3ff6
commit 5c3cb94678
1 changed files with 0 additions and 3 deletions

View File

@ -121,9 +121,6 @@ public class DefaultClassRealmManager
*/
private void importMavenApi( ClassRealm importingRealm )
{
// components.xml
importingRealm.importFromParent( "META-INF/plexus" );
// maven-*
importingRealm.importFromParent( "org.apache.maven" );