Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2006-07-06 20:59:29 +0000
committerThomas Watson2006-07-06 20:59:29 +0000
commit65b2aa4aaf04b6474cfc9f70f4aa81fffd1645d7 (patch)
tree9aae4ae34b6792e1427c9e7730547981f883bec1 /bundles/org.eclipse.equinox.http/build.properties
parent2ed7556fd5df2b9751851a4bf217e486a4e6a437 (diff)
downloadrt.equinox.bundles-65b2aa4aaf04b6474cfc9f70f4aa81fffd1645d7.tar.gz
rt.equinox.bundles-65b2aa4aaf04b6474cfc9f70f4aa81fffd1645d7.tar.xz
rt.equinox.bundles-65b2aa4aaf04b6474cfc9f70f4aa81fffd1645d7.zip
Bug 149887 HTTPService build.props doesn't export OSGI-INF
Diffstat (limited to 'bundles/org.eclipse.equinox.http/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.http/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http/build.properties b/bundles/org.eclipse.equinox.http/build.properties
index 873261924..e0ff5d79f 100644
--- a/bundles/org.eclipse.equinox.http/build.properties
+++ b/bundles/org.eclipse.equinox.http/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