Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-02-02 15:33:46 +0000
committerCamille Letavernier2015-02-02 15:33:46 +0000
commit1aa300a3f7fb200a3c25441061cfdd9fefad93fb (patch)
tree9d4e595b29beac0a3bb8f9c02ccfad2e670ac139 /features/papyrus-dev-features
parent9b60853d9b65cdcfd1330ea91e44e0ea2eaf819a (diff)
downloadorg.eclipse.papyrus-1aa300a3f7fb200a3c25441061cfdd9fefad93fb.tar.gz
org.eclipse.papyrus-1aa300a3f7fb200a3c25441061cfdd9fefad93fb.tar.xz
org.eclipse.papyrus-1aa300a3f7fb200a3c25441061cfdd9fefad93fb.zip
458960: [releng][Developer] All dev plugins should be in the build
process https://bugs.eclipse.org/bugs/show_bug.cgi?id=458960 - Fix & include infra.emf.commandstack to the build
Diffstat (limited to 'features/papyrus-dev-features')
-rwxr-xr-xfeatures/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
index 0c85fe8f35f..37ff6ce50ad 100755
--- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
+++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
@@ -116,4 +116,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.infra.emf.commandstack"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top