我想使用Tycho插件将scala插件添加到platform.target。
我已经找到了scala更新站点的zip版本,但是找不到scala插件updateSite的在线版本。
我想做这样的事情
<location includeAllPlatforms="false" includeConfigurePhase="true"
includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.scala-lang.scala-library" version="0.0.0"/>
<repository location="http://download.scala-
ide.org/sdk/lithium/e47/scala212/dev/site">
</location>
我期望这将下载具有所有功能的scala插件,但并非如此