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)
|
---|
8 | feature.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.
|
---|
14 | feature.default.application=org.eclipse.ui.workbench
|
---|
Note:
See
TracBrowser
for help on using the repository browser.