Product.configuration Click on the "Add button" and add the following plugins:
- Org.eclipse.equinox.p2.ui
- Org.eclipse.equinox.p2.ui.sdk
- Org.eclipse.equinox.p2.ui.sdk.scheduler
- Org.eclipse.equinox.p2.transport.ecf
- Org.eclipse.equinox.p2.touchpoint.natives
- Org.eclipse.equinox.p2.garbagecollector
- Org.eclipse.equinox.p2.touchpoint.eclipse
- Org.eclipse.equinox.ds
- Org.eclipse.equinox.event
- Org.eclipse.equinox.frameworkadmin.equinox
- Org.eclipse.equinox.frameworkadmin
- Org.eclipse.equinox.simpleconfigurator.manipulator
- Org.eclipse.equinox.util
Click "Add Required plug-ins" When you are finished adding.
P2.inf
The contents of P2.inf are as follows:
Instructions.configure=\
Addrepository (type:0,location:http${#58}//127.0.0.1:8080/repository);
Addrepository (type:1,location:http${#58}//127.0.0.1:8080/repository);
Note: P2.inf This file must be located in the same directory as the Xxx.product file, otherwise, export the Product's menu "window" > "Preferences" > "install/update" node corresponding to the page, Will not contain the software site (http${#58}//127.0.0.1:8080/repository) that we set up in P2.inf.
Study of Equinox P2