Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-05-02 09:43:56 +0000
committerAnsgar Radermacher2014-05-02 09:43:56 +0000
commit4e2de394d39a1bc837ec260337382ea2b93c449c (patch)
tree12b68cd5e79be255d7343b1feb10e02cbdf661f1 /extraplugins/eastadl
parent3665e018e8b58c8be12394d682ab75bca7bf9884 (diff)
downloadorg.eclipse.papyrus-4e2de394d39a1bc837ec260337382ea2b93c449c.tar.gz
org.eclipse.papyrus-4e2de394d39a1bc837ec260337382ea2b93c449c.tar.xz
org.eclipse.papyrus-4e2de394d39a1bc837ec260337382ea2b93c449c.zip
Bug 433584 [EAST-ADL] Switch to new EAST-ADL version 2.1.12: Fix build.properties
Diffstat (limited to 'extraplugins/eastadl')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties4
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties4
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties4
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties4
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties4
5 files changed, 15 insertions, 5 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties
index 3b8da69246c..88e0f74ea30 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties
@@ -4,4 +4,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
resources/,\
- icons/
+ icons/,\
+ about.html,\
+ plugin.properties
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties
index 2db856106c3..10b116bc17c 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties
@@ -4,4 +4,6 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/,\
plugin.xml,\
- icons/
+ icons/,\
+ about.html,\
+ plugin.properties
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties
index 9d19e40311a..dc3c90055ca 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties
@@ -3,4 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
- plugin.xml
+ plugin.xml,\
+ about.html,\
+ plugin.properties
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties
index 9d19e40311a..dc3c90055ca 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties
@@ -3,4 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
- plugin.xml
+ plugin.xml,\
+ about.html,\
+ plugin.properties
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties
index 6f20375d6c7..bfa98369607 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties
@@ -2,4 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ about.html,\
+ plugin.properties

Back to the top