| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.papyrus.designer.languages.common.feature" |
| label="%featureName" |
| version="2.0.0.qualifier" |
| provider-name="%providerName"> |
| |
| <description> |
| Base elements for code generation |
| - Extension points |
| - Manage file location (in which folders are generated files |
| placed) |
| - Support for text editors in model explorer |
| </description> |
| |
| <copyright url="https://www.eclipse.org/legal/epl-2.0/"> |
| Copyright (c) CEA LIST |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License |
| v2.0 which accompanies this distribution, and is available at |
| https://www.eclipse.org/legal/epl-2.0/ |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.papyrus.sdk.feature" version="4.0.0.201710240144"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.common.extensionpoints" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.common.base" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.common.profile" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.common.profile.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.common.codegen.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.doc.main" |
| download-size="0" |
| install-size="0" |
| version="0.0.0"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.common.validation" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |