Skip to content

Commit

Permalink
set default workspace/perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 committed Jan 16, 2021
1 parent d20cca9 commit df9f39d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
3 changes: 2 additions & 1 deletion bundles/gdlde/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source.. = src/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/
icons/,\
plugin_customization.ini
15 changes: 4 additions & 11 deletions bundles/gdlde/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,10 @@
</extension>
-->
<extension id="product" point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.ui.ide.workbench"
name="GDL Workbench">
<property
name="appName"
value="GDL Workbench">
</property>
<property
name="aboutText"
value="GDL workbench">
</property>
<product application="org.eclipse.ui.ide.workbench" name="GDL Workbench">
<property name="appName" value="GDL Workbench"/>
<property name="aboutText" value="GDL workbench"/>
<property name="preferenceCustomization" value="plugin_customization.ini"/>
</product>
</extension>
<extension point="org.eclipse.ui.commands">
Expand Down
1 change: 1 addition & 0 deletions bundles/gdlde/plugin_customization.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.eclipse.ui/defaultPerspectiveId=gdlde.gdlperspective
2 changes: 2 additions & 0 deletions product/gdlde.product
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<property name="osgi.instance.area.default" value="@user.home/GDLWorkspace"/>
<property name="osgi.configuration.area" value="@user.home/.gdl/gdlworkbench-config"/>
</configurations>

<preferencesInfo>
Expand Down

0 comments on commit df9f39d

Please sign in to comment.