| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| /******************************************************************************* |
| * Copyright (c) 2024 Primetals Technologies Austria GmbH |
| * |
| * 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 |
| * |
| * Contributors: |
| * Fabio Gandolfi - initial API and implementation and/or initial documentation |
| *******************************************************************************/ |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.emf.ecore.generated_package"> |
| <!-- @generated library --> |
| <package |
| uri="platform:/resource/org.eclipse.fordiac.ide.library.model/model/library.xsd" |
| class="org.eclipse.fordiac.ide.library.model.library.LibraryPackage" |
| genModel="model/library.genmodel"/> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.extension_parser"> |
| <!-- @generated library --> |
| <parser |
| type="library" |
| class="org.eclipse.fordiac.ide.library.model.library.util.LibraryResourceFactoryImpl"/> |
| </extension> |
| </plugin> |