Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2005-06-13 17:54:30 +0000
committerDJ Houghton2005-06-13 17:54:30 +0000
commit2cc143bebc3042d8545f4b16455f0f63b9aa3ca6 (patch)
tree5ca88f19e03e495620c05e050f91be38142774b3 /bundles/org.eclipse.osgi/build.properties
parent51a860c3715e5e8cfb56e5545af015af04533251 (diff)
downloadrt.equinox.framework-2cc143bebc3042d8545f4b16455f0f63b9aa3ca6.tar.gz
rt.equinox.framework-2cc143bebc3042d8545f4b16455f0f63b9aa3ca6.tar.xz
rt.equinox.framework-2cc143bebc3042d8545f4b16455f0f63b9aa3ca6.zip
Initial release of the component.xml file.
Diffstat (limited to 'bundles/org.eclipse.osgi/build.properties')
-rw-r--r--bundles/org.eclipse.osgi/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties
index d82b29e6b..b64742ee7 100644
--- a/bundles/org.eclipse.osgi/build.properties
+++ b/bundles/org.eclipse.osgi/build.properties
@@ -17,5 +17,6 @@ bin.includes = .options,\
META-INF/,\
systembundle.properties,\
*.profile
-src.includes=about.html
+src.includes = about.html,\
+ component.xml
source.. = osgi/src, core/adaptor/, core/framework/, resolver/src/, defaultAdaptor/src/, eclipseAdaptor/src/, console/src/

Back to the top