product.configuration 点击“Add按钮”并添加以下插件:

  • 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

添加完成后点击“Add Required Plug-ins”.

 

p2.inf

p2.inf的内容如下:
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);

注意:p2.inf这个文件必须和 xxx.product文件位于相同目录之下,否则,导出产品的菜单“Window” > "Preferences" > "Install/Update"节点对应的页面中,就不会包含我们在p2.inf中所设置的软件站点(http${#58}//127.0.0.1:8080/repository).

 

相关文章:

  • 2022-02-03
  • 2022-01-19
  • 2021-11-27
  • 2021-08-10
  • 2021-08-21
  • 2021-11-28
  • 2021-12-01
  • 2021-05-02
猜你喜欢
  • 2021-12-19
  • 2021-09-04
  • 2021-07-13
  • 2021-12-02
  • 2021-08-14
  • 2021-06-11
  • 2021-12-21
相关资源
相似解决方案