Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties b/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
index 92731dbd197..ab4dcf66f72 100644
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
+++ b/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
@@ -3,5 +3,6 @@ output.. = target/classes/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- about.html
+ about.html,\
+ icons/
src.includes = about.html

Back to the top