Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 265705 - Could the GEF-Update-(3.5.0).zip be a p2 repo as well
Summary: Could the GEF-Update-(3.5.0).zip be a p2 repo as well
Status: RESOLVED DUPLICATE of bug 265704
Alias: None
Product: GEF
Classification: Tools
Component: RelEng (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Boldt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 264868
  Show dependency tree
 
Reported: 2009-02-20 15:35 EST by Paul Webster CLA
Modified: 2009-02-23 10:56 EST (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 Paul Webster CLA 2009-02-20 15:35:51 EST
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
Comment 1 Anthony Hunter CLA 2009-02-23 09:59:16 EST
Nick, can we do this.

I assume Paul created Bugzillas for all the projects.
Comment 2 Nick Boldt CLA 2009-02-23 10:42:44 EST
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 ***
Comment 3 Paul Webster CLA 2009-02-23 10:56:25 EST
Cool (that explains why the update sites already have the same icon :-)

PW