Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cadavid2016-01-10 12:29:30 +0000
committerJuan Cadavid2016-01-12 16:02:42 +0000
commitd2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a (patch)
tree96626969efdfb3cf755fae6806c6a79984c96fa0 /extraplugins/bpmn
parentba62234c9f837b505785e8f220652cd26bb38da5 (diff)
downloadorg.eclipse.papyrus-d2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a.tar.gz
org.eclipse.papyrus-d2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a.tar.xz
org.eclipse.papyrus-d2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a.zip
[BPMN] Include collaboration diagram plugin in feature and build and
about.html in src build Change-Id: Ie343537d76632c0507ae60b1e66f0052aa4615d1 Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins/bpmn')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/build.properties1
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml2
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/build.properties1
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/build.properties1
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/build.properties1
5 files changed, 5 insertions, 1 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/build.properties b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/build.properties
index 46e3e406654..fed474f603d 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/build.properties
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/build.properties
@@ -6,4 +6,5 @@ bin.includes = META-INF/,\
model/,\
about.html,\
OSGI-INF/
+src.includes = about.html
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml
index a31bb5abe11..58ad6d44895 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml
@@ -7,7 +7,7 @@
<version>1.2.0-SNAPSHOT</version>
<relativePath>../../../releng/extra</relativePath>
</parent>
- <artifactId>org.eclipse.papyrus.bpmn.diagram.process</artifactId>
+ <artifactId>org.eclipse.papyrus.bpmn.diagram.collaboration</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/build.properties b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/build.properties
index b8d032f4f91..246bd2e2442 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/build.properties
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/build.properties
@@ -7,4 +7,5 @@ bin.includes = META-INF/,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/,\
about.html
+src.includes = about.html
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/build.properties b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/build.properties
index 8dc0c095f75..3686139a404 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/build.properties
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/build.properties
@@ -7,3 +7,4 @@ bin.includes = META-INF/,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/,\
about.html
+src.includes = about.html
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/build.properties b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/build.properties
index 14542c3d3d4..79ad18952b7 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/build.properties
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/build.properties
@@ -10,3 +10,4 @@ bin.includes = META-INF/,\
build.properties,\
about.html,\
pom.xml
+src.includes = about.html

Back to the top