我有一个基于插件的产品文件,使用:
- org.eclipse.fx.javafx
- org.eclipse.fx.osgi
我认为这些插件来自e(fx)clipse项目。
我正在尝试构建一个提供这些插件的目标文件(下一步将是 maven+tycho 构建)。我想我可以在这个 p2 更新网站上得到它们:
http://download.eclipse.org/efxclipse/updates-released/1.0.0/site
我的目标文件如下所示:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="my_target" sequenceNumber="1">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.fx.javafx" version="2.2.0.201408150502"/>
<unit id="org.eclipse.fx.osgi" version="1.0.0.201408150502"/>
<repository location="http://download.eclipse.org/efxclipse/updates-released/1.0.0/site"/>
</location>
</locations>
</target>
但我收到此错误:“无法找到可安装单元 org.eclipse.fx.javafx”。
如果我编辑位置,我可以选择以下项目之一:
我对每晚更新站点有相同的行为:
http://download.eclipse.org/efxclipse/updates-nightly/site