source: trunk/src/plugins/org.eclipse.platform/install.ini

Last change on this file was 164, checked in by lpino, 16 years ago
  • Property svn:eol-style set to native
File size: 619 bytes
Line 
1# install.ini
2# java.io.Properties file (ISO 8859-1 with "\" escapes)
3# This file does not need to be translated.
4
5# Required property "feature.default.id" contains id of the primary feature
6# (the primary feature controls product branding, splash screens, and plug-in
7# customization)
8feature.default.id=org.eclipse.platform
9
10# Required property "feature.default.application" contains id of the core
11# application that gets control on startup. For products with a UI, this
12# is always org.eclipse.ui.workbench; for "headless" products, this is
13# product-specific.
14feature.default.application=org.eclipse.ui.workbench
Note: See TracBrowser for help on using the repository browser.