blob: 2ecdd9ec9b11fd1ed3d09e72b0e862eeec7a6444 [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.rcptt.tesla.core.processor">
<provider
class="org.eclipse.rcptt.forms.impl.rap.EclipseFormsProcessor">
</provider>
</extension>
<extension
point="org.eclipse.rcptt.tesla.recording.core.recorder">
<recorder
class="org.eclipse.rcptt.forms.impl.rap.EclipseFormsRecordingProcessor">
</recorder>
</extension>
</plugin>