From 05afc8b86908884e9bfb5a75f91d2405f452843c Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Wed, 27 Apr 2011 15:51:25 -0400 Subject: Experimental API to filter maven index entries Introduced IArtifactFilter interface and corresponding artifactFilters extension point that allows filtering of maven index entries. Updated code-assist and artifact selection GUI to ignore/block filtered entries. Enabled decoration of maven index entries in Maven Repositories view and Add Depenencies dialog, so filtered entries can appear visually differently. Actual decoration is left up to artifact filter provider bundle. Signed-off-by: Igor Fedorenko --- org.eclipse.m2e.core/schema/artifactFilters.exsd | 114 +++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 org.eclipse.m2e.core/schema/artifactFilters.exsd (limited to 'org.eclipse.m2e.core/schema/artifactFilters.exsd') diff --git a/org.eclipse.m2e.core/schema/artifactFilters.exsd b/org.eclipse.m2e.core/schema/artifactFilters.exsd new file mode 100644 index 00000000..94cc0946 --- /dev/null +++ b/org.eclipse.m2e.core/schema/artifactFilters.exsd @@ -0,0 +1,114 @@ + + + + + + + + + [Enter description of this extension point.] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [Enter the first release in which this extension point appears.] + + + + + + + + + [Enter extension point usage example here.] + + + + + + + + + [Enter API information here.] + + + + + + + + + [Enter information about supplied implementation of this extension point.] + + + + + + + + + Copyright (c) 2007, 2008 Sonatype, Inc. +All rights reserved. This program and the accompanying materials +are made available under the terms of the Eclipse Public License v1.0 +which accompanies this distribution, and is available at +http://www.eclipse.org/legal/epl-v10.html + + + + -- cgit v1.2.3