Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-07-21 15:00:18 +0000
committerThomas Watson2013-07-21 15:00:18 +0000
commit2489e789252557a0ccc24f999e26ca4599fa8eba (patch)
treea1aca75c4da78173a91a5bc21f206b5b19b8f30e /bundles/org.eclipse.osgi.services
parent2d9f0da79b5fda166e19b0d4af79f638da3ff332 (diff)
downloadrt.equinox.framework-2489e789252557a0ccc24f999e26ca4599fa8eba.tar.gz
rt.equinox.framework-2489e789252557a0ccc24f999e26ca4599fa8eba.tar.xz
rt.equinox.framework-2489e789252557a0ccc24f999e26ca4599fa8eba.zip
Bug 411404 - Build from source for osgi.services and osgi.util bundles
- need to include '.' in bin.includes
Diffstat (limited to 'bundles/org.eclipse.osgi.services')
-rw-r--r--bundles/org.eclipse.osgi.services/build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.services/build.properties b/bundles/org.eclipse.osgi.services/build.properties
index 88dcd9445..0d841b7a6 100644
--- a/bundles/org.eclipse.osgi.services/build.properties
+++ b/bundles/org.eclipse.osgi.services/build.properties
@@ -11,6 +11,7 @@
bin.includes = plugin.properties,\
about.html,\
META-INF/,\
+ .,\
about_files/
src.includes = about.html,\
about_files/

Back to the top