mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
24 lines
792 B
XML
24 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>
|