Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2018-02-25 14:40:08 +0000
committerVincent Lorenzo2018-04-10 12:05:56 +0000
commit88b6509bbd8f5626c12106f63a920613cdbb0a21 (patch)
tree1b100c65f02eaa2015c1ee0563e3307f07910e9e /features
parent7be80618c31a8f0f6a0cb4f79eca30f00616933c (diff)
downloadorg.eclipse.papyrus-88b6509bbd8f5626c12106f63a920613cdbb0a21.tar.gz
org.eclipse.papyrus-88b6509bbd8f5626c12106f63a920613cdbb0a21.tar.xz
org.eclipse.papyrus-88b6509bbd8f5626c12106f63a920613cdbb0a21.zip
Bug 531643: [Table] Remove all table files creation from the Papyrus New Wizard, excepted NattableConfiguration file
- Edit the genmodel, setting generate editor and generate wizard to false for all EPackage, excepted nattableconfiguration package - Remove all customs editors - Remove the tests plugins org.eclipse.papyrus.infra.nattable.model.editor.test - Create a NattableConfigurationResource with the same options than the removed custom editors - Change path contribution for the NattableConfiguration wizard - Set nice icons for the NattableConfiguration wizban and the NattableConfiguration resource Change-Id: I6384e45036a35fe026fcdf2aa65b63d49177159b Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/feature.xml9
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml2
2 files changed, 2 insertions, 9 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/feature.xml
index c4e44de5c56..52c8ff20780 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.papyrus.tests.infra.nattable.feature"
label="Infra Nattable Test Feature"
- version="1.3.0.qualifier"
+ version="1.4.0.qualifier"
provider-name="Eclipse Modeling Project">
<description url="https://eclipse.org/papyrus/">
@@ -23,13 +23,6 @@ http://www.eclipse.org/legal/epl-v10.html
</license>
<plugin
- id="org.eclipse.papyrus.infra.nattable.model.editor.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.papyrus.infra.nattable.tests"
download-size="0"
install-size="0"
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml
index 337a52ecd20..e9ce10f3093 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml
@@ -8,6 +8,6 @@
</parent>
<groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.tests.infra.nattable.feature</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project> \ No newline at end of file

Back to the top