blob: d3049f5387af6007bc4871bfcb526e993b88a305 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
Copyright (c) 2005-2014 Obeo
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:
Obeo - Initial API and implementation
-->
<plugin>
<extension
id="org.eclipse.sirius.query.legacy.interpreter.AcceleoExtendedInterpreter"
point="org.eclipse.sirius.common.expressionInterpreter">
<expressionInterpreterProvider
interpreterProviderClass="org.eclipse.sirius.query.legacy.business.internal.interpreter.AcceleoExtendedInterpreter">
</expressionInterpreterProvider>
</extension>
<extension
point="org.eclipse.sirius.common.proposalProvider">
<proposalProvider
class="org.eclipse.sirius.query.legacy.business.internal.interpreter.AcceleoExtendedInterpreter"
interpreter="org.eclipse.sirius.query.legacy.interpreter.AcceleoExtendedInterpreter">
</proposalProvider>
</extension>
<extension point="org.eclipse.help.toc">
<toc file="doc/toc.xml" primary="false" />
</extension>
</plugin>