Bug 361716 - Inject upstream update site URLs into BPMN2 Editor's update site
Summary: Inject upstream update site URLs into BPMN2 Editor's update site
Status: CLOSED FIXED
Alias: None
Product: BPMN2Modeler
Classification: SOA
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Robert Brodt CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2011-10-21 20:08 EDT by Nick Boldt CLA
Modified: 2011-10-24 14:24 EDT (History)
0 users

See Also:
bbrodt: iplog+


Attachments
two new files and one edited pom.xml (2.58 KB, application/zip)
2011-10-21 20:08 EDT, Nick Boldt CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Boldt CLA 2011-10-21 20:08:19 EDT
Created attachment 205762 [details]
two new files and one edited pom.xml

Installing BPMN2 Editor is tricky as there are a number of upstream dependencies. 

You can provide instructions to people or use associate sites xml files, or insert <discovery> URLs into your feature.xml, but a p2 metadata solution is better because the sites are added in an enabled state, requiring that users not then find and enable them.

Attached is a zip w/ an ant script you can call from your update site's pom.xml which injects some p2 properties into your content.xml and repacks it.
Comment 1 Robert Brodt CLA 2011-10-24 13:18:12 EDT
Fixed - thanks Nick!
Comment 2 Robert Brodt CLA 2011-10-24 14:24:49 EDT
Patch contributed by nboldt@redhat.com