Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335574 - Consume bundles from orbit
Summary: Consume bundles from orbit
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: Andrew Niefer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 10:13 EST by Andrew Niefer CLA
Modified: 2011-09-01 11:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2011-01-27 10:13:54 EST
We are still getting the following bundles as binaries from our own git repo:

org.dojotoolkit
org.openajax
openid4java
nekohtml

When possible we should switch to getting them from orbit.


openid4java was renamed in orbit to org.openid4java, when consuming this bundle we need to change the references to it.
1) org.eclipse.orion.server.authentication.feature/feature.xml
2) org.eclipse.orion.server.authentication.openid/META-INF/MANIFEST.MF
3) authentiation.openid.core/META-INF/MANIFEST.MF
Comment 1 John Arthorne CLA 2011-01-27 10:15:18 EST
I suggest waiting until after M5 for this.
Comment 2 Andrew Niefer CLA 2011-03-03 15:52:55 EST
I have updated the map file to consume org.dojotoolkit_1.5.0.v201101262320 from orbit
Comment 3 Tomasz Zarna CLA 2011-03-17 13:38:56 EDT
When done we could consider removing these binaries from the repo to reduce its size, see http://progit.org/book/ch9-7.html#removing_objects.
Comment 4 Andrew Niefer CLA 2011-03-17 14:07:38 EDT
I guess this needs to be done directly on the master repo?  Or can this be done locally and then pushed to the master?
Comment 5 Tomasz Zarna CLA 2011-03-18 06:31:23 EDT
I haven't tried it myself, but I'm afraid only the former is possible i.e. modifying the master repo packfile directly. Additionally, I'm not sure what impact would it have on anyone already working on the repo, but reducing the size even for subsequent clones only sounds tempting to me.
Comment 6 Andrew Niefer CLA 2011-04-04 16:01:00 EDT
openid4java has been replaced by org.openid4java from orbit
nekohtml has been replaced by org.cyberneko.html from orbit

This required the following additional bundles, also taken from orbit:
javax.xml_1.3.4
org.apache.xerces_2.9.0
org.apache.xml.serializer_2.7.1
org.apache.xml.resolver_1.2.0

The only remaining bundle is org.openajax, which doesn't exist in orbit and will be going away eventually.
Comment 7 John Arthorne CLA 2011-06-06 09:02:39 EDT
OpenAjax has been removed, so this bug is now fixed.