blob: ad9249280be10032e29f3c79a0b716301c14cbd4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.vorto.feature.codegen.examples"
label="Vorto Code Generator Example"
version="0.1.0"
provider-name="Bosch Software Innovations GmbH">
<description>
This feature defines all bundles for Vorto example generators.
</description>
<copyright>
Copyright (c) 2014 Bosch Software Innovations GmbH 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 Description here.
</copyright>
<license url="http://www.eclipse.org/legal/epl-v10.html">
%license
</license>
<requires>
<import plugin="org.eclipse.vorto.codegen"/>
<import plugin="org.eclipse.vorto.metamodel"/>
<import plugin="org.eclipse.ui" version="3.105.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.9.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext" version="2.7.0" match="compatible"/>
<import plugin="org.eclipse.xtext.xbase" version="2.7.0" match="compatible"/>
<import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.eclipse.vorto.codegen.examples"
download-size="0"
install-size="0"
version="0.1.0"
unpack="false"/>
</feature>