Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseCon 2010 p2 tutorial"

m
m
Line 1: Line 1:
<strong>Build specific suggestions</strong> 
+
'''Build specific suggestions'''
  
*Product based builds with p2
+
*Product based builds with p2  
*Using repository tools such as the slicer, repo2runnable and mirror to build smaller components from existing repositories
+
*Using repository tools such as the slicer, repo2runnable and mirror to build smaller components from existing repositories  
 
*process.p2.repo  
 
*process.p2.repo  
*comparator
+
*comparator  
*remove.iu
+
*remove.iu  
*Building composite repositories
+
*Building composite repositories  
*Repository management
+
*Repository management  
*Using the publisher
+
*Using the publisher  
*Assembling product out of pre-existing components (no compiling)
+
*Assembling product out of pre-existing components (no compiling)  
*Overview of pde build process to create metadata for product builds
+
*Overview of pde build process to create metadata for product builds  
**setting start levels
+
**setting start levels  
**specifying launchers
+
**specifying launchers  
 
**configuration properties
 
**configuration properties
  
<strong>P2 focus</strong>
 
  
Some of the ideas we have are p2 for RCP developers (everything you need to
+
'''P2 focus'''
know to make use of p2 in RCP -- including at build + packaging time, at
+
run-time, to provide self updating apps, etc...).
+
  
We could also do something similar for OSGi developers. (Obviously things
+
p2 for RCP developers (everything you need to know to make use of p2 in RCP -- including at build + packaging time, at run-time, to provide self updating apps, etc...).
are very similar, but we would have to pick an example and focus on it
+
*something similar for OSGi developers. (Obviously things are very similar, but we would have to pick an example and focus on it during the tutorial).
during the tutorial).
+
  
[[Category:Equinox p2|Equinox p2]]
+
 
 +
 
 +
[[Category:Equinox_p2|Equinox p2]]

Revision as of 18:41, 7 January 2010

Build specific suggestions

  • Product based builds with p2
  • Using repository tools such as the slicer, repo2runnable and mirror to build smaller components from existing repositories
  • process.p2.repo
  • comparator
  • remove.iu
  • Building composite repositories
  • Repository management
  • Using the publisher
  • Assembling product out of pre-existing components (no compiling)
  • Overview of pde build process to create metadata for product builds
    • setting start levels
    • specifying launchers
    • configuration properties


P2 focus

p2 for RCP developers (everything you need to know to make use of p2 in RCP -- including at build + packaging time, at run-time, to provide self updating apps, etc...).

  • something similar for OSGi developers. (Obviously things are very similar, but we would have to pick an example and focus on it during the tutorial).

Back to the top