Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2006-07-06 21:01:46 +0000
committerThomas Watson2006-07-06 21:01:46 +0000
commitfa991b4b1436adf8f12a124326f7ddd883ef632a (patch)
treefa6626765e1fd8cbc4a8e9d7f802a4742c8bb47a /bundles/org.eclipse.equinox.log
parent65b2aa4aaf04b6474cfc9f70f4aa81fffd1645d7 (diff)
downloadrt.equinox.bundles-fa991b4b1436adf8f12a124326f7ddd883ef632a.tar.gz
rt.equinox.bundles-fa991b4b1436adf8f12a124326f7ddd883ef632a.tar.xz
rt.equinox.bundles-fa991b4b1436adf8f12a124326f7ddd883ef632a.zip
Bug 149889 LogService doesn't export OSGI-INF in build.props
Diffstat (limited to 'bundles/org.eclipse.equinox.log')
-rw-r--r--bundles/org.eclipse.equinox.log/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.log/build.properties b/bundles/org.eclipse.equinox.log/build.properties
index 873261924..e0ff5d79f 100644
--- a/bundles/org.eclipse.equinox.log/build.properties
+++ b/bundles/org.eclipse.equinox.log/build.properties
@@ -11,7 +11,8 @@
bin.includes = META-INF/,\
plugin*.properties,\
about.html,\
- .
+ .,\
+ OSGI-INF/
src.includes = about.html
source.. = src/
output.. = bin/

Back to the top