Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EPP/Obsolete/Wizard/Incoming links"

(New page: The EPP P2 wizard supports incoming links with preselected Features/IUs If the wizard is hosted at http://example.com/p2wizard a parameter "featureid" can be added to specify the selected...)
 
(featureid -> eclipse.p2.roots)
Line 1: Line 1:
 
The EPP P2 wizard supports incoming links with preselected Features/IUs
 
The EPP P2 wizard supports incoming links with preselected Features/IUs
  
If the wizard is hosted at http://example.com/p2wizard a parameter "featureid" can be added to specify the selected Features by ID in a comma-separated list, e.g.
+
If the wizard is hosted at http://example.com/p2wizard a parameter "eclipse.p2.roots" can be added to specify the selected IUs by ID in a comma-separated list, e.g.
  
http://example.com/p2wizard?featureid=epp.java,epp.cdt
+
http://example.com/p2wizard?eclipse.p2.roots=epp.java,epp.cpp
  
 
This can be used to make popular configurations easily accessible.
 
This can be used to make popular configurations easily accessible.

Revision as of 04:59, 19 September 2008

The EPP P2 wizard supports incoming links with preselected Features/IUs

If the wizard is hosted at http://example.com/p2wizard a parameter "eclipse.p2.roots" can be added to specify the selected IUs by ID in a comma-separated list, e.g.

http://example.com/p2wizard?eclipse.p2.roots=epp.java,epp.cpp

This can be used to make popular configurations easily accessible.

Back to the top