Skip to content

Commit

Permalink
Using a mixed product instead only one for features
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Nov 10, 2023
1 parent 809144c commit cdc95e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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="features" includeLaunchers="true" autoIncludeRequirements="true">
<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">

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

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

<features>
Expand Down

0 comments on commit cdc95e3

Please sign in to comment.