diff options
author | Camille Letavernier | 2015-02-02 15:33:46 +0000 |
---|---|---|
committer | Camille Letavernier | 2015-02-02 15:33:46 +0000 |
commit | 1aa300a3f7fb200a3c25441061cfdd9fefad93fb (patch) | |
tree | 9d4e595b29beac0a3bb8f9c02ccfad2e670ac139 | |
parent | 9b60853d9b65cdcfd1330ea91e44e0ea2eaf819a (diff) | |
download | org.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
-rwxr-xr-x | features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml | 7 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.classpath (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/.classpath) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.project (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/.project) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.settings/org.eclipse.jdt.core.prefs (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/.settings/org.eclipse.jdt.core.prefs) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.settings/org.eclipse.jdt.ui.prefs (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/.settings/org.eclipse.jdt.ui.prefs) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/META-INF/MANIFEST.MF) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/about.html (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/about.html) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/build.properties (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/build.properties) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/icons/stack.gif (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/icons/stack.gif) | bin | 575 -> 575 bytes | |||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.properties) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/pom.xml (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/pom.xml) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/Activator.java (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/Activator.java) | 0 | ||||
-rw-r--r-- | plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java (renamed from plugins/developer/org.eclipse.papyrus.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java) | 0 | ||||
-rw-r--r-- | releng/top-pom-dev.xml | 2 |
15 files changed, 8 insertions, 1 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> diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.classpath b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.classpath index 64c5e31b7a2..64c5e31b7a2 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.classpath +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.classpath diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.project b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.project index d305eea197c..d305eea197c 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.project +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.project diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.settings/org.eclipse.jdt.core.prefs b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.settings/org.eclipse.jdt.core.prefs index c585cc455ae..c585cc455ae 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.settings/org.eclipse.jdt.core.prefs +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.settings/org.eclipse.jdt.core.prefs diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.settings/org.eclipse.jdt.ui.prefs b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.settings/org.eclipse.jdt.ui.prefs index 954281dbc31..954281dbc31 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/.settings/org.eclipse.jdt.ui.prefs +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/.settings/org.eclipse.jdt.ui.prefs diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/META-INF/MANIFEST.MF b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF index 0edee1616af..0edee1616af 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/META-INF/MANIFEST.MF +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/about.html b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/about.html index d35d5aed64c..d35d5aed64c 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/about.html +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/about.html diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/build.properties b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/build.properties index 69d0f2e3ef2..69d0f2e3ef2 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/build.properties +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/build.properties diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/icons/stack.gif b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/icons/stack.gif Binary files differindex 3d49e781ea1..3d49e781ea1 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/icons/stack.gif +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/icons/stack.gif diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.properties b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties index 04e571f6f13..04e571f6f13 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.properties +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml index 2a1e8e4a703..2a1e8e4a703 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/pom.xml b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/pom.xml index f279f4e01b1..f279f4e01b1 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/pom.xml +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/pom.xml diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/Activator.java b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/Activator.java index 309d259bfd6..309d259bfd6 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/Activator.java +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/Activator.java diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java index 093c1a345a9..093c1a345a9 100644 --- a/plugins/developer/org.eclipse.papyrus.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java +++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java diff --git a/releng/top-pom-dev.xml b/releng/top-pom-dev.xml index b89086ce51a..044fa374995 100644 --- a/releng/top-pom-dev.xml +++ b/releng/top-pom-dev.xml @@ -22,7 +22,7 @@ <module>../plugins/developer/org.eclipse.papyrus.gmf.editpoliciesstates</module> <module>../plugins/developer/org.eclipse.papyrus.gmf.figureview</module> <module>../plugins/developer/org.eclipse.papyrus.gmfgenextension</module> - <!-- <module>../plugins/developer/org.eclipse.papyrus.infra.emf.commandstack</module>--> + <module>../plugins/developer/org.eclipse.papyrus.infra.emf.commandstack</module> <module>../plugins/developer/org.eclipse.papyrus.infra.extendedtypes.elementtypeview</module> <module>../plugins/developer/org.eclipse.papyrus.mwe2.utils</module> <module>../plugins/developer/org.eclipse.papyrus.releng.tools</module> |