blob: 3bc1ac9b5b1e5fda9db507ebce30baae5e265ee0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2009, 2016 Xored Software Inc and others.
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
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<plugin>
<extension-point id="q7Validator" name="q7Validator" schema="schema/q7Validator.exsd"/>
<extension
id="q7Builder"
name="RCPTT Builder"
point="org.eclipse.core.resources.builders">
<builder
hasNature="true">
<run
class="org.eclipse.rcptt.core.internal.builder.Q7Builder">
</run>
</builder>
</extension>
<extension
id="q7Problem"
name="RCPTT Problem"
point="org.eclipse.core.resources.markers">
<super
type="org.eclipse.core.resources.problemmarker">
</super>
<persistent
value="true">
</persistent>
</extension>
<extension
point="org.eclipse.rcptt.core.q7Extension">
<q7Extension
class="org.eclipse.rcptt.core.internal.builder.Q7BuilderExtension"
id="builder">
</q7Extension>
</extension>
<extension
point="org.eclipse.rcptt.core.builder.q7Validator">
<!--validator
class="org.eclipse.rcptt.core.internal.validators.Q7LoadErrorValidator">
</validator-->
<validator
class="org.eclipse.rcptt.core.internal.validators.ContextReferenceValidator">
</validator>
<validator
class="org.eclipse.rcptt.core.internal.validators.VerificationReferenceValidator">
</validator>
<validator
class="org.eclipse.rcptt.core.internal.validators.TestCaseECLValidator">
</validator>
<validator
class="org.eclipse.rcptt.core.builder.SameIDValidator">
</validator>
<validator
class="org.eclipse.rcptt.core.internal.validators.TestSuiteItemsValidator">
</validator>
</extension>
</plugin>