Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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