Skip to content

Commit

Permalink
Bug 361752 - Add new console bundles to RCP feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Moir committed Oct 25, 2011
1 parent 865f291 commit f420590
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
31 changes: 30 additions & 1 deletion features/org.eclipse.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.core.runtime.compatibility.auth"
download-size="0"
Expand Down Expand Up @@ -543,4 +543,33 @@
version="0.0.0"
fragment="true"/>

<plugin
id="org.eclipse.equinox.console"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>


<plugin
id="org.apache.felix.gogo.command"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.felix.gogo.runtime"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.felix.gogo.shell"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ eclipse_update_120.jpg,\
feature.xml,\
feature.properties

[email protected]=org.eclipse.rcp,[email protected];version=4.4.2.qualifier;unpack="false"
[email protected]=org.eclipse.rcp,[email protected];version=4.4.2.qualifier;unpack="false",\
[email protected];version=0.8.0.qualifier;unpack="false",\
[email protected];version=0.8.0.qualifier;unpack="false",\
[email protected];version=0.8.0.qualifier;unpack="false"
[email protected]=org.eclipse.equinox.p2.user.ui,\
[email protected],\
[email protected],\
Expand Down

0 comments on commit f420590

Please sign in to comment.