Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <?eclipse version="3.2"?> |
| 21 | <plugin> |
| 22 | <extension |
| 23 | point="org.eclipse.core.expressions.propertyTesters"> |
| 24 | <propertyTester |
David Morgan Spencer Savage | 3ba3a4f | 2009-07-14 09:23:15 +0000 | [diff] [blame] | 25 | class="org.apache.felix.sigil.utils.properties.EditorPropertyTester" |
David Morgan Spencer Savage | 02676c3 | 2009-07-20 07:53:24 +0000 | [diff] [blame^] | 26 | id="org.apache.felix.sigil.utils.editorPropertyTester" |
| 27 | namespace="org.apache.felix.sigil" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 28 | properties="isEditorOfType" |
| 29 | type="org.eclipse.ui.IWorkbenchPart"> |
| 30 | </propertyTester> |
| 31 | <propertyTester |
David Morgan Spencer Savage | 3ba3a4f | 2009-07-14 09:23:15 +0000 | [diff] [blame] | 32 | class="org.apache.felix.sigil.utils.properties.PartKindPropertyTester" |
David Morgan Spencer Savage | 02676c3 | 2009-07-20 07:53:24 +0000 | [diff] [blame^] | 33 | id="org.apache.felix.sigil.runtime.PartKindPropertyTester" |
| 34 | namespace="org.apache.felix.sigil" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 35 | properties="partKind,partId" |
| 36 | type="org.eclipse.ui.IWorkbenchPart"> |
| 37 | </propertyTester> |
| 38 | <propertyTester |
David Morgan Spencer Savage | 3ba3a4f | 2009-07-14 09:23:15 +0000 | [diff] [blame] | 39 | class="org.apache.felix.sigil.utils.properties.ResourceTypePropertyTester" |
David Morgan Spencer Savage | 02676c3 | 2009-07-20 07:53:24 +0000 | [diff] [blame^] | 40 | id="org.apache.felix.sigil.utils.ResourcePropertyTester" |
| 41 | namespace="org.apache.felix.sigil" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 42 | properties="isResourceOfType" |
| 43 | type="org.eclipse.core.resources.IResource"> |
| 44 | </propertyTester> |
| 45 | </extension> |
| 46 | |
| 47 | </plugin> |