Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-12-18 14:27:54 +0000
committerJohn Arthorne2012-12-18 14:27:54 +0000
commit3e796b8c9fe5f4765686f3b27b591900367e457d (patch)
tree3193b1f5ff97b661f0a32c94598c6157b9266510
parent1424766605815bbb6d9fdb9ddbde4f4b0dcae544 (diff)
downloadrt.equinox.p2-3e796b8c9fe5f4765686f3b27b591900367e457d.tar.gz
rt.equinox.p2-3e796b8c9fe5f4765686f3b27b591900367e457d.tar.xz
rt.equinox.p2-3e796b8c9fe5f4765686f3b27b591900367e457d.zip
Add missing about.html to publisher source bundlev20121218-142754
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/build.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/build.properties b/bundles/org.eclipse.equinox.p2.publisher/build.properties
index e4ae6a518..320f62786 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/build.properties
+++ b/bundles/org.eclipse.equinox.p2.publisher/build.properties
@@ -18,3 +18,6 @@ bin.includes = META-INF/,\
profiles/,\
plugin.properties
javacWarnings..=+unusedThrown
+src.includes = about.html,\
+ src/,\
+ META-INF/

Back to the top