blob: d6ddaa4be15ba1b6cbbd63e6593b1a08f6bf714d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2023 Willink Transformations and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
E.D.Willink - initial API and implementation
-->
<plugin>
<extension point="org.eclipse.ui.preferencePages">
<page id="org.eclipse.ocl.ui.preferences.ProjectPreferencePage"
category="org.eclipse.ocl.common.ui.preferences.ProjectPreferencePage"
name="%MF_ECORE_AND_UML"
class="org.eclipse.ocl.ui.internal.preferences.EcoreAndUmlProjectPreferencePage"/>
</extension>
<extension point="org.eclipse.ui.propertyPages">
<page id="org.eclipse.ocl.ui.properties.ProjectPropertyPage"
category="org.eclipse.ocl.common.ui.properties.ProjectPropertyPage"
name="%MF_ECORE_AND_UML"
class="org.eclipse.ocl.ui.internal.preferences.EcoreAndUmlProjectPreferencePage">
<enabledWhen>
<adapt type="org.eclipse.core.resources.IProject"/>
</enabledWhen>
<filter name="open" value="true"/>
</page>
</extension>
</plugin>