Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff McAffer2003-12-07 23:17:17 +0000
committerJeff McAffer2003-12-07 23:17:17 +0000
commitdbeff0b574b55d7692c901cf14ec2b2c302a162e (patch)
tree36ce089ef1eb35fb3eb24dd4284085dceab730ef
parentebaa56fb63130c264ac9227453df5abbf46b856b (diff)
downloadrt.equinox.framework-dbeff0b574b55d7692c901cf14ec2b2c302a162e.tar.gz
rt.equinox.framework-dbeff0b574b55d7692c901cf14ec2b2c302a162e.tar.xz
rt.equinox.framework-dbeff0b574b55d7692c901cf14ec2b2c302a162e.zip
export the eclipseAdaptor.jar since it now contains the environment service definition
-rw-r--r--bundles/org.eclipse.osgi/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/plugin.xml b/bundles/org.eclipse.osgi/plugin.xml
index b7b1472cb..51b2163a1 100644
--- a/bundles/org.eclipse.osgi/plugin.xml
+++ b/bundles/org.eclipse.osgi/plugin.xml
@@ -17,6 +17,7 @@
<library name="defaultAdaptor.jar">
</library>
<library name="eclipseAdaptor.jar">
+ <export name="*"/>
</library>
<library name="console.jar">
</library>

Back to the top