Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/java/org.eclipse.papyrus.java.reverse/build.properties')
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.reverse/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/extraplugins/java/org.eclipse.papyrus.java.reverse/build.properties b/extraplugins/java/org.eclipse.papyrus.java.reverse/build.properties
index 6f20375d6c7..53b25c36e5b 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.reverse/build.properties
+++ b/extraplugins/java/org.eclipse.papyrus.java.reverse/build.properties
@@ -2,4 +2,8 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+src.includes = about.html,\
+ build.properties

Back to the top