xtext-core/org.eclipse.xtext.ide.tests/plugin.xml
Sven Efftinge f9b6d1bebe
[eclipse/xtext#1176] Migrate to EPL 2.0
Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
Co-authored-by: Sebastian Zarnekow <Sebastian.Zarnekow@gmail.com>
2020-02-11 12:02:02 +01:00

23 lines
792 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
-->
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated WithTransient -->
<package
uri="http://www.eclipse.org/xtext/ide/tests/testlanguage/mm/withtransient"
class="org.eclipse.xtext.ide.tests.testlanguage.withtransient.WithtransientPackage"
genModel="testlang-src/org/eclipse/xtext/ide/tests/testlanguage/WithTransient.genmodel"/>
</extension>
</plugin>