Bug 475764: [SysML 1.4] homogenize the name of plugins and project
Change-Id: Ib21206171adbe17a18c12e4d1aaff74601278ce1
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=475764
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
diff --git a/releng/p2/.project b/releng/p2/.project
new file mode 100644
index 0000000..4d3e50d
--- /dev/null
+++ b/releng/p2/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.sysml14.p2</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/releng/pom.xml b/releng/pom.xml
index 9a12c93..6a3bb41 100755
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -8,7 +8,7 @@
</parent>
<artifactId>org.eclipse.papyrus.sysml.releng</artifactId>
<packaging>pom</packaging>
- <name>org.eclipse.papyrus.sysml.releng</name>
+ <name>SysML Releng</name>
<description>This plug-in contains the different modules relatives to the releng of SysML 1.4</description>
<modules>
<module>org.eclipse.papyrus.sysml14.feature</module>
diff --git a/table/pom.xml b/table/pom.xml
index 5ebbf38..638c1c8 100755
--- a/table/pom.xml
+++ b/table/pom.xml
@@ -8,7 +8,7 @@
</parent>
<artifactId>org.eclipse.papyrus.sysml.table</artifactId>
<packaging>pom</packaging>
- <name>org.eclipse.papyrus.sysml.table</name>
+ <name>SysML Table</name>
<description>This plug-in contains the different modules relatives to the table used in SysML 1.4</description>
<modules>
<module>org.eclipse.papyrus.sysml14.nattable.common</module>
diff --git a/ui/pom.xml b/ui/pom.xml
index ff59d1c..f71ba6a 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -8,7 +8,7 @@
</parent>
<artifactId>org.eclipse.papyrus.sysml.ui</artifactId>
<packaging>pom</packaging>
- <name>org.eclipse.papyrus.sysml.ui</name>
+ <name>SysML UI</name>
<description>This plug-in contains the different modules relatives to the user interface in Eclipse of SysML 1.4</description>
<modules>