Skip to content

Commit

Permalink
Update of product to leverage the include dependencies automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Nov 10, 2023
1 parent cdc95e3 commit f3baa0b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions com.vogella.ide.product/ide.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Custom IDE" uid="ide" id="com.vogella.ide.first.customide2" application="org.eclipse.ui.ide.workbench" version="1.0.0" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Custom IDE" uid="ide" id="com.vogella.ide.first.customide" application="org.eclipse.ui.ide.workbench" version="1.0.0" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">

<configIni use="default">
</configIni>
Expand All @@ -21,26 +21,11 @@
</vm>

<plugins>
<plugin id="org.eclipse.ui.genericeditor"/>
<plugin id="vpms"/>
</plugins>

<features>
<feature id="com.vogella.ide.feature" installMode="root"/>
<feature id="org.eclipse.platform" installMode="root"/>
<feature id="org.eclipse.emf.ecore" installMode="root"/>
<feature id="org.eclipse.equinox.p2.user.ui" installMode="root"/>
<feature id="org.eclipse.help" installMode="root"/>
<feature id="org.eclipse.equinox.p2.extras.feature" installMode="root"/>
<feature id="org.eclipse.rcp" installMode="root"/>
<feature id="org.eclipse.emf.common" installMode="root"/>
<feature id="org.eclipse.equinox.p2.core.feature" installMode="root"/>
<feature id="org.eclipse.ecf.core.feature" installMode="root"/>
<feature id="org.eclipse.equinox.p2.rcp.feature" installMode="root"/>
<feature id="org.eclipse.ecf.filetransfer.feature" installMode="root"/>
<feature id="org.eclipse.ecf.core.ssl.feature" installMode="root"/>
<feature id="org.eclipse.ecf.filetransfer.ssl.feature" installMode="root"/>
<feature id="org.eclipse.e4.rcp" installMode="root"/>
</features>

<configurations>
Expand Down

0 comments on commit f3baa0b

Please sign in to comment.