| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <!-- |
| ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| ~ contributor license agreements. See the NOTICE file distributed with |
| ~ this work for additional information regarding copyright ownership. |
| ~ The ASF licenses this file to You under the Apache License, Version 2.0 |
| ~ (the "License"); you may not use this file except in compliance with |
| ~ the License. You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| |
| <!-- @version $Rev$ $Date$ --> |
| |
| <plugin |
| id="org.apache.geronimo.testsuite.v22" |
| name="Geronimo v22 Server Tools Testsuite Plug-in" |
| provider-name="Apache.org" |
| version="3.0.0" |
| class="org.apache.geronimo.testsuite.v22.Activator"> |
| |
| <requires> |
| <import plugin="abbot.swt"/> |
| <import plugin="abbot.swt.eclipse"/> |
| <import plugin="org.eclipse.ui.ide" optional="true"/> |
| <import plugin="org.eclipse.jface.text" optional="true"/> |
| <import plugin="org.eclipse.ui.workbench.texteditor" optional="true"/> |
| <import plugin="org.eclipse.ui.editors" optional="true"/> |
| <import plugin="org.junit"/> |
| <import plugin="org.eclipse.core.resources"/> |
| <import plugin="org.eclipse.jdt.core"/> |
| <import plugin="org.eclipse.jdt.launching"/> |
| <import plugin="org.eclipse.ui"/> |
| <import plugin="org.eclipse.ant.core"/> |
| <import plugin="org.eclipse.debug.core"/> |
| <import plugin="org.eclipse.debug.ui"/> |
| <import plugin="org.eclipse.ui.externaltools"/> |
| <import plugin="org.eclipse.ant.ui"/> |
| <import plugin="org.eclipse.core.runtime"/> |
| <import plugin="org.eclipse.ui.console"/> |
| <import plugin="org.apache.geronimo.testsuite.common"/> |
| </requires> |
| |
| <extension-point id="testCases" name="org.apache.geronimo.testsuite.v22.testCases" schema="schema/testCases.exsd"/> |
| |
| <extension point="org.apache.geronimo.testsuite.v22.testCases"> |
| <testCase class="org.apache.geronimo.testsuite.v22.ui.RunOnServerTest"> |
| </testCase> |
| </extension> |
| <extension point="org.apache.geronimo.testsuite.v22.testCases"> |
| <testCase class="org.apache.geronimo.testsuite.v22.ui.Tutorial5MinuteTest"> |
| </testCase> |
| </extension> |
| <extension point="org.apache.geronimo.testsuite.v22.testCases"> |
| <testCase class="org.apache.geronimo.testsuite.v22.ui.SharedLibPojoTest"> |
| </testCase> |
| </extension> |
| |
| </plugin> |