Community
Participate
Working Groups
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
I suggest waiting until after M5 for this.
I have updated the map file to consume org.dojotoolkit_1.5.0.v201101262320 from orbit
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.
I guess this needs to be done directly on the master repo? Or can this be done locally and then pushed to the master?
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.
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.
OpenAjax has been removed, so this bug is now fixed.