blob: 955c6a3d4ebc72fbf2f425f6dcdaf883ff4a57b4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
Eike Stepper - initial API and implementation
-->
<plugin>
<extension-point id="backendSystemFactories" name="Backend System Factories" schema="schema/backendSystemFactories.exsd"/>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated resources -->
<package
uri="http://www.eclipse.org/oomph/resources/1.0"
class="org.eclipse.oomph.resources.ResourcesPackage"
genModel="model/Resources.genmodel"/>
</extension>
<extension
point="org.eclipse.core.variables.dynamicVariables">
<variable
description="Expands to the locations of all workspace projects"
name="workspace_project_locations"
resolver="org.eclipse.oomph.internal.resources.WorkspaceProjectLocationsResolver">
</variable>
</extension>
</plugin>