Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2009-04-01 15:00:55 +0000
committerDJ Houghton2009-04-01 15:00:55 +0000
commit4e94f9a1b67e9deed5a778235c05893411b23035 (patch)
tree5973c2677261406bd5d0dc06b530844b1273194d
parent2a014d7ab22803a621caa89e0434d4a05028093d (diff)
downloadrt.equinox.p2-4e94f9a1b67e9deed5a778235c05893411b23035.tar.gz
rt.equinox.p2-4e94f9a1b67e9deed5a778235c05893411b23035.tar.xz
rt.equinox.p2-4e94f9a1b67e9deed5a778235c05893411b23035.zip
Bug 270758 - new p2.repository bundle is missing legal files
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/build.properties b/bundles/org.eclipse.equinox.p2.repository/build.properties
index 34d2e4d2d..cdd2db7f1 100644
--- a/bundles/org.eclipse.equinox.p2.repository/build.properties
+++ b/bundles/org.eclipse.equinox.p2.repository/build.properties
@@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html,\
+ plugin.properties
+src.includes = about.html

Back to the top