blob: a9e39276e82b5b6a47e4574f3bb4016aba77986f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
Copyright (c) 2009 Anyware Technologies
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:
Anyware Technologies - initial API and implementation
-->
<plugin>
<extension point="org.eclipse.ui.activities">
<!-- Categories provided by org.eclipse.galileo -->
<!--category
id="org.eclipse.galileo.modeling.Category"
description="%activity.cat.modeling.desc"
name="%activity.cat.modeling">
</category-->
<activity
id="org.eclipse.emf.ecoretools.ui.capabilities"
description="%activity.ecoretools.diagram.desc"
name="%activity.ecoretools.diagram">
</activity>
<activityPatternBinding
activityId="org.eclipse.emf.ecoretools.ui.capabilities"
pattern="org\.eclipse\.emf\.ecoretools.*">
</activityPatternBinding>
<!-- Category bindings and default enablement provided by org.eclipse.galileo -->
<!--categoryActivityBinding
activityId="org.eclipse.emf.ecoretools.ui.capabilities"
categoryId="org.eclipse.galileo.modeling.Category">
</categoryActivityBinding>
<defaultEnablement
id="org.eclipse.emf.ecoretools.ui.capabilities">
</defaultEnablement-->
</extension>
</plugin>