blob: f7fd7214c60aa86d8965932caf16021167db465f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- Copyright (c) 2005 IBM Corporation 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: -->
<!-- IBM Corporation - initial API and implementation -->
<plugin>
<extension-point id="modelingAssistantProviders" name="%ext.modelingAssistantProviders" schema="schema/modelingAssistantProviders.exsd"/>
<extension
point="org.eclipse.ui.preferencePages">
<page
name="%Validation_Preference_Page_Name"
category="xtools.modeling"
class="org.eclipse.gmf.runtime.emf.ui.preferences.ValidationPreferencePage"
id="org.eclipse.gmf.runtime.emf.ui.validation">
</page>
</extension>
<extension point="org.eclipse.core.runtime.preferences">
<initializer class="org.eclipse.gmf.runtime.emf.ui.preferences.PreferenceInitializer" />
</extension>
<extension
id="modelingNewWizards"
name="%ext.modelingNewWizards"
point="org.eclipse.ui.newWizards">
<category
name="%createWizardCategory"
id="org.eclipse.gmf.runtime.emf.ui.modeling">
</category>
</extension>
</plugin>