Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cdo/tests/org.eclipse.papyrus.cdo.ui.tests/plugin.xml')
-rwxr-xr-xcdo/tests/org.eclipse.papyrus.cdo.ui.tests/plugin.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/plugin.xml b/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/plugin.xml
new file mode 100755
index 00000000..cb2e1588
--- /dev/null
+++ b/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/plugin.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<!--
+ Copyright (c) 2017 CEA LIST.
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ CEA LIST - Initial API and implementation
+ -->
+
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.cdo.ui.repositoryFilters">
+ <itemProviderFilter
+ id="org.eclipse.papyrus.cdo.ui.tests.itemProviderFilter1">
+ <predicate
+ class="org.eclipse.papyrus.cdo.internal.ui.views.tests.ItemProviderFilterRegistryTest$TestFilter"/>
+ </itemProviderFilter>
+ </extension>
+
+</plugin>

Back to the top