[522329] Correct maven warnings in BPMN2-Modeler build
Change-Id: I95d107a07858dc74a5ff56d7b3d607e45c33f2f4
Signed-off-by: Paul Leacu <pleacu@redhat.com>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.classpath b/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.classpath
index ad32c83..c72d35a 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.classpath
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.classpath
@@ -3,5 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.project b/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.project
index 5ba175c..d12502d 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.project
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/.project
@@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/pom.xml b/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/pom.xml
index 32ecdb7..2c58601 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/pom.xml
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.customtask/pom.xml
@@ -18,9 +18,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.examples.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.examples.customtask</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Example Plug-in: EMF Model</name>
<description>BPMN2 Modeler Runtime Example Plug-in using EMF extension model</description>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.classpath b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.classpath
index 098194c..46cec6e 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.classpath
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.project b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.project
index 3d9470d..45e6572 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.project
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/.project
@@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/build.properties b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/build.properties
index 34d2e4d..24afcc3 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/build.properties
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/build.properties
@@ -1,4 +1,6 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.properties, \
+ plugin.xml
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/pom.xml b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/pom.xml
index 7b2fb76..75042df 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/pom.xml
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.datatypes/pom.xml
@@ -18,9 +18,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.examples.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.examples.datatypes</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Example Plug-in: Data Types</name>
<description>BPMN2 Modeler Runtime Example Plug-in demonstrating custom EMF Data Types</description>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.classpath b/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.classpath
index ad32c83..c72d35a 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.classpath
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.classpath
@@ -3,5 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.project b/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.project
index 3c9a900..ee9fa3f 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.project
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/.project
@@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/pom.xml b/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/pom.xml
index c748cfe..24b7e43 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/pom.xml
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.dynamic/pom.xml
@@ -18,9 +18,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.examples.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.examples.dynamic</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Example Plug-in: Dynamic Model</name>
<description>BPMN2 Modeler Runtime Example Plug-in using dynamic model extensions</description>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.classpath b/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.classpath
index 098194c..46cec6e 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.classpath
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.project b/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.project
index 811e2e3..dbb9230 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.project
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/.project
@@ -25,8 +25,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
diff --git a/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/pom.xml b/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/pom.xml
index eea4876..ebd1da1 100644
--- a/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/pom.xml
+++ b/examples/plugins/org.eclipse.bpmn2.modeler.examples.modelreader/pom.xml
@@ -21,9 +21,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.examples.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.examples.modelreader</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Example Plug-in: Java Model Loader</name>
<description>BPMN2 Model Loader in Java</description>
diff --git a/examples/plugins/pom.xml b/examples/plugins/pom.xml
index 583342f..af3da3d 100644
--- a/examples/plugins/pom.xml
+++ b/examples/plugins/pom.xml
@@ -25,7 +25,6 @@
<artifactId>org.eclipse.bpmn2.modeler.examples.plugins.parent</artifactId>
<name>BPMN2 Modeler Examples: Plugins Parent</name>
<description>BPMN2 Modeler Example Plug-ins</description>
- <version>1.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index 32b3e00..31b07e2 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -25,7 +25,6 @@
<artifactId>org.eclipse.bpmn2.modeler.examples.parent</artifactId>
<name>BPMN2 Modeler: Examples Parent</name>
<description>BPMN2 Modeler Example Plug-ins and Projects</description>
- <version>1.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/examples/projects/pom.xml b/examples/projects/pom.xml
index 5bd8f47..fe7a1aa 100644
--- a/examples/projects/pom.xml
+++ b/examples/projects/pom.xml
@@ -25,6 +25,5 @@
<artifactId>org.eclipse.bpmn2.modeler.examples.projects.modelreader</artifactId>
<name>BPMN2 Modeler Examples: Projects</name>
<description>BPMN2 Modeler Example Projects</description>
- <version>1.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
</project>
diff --git a/features/org.eclipse.bpmn2.modeler.examples/pom.xml b/features/org.eclipse.bpmn2.modeler.examples/pom.xml
index 5adc112..522a710 100644
--- a/features/org.eclipse.bpmn2.modeler.examples/pom.xml
+++ b/features/org.eclipse.bpmn2.modeler.examples/pom.xml
@@ -21,9 +21,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.features</groupId>
<artifactId>org.eclipse.bpmn2.modeler.examples</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>BPMN2 Modeler Feature: Examples</name>
<description>BPMN2 Modeler Examples Feature</description>
diff --git a/features/org.eclipse.bpmn2.modeler.runtime.jboss/pom.xml b/features/org.eclipse.bpmn2.modeler.runtime.jboss/pom.xml
index 10b2880..6265cac 100644
--- a/features/org.eclipse.bpmn2.modeler.runtime.jboss/pom.xml
+++ b/features/org.eclipse.bpmn2.modeler.runtime.jboss/pom.xml
@@ -18,9 +18,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.features</groupId>
<artifactId>org.eclipse.bpmn2.modeler.runtime.jboss</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>BPMN2 Modeler Feature: jBPM Runtime</name>
<description>BPMN2 Modeler JBoss jBPM Runtime Feature</description>
diff --git a/features/org.eclipse.bpmn2.modeler.updatesite/pom.xml b/features/org.eclipse.bpmn2.modeler.updatesite/pom.xml
index c56f971..9ce8efe 100644
--- a/features/org.eclipse.bpmn2.modeler.updatesite/pom.xml
+++ b/features/org.eclipse.bpmn2.modeler.updatesite/pom.xml
@@ -21,9 +21,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.features</groupId>
<artifactId>org.eclipse.bpmn2.modeler.updatesite</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<name>BPMN2 Modeler Feature: Update Site</name>
<description>BPMN2 Modeler Update SiteFeature</description>
@@ -71,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>${maven.antrun.plugin.version}</version>
+ <version>${maven.antrun.plugin.version}</version><!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<id>install</id>
diff --git a/features/org.eclipse.bpmn2.modeler/pom.xml b/features/org.eclipse.bpmn2.modeler/pom.xml
index 205df4e..5504a07 100644
--- a/features/org.eclipse.bpmn2.modeler/pom.xml
+++ b/features/org.eclipse.bpmn2.modeler/pom.xml
@@ -21,9 +21,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.features</groupId>
<artifactId>org.eclipse.bpmn2.modeler</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>BPMN2 Modeler Feature: Editor</name>
<description>BPMN2 Modeler Editor Feature</description>
diff --git a/plugins/org.eclipse.bpmn2.modeler.core/build.properties b/plugins/org.eclipse.bpmn2.modeler.core/build.properties
index fac5e74..1e80e43 100644
--- a/plugins/org.eclipse.bpmn2.modeler.core/build.properties
+++ b/plugins/org.eclipse.bpmn2.modeler.core/build.properties
@@ -16,7 +16,6 @@
icons/,\
schema/,\
about.html,\
- OSGI-INF/l10n/bundle.properties
-src.includes = schema/,\
- src/,\
- doc/
+ plugin.properties,\
+ OSGI-INF/
+src.includes = schema/
diff --git a/plugins/org.eclipse.bpmn2.modeler.core/pom.xml b/plugins/org.eclipse.bpmn2.modeler.core/pom.xml
index 100f09f..d3ecda2 100644
--- a/plugins/org.eclipse.bpmn2.modeler.core/pom.xml
+++ b/plugins/org.eclipse.bpmn2.modeler.core/pom.xml
@@ -21,9 +21,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.core</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Plugins: Core</name>
<description>Common Core functionality for BPMN2 Modeler</description>
diff --git a/plugins/org.eclipse.bpmn2.modeler.help/build.properties b/plugins/org.eclipse.bpmn2.modeler.help/build.properties
index c536a41..6cf775f 100644
--- a/plugins/org.eclipse.bpmn2.modeler.help/build.properties
+++ b/plugins/org.eclipse.bpmn2.modeler.help/build.properties
@@ -5,4 +5,5 @@
.,\
html/,\
*.xml,\
- about.html
+ about.html,\
+ plugin.properties
diff --git a/plugins/org.eclipse.bpmn2.modeler.help/pom.xml b/plugins/org.eclipse.bpmn2.modeler.help/pom.xml
index 8df570d..a5f63c4 100644
--- a/plugins/org.eclipse.bpmn2.modeler.help/pom.xml
+++ b/plugins/org.eclipse.bpmn2.modeler.help/pom.xml
@@ -18,9 +18,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.help</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Plugins: Help</name>
<description>Context Help for BPMN2 Modeler</description>
diff --git a/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/build.properties b/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/build.properties
index 6f6ac58..f23c660 100644
--- a/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/build.properties
+++ b/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/build.properties
@@ -18,9 +18,7 @@
about.html,\
plugin.properties,\
resources/
-src.includes = src/,\
- META-INF/,\
- about.html,\
+src.includes = about.html,\
model/,\
icons/,\
resources/
diff --git a/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/pom.xml b/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/pom.xml
index 8764bb4..963fb30 100644
--- a/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/pom.xml
+++ b/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm/pom.xml
@@ -18,9 +18,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.runtime.jboss.jbpm</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Plugins: jBPM Runtime</name>
<description>BPMN2 Modeler Runtime Specialization for JBoss jBPM</description>
diff --git a/plugins/org.eclipse.bpmn2.modeler.ui/build.properties b/plugins/org.eclipse.bpmn2.modeler.ui/build.properties
index 328dbb8..e9cc405 100644
--- a/plugins/org.eclipse.bpmn2.modeler.ui/build.properties
+++ b/plugins/org.eclipse.bpmn2.modeler.ui/build.properties
@@ -17,5 +17,4 @@
about.html,\
plugin.properties,\
.options
-src.includes = schema/,\
- src/
+src.includes = schema/
diff --git a/plugins/org.eclipse.bpmn2.modeler.ui/plugin.xml b/plugins/org.eclipse.bpmn2.modeler.ui/plugin.xml
index 01dfc04..310cf71 100644
--- a/plugins/org.eclipse.bpmn2.modeler.ui/plugin.xml
+++ b/plugins/org.eclipse.bpmn2.modeler.ui/plugin.xml
@@ -67,17 +67,17 @@
name="%PREFERENCE_PAGE_EDITOR"/>
<page
- category="org.eclipse.bpmn2.modeler.BPMN2/org.eclipse.bpmn2.modeler.Editor"
+ category="org.eclipse.bpmn2.modeler.Editor"
class="org.eclipse.bpmn2.modeler.ui.preferences.Bpmn2EditorAppearancePreferencePage"
id="org.eclipse.bpmn2.modeler.Appearance"
name="%PREFERENCE_PAGE_APPEARANCE"/>
<page
- category="org.eclipse.bpmn2.modeler.BPMN2/org.eclipse.bpmn2.modeler.Editor"
+ category="org.eclipse.bpmn2.modeler.Editor"
class="org.eclipse.bpmn2.modeler.ui.preferences.Bpmn2EditorBehaviorPreferencePage"
id="org.eclipse.bpmn2.modeler.Behavior"
name="%PREFERENCE_PAGE_BEHAVIOR"/>
<page
- category="org.eclipse.bpmn2.modeler.BPMN2/org.eclipse.bpmn2.modeler.Editor"
+ category="org.eclipse.bpmn2.modeler.Editor"
class="org.eclipse.bpmn2.modeler.ui.preferences.ToolProfilesPreferencePage"
id="org.eclipse.bpmn2.modeler.Profiles"
name="%PREFERENCE_PAGE_PROFILES"/>
diff --git a/plugins/org.eclipse.bpmn2.modeler.ui/pom.xml b/plugins/org.eclipse.bpmn2.modeler.ui/pom.xml
index 45fdfbb..036fe5f 100644
--- a/plugins/org.eclipse.bpmn2.modeler.ui/pom.xml
+++ b/plugins/org.eclipse.bpmn2.modeler.ui/pom.xml
@@ -21,9 +21,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.bpmn2.modeler.plugins</groupId>
<artifactId>org.eclipse.bpmn2.modeler.ui</artifactId>
- <version>1.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>BPMN2 Modeler Plugins: UI</name>
<description>Main UI for BPMN2 Modeler</description>