Skip to content

Commit

Permalink
include new modules required by p2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsontom committed Jun 15, 2020
1 parent 627fc18 commit 56a9f65
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
2 changes: 1 addition & 1 deletion releng/org.eclipse.fx.target.ext.releng/pom.xml
Expand Up @@ -56,7 +56,7 @@
<repository>
<id>xpand</id>
<layout>p2</layout>
<url>http://download.eclipse.org/modeling/tmf/xtext/updates/releases/xpand</url>
<url>https://download.eclipse.org/modeling/m2t/xpand/updates/</url>
</repository>
<repository>
<id>emf</id>
Expand Down
63 changes: 63 additions & 0 deletions releng/runtime/org.eclipse.fx.target.ext.feature/feature.xml
Expand Up @@ -1535,6 +1535,22 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ecf.provider.filetransfer.httpclient45.win32"
os="win32"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source"
os="win32"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ecf.provider.filetransfer.source"
download-size="0"
Expand Down Expand Up @@ -1930,13 +1946,43 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.httpcomponents.httpclient"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.httpcomponents.httpclient.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.httpcomponents.httpclient.win"
os="win32"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.httpcomponents.httpclient.win.source"
os="win32"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.httpcomponents.httpcore"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.httpcomponents.httpcore.source"
download-size="0"
Expand Down Expand Up @@ -1972,4 +2018,21 @@
version="0.0.0"
unpack="false"/>

<plugin
id="com.sun.jna"
os="win32"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.sun.jna.platform"
os="win32"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>


</feature>

0 comments on commit 56a9f65

Please sign in to comment.