diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/papyrus-extra-features/org.eclipse.papyrus.extra.cpp.feature/feature.xml | 117 |
1 files changed, 84 insertions, 33 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.cpp.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.cpp.feature/feature.xml index a0346c920f0..808e1ace6d5 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.cpp.feature/feature.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.cpp.feature/feature.xml @@ -1,33 +1,84 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.extra.cpp.feature" label="%featureName" provider-name="%providerName" version="0.10.1.qualifier">
-
- <description url="http://www.example.com/description">
- C++ code generation from Papyrus. The feature includes
-- A C++ profile, enabling the specification for C++ features, for instance: pointers, friends, constructor initializers
-- A code generator from UML enriched with the C++ profile
-- A C++ view allowing simple editing of opaque behaviors and manipulation of C++ profile attributes
- </description>
-
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2012 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>
-
- <plugin download-size="0" id="org.eclipse.papyrus.cpp.codegen" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.cpp.codegen.ui" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.cpp.profile" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.views.cpp" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.acceleo" install-size="0" unpack="false" version="0.0.0"/>
-
-</feature>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.papyrus.extra.cpp.feature" + label="%featureName" + version="0.10.1.qualifier" + provider-name="%providerName"> + + <description url="http://www.example.com/description"> + C++ code generation from Papyrus. The feature includes +- A C++ profile, enabling the specification for C++ features, for instance: pointers, friends, constructor initializers +- A code generator from UML enriched with the C++ profile +- A C++ view allowing simple editing of opaque behaviors and manipulation of C++ profile attributes + </description> + + <copyright url="http://www.eclipse.org/legal/epl-v10.html"> + Copyright (c) 2012 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> + + <plugin + id="org.eclipse.papyrus.cpp.codegen" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.cpp.codegen.ui" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.cpp.profile" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.views.cpp" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.acceleo" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.texteditor.cdt" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.texteditor.model" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.texteditor.modelexplorer" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> |