| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.papyrus.designer.languages.java.feature" |
| label="%featureName" |
| version="1.0.2" |
| provider-name="%providerName"> |
| |
| <description url="http://www.example.com/description"> |
| Java code generation from Papyrus. The feature includes |
| - A Java profile, enabling the specification for Java features |
| - A code generator from UML enriched with the Java profile |
| - An experimental CDT integration |
| </description> |
| |
| <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
| Copyright (c) 2016 CEA LIST |
| 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 |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.jdt"/> |
| <import feature="org.eclipse.papyrus.designer.languages.common.feature"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.codegen" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.codegen.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.profile" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.profile.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.library" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.library.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.jdt.project" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <!--<plugin |
| id="org.eclipse.papyrus.designer.languages.java.reverse" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.papyrus.designer.languages.java.reverse.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/>--> |
| </feature> |