Community
Participate
Working Groups
I hand-crafted a repo of the 3.5M5a zip for e4 build consumption. Would it be possible to add an extra step when creating your update zip to add the p2 content and artifact metadata? My manual step after I unzipped: e3.5M4/eclipse/eclipse \ -noSplash \ -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \ -updateSite $(pwd)/ \ -site file:$(pwd)/site.xml \ -metadataRepository file:$(pwd)/ \ -metadataRepositoryName "GEF Update Site" \ -artifactRepository file:$(pwd)/ \ -artifactRepositoryName "GEF Artifacts" \ -compress \ -append \ -reusePack200Files \ -noDefaultIUs \ -vmargs -Xmx256m PW
Nick, can we do this. I assume Paul created Bugzillas for all the projects.
Paul, there's no need to open many bugs for this. It'll be a platform change in the common releng code shared between Modeling, GEF, and PDT. *** This bug has been marked as a duplicate of bug 265704 ***
Cool (that explains why the update sites already have the same icon :-) PW