blob: ec6a24c9cdb0023b0caabf764f728a55d49e46f9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2008, 2009 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
-->
<feature
id="org.eclipse.acceleo.examples"
label="%featureName"
version="0.8.1.qualifier"
provider-name="%providerName">
<description>
%description
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2008 Obeo 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
</copyright>
<license url="%licenseURL">
%license
</license>
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/modeling/m2t/updates/site.xml"/>
</url>
<requires>
<import feature="org.eclipse.acceleo" version="0.8.0.qualifier"/>
</requires>
<plugin
id="org.eclipse.acceleo.examples"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>