blob: 3e368a43e61ced3494d3d25fe739269fb75bd8f7 [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="org.eclipse.emf.ecore.generated_package">
<package
uri="http://eclipse.org/rcptt/verifications/text"
class="org.eclipse.rcptt.verifications.text.TextPackage"
genModel="models/text.genmodel"/>
</extension>
<extension
point="org.eclipse.rcptt.core.verificationTypes">
<type
canCreate="true"
description="Widget Text Verification"
eclass="TextVerification"
epackage-uri="http://eclipse.org/rcptt/verifications/text"
id="org.eclipse.rcptt.verifications.text"
name="Widget Text"
priority="50"
phases="finish"
prompt="Please pick a text or styled text widget, or a source code editor for verification.">
<widget
class="org.eclipse.swt.widgets.Text">
</widget>
<widget
class="org.eclipse.swt.custom.StyledText">
</widget>
</type>
</extension>
<extension
point="org.eclipse.rcptt.core.verificationMaker">
<maker
class="org.eclipse.rcptt.verifications.text.TextVerificationMaker"
type="org.eclipse.rcptt.verifications.text">
</maker>
</extension>
</plugin>