Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] New Equinox bundles included in the N20060106-0010 build


The new Equinox bundles have been included in last night's build.  You can download each bundle at the following URL:

http://download.eclipse.org/eclipse/equinox/drops/N20060106-0010/

In case you don't know what the new bundles are here is a list (or see http://www.eclipse.org/equinox/bundles/):

org.eclipse.equinox.device_1.0.0.N20060106-0010.jar
org.eclipse.equinox.ds_1.0.0.N20060106-0010.jar
org.eclipse.equinox.event_1.0.0.N20060106-0010.jar
org.eclipse.equinox.http_1.0.0.N20060106-0010.jar
org.eclipse.equinox.log_1.0.0.N20060106-0010.jar
org.eclipse.equinox.metatype_1.0.0.N20060106-0010.jar
org.eclipse.equinox.useradmin_1.0.0.N20060106-0010.jar
org.eclipse.equinox.wireadmin_1.0.0.N20060106-0010.jar

Please note that these bundles inadvertently got included in the I20060105-0800 build of Equinox.  The build scripts were not ready for this I-Build which caused some compilation errors in the new Equinox bundles.  The first usable versions of these bundles is from the N20060106-0010 build.

Also note that the org.eclipse.equinox.http bundle requires that the javax.servlet.* packages be exported by another bundle.  Currently the only bundle in Eclipse which exports these packages is org.eclipse.tomcat.  A bug has been opened (https://bugs.eclipse.org/bugs/show_bug.cgi?id=121585) to investigate separating the servlet.jar from tomcat into a separate bundle which can be used by both org.eclipse.tomcat and org.eclipse.equinox.http.

Tom

Back to the top