david_williams | 3736070 | 2009-05-26 03:23:04 +0000 | [diff] [blame] | 1 | # about.ini |
| 2 | # contains information about a feature |
| 3 | # java.io.Properties file (ISO 8859-1 with "\" escapes) |
| 4 | # "%key" are externalized strings defined in about.properties |
| 5 | # This file does not need to be translated. |
| 6 | |
| 7 | # Property "aboutText" contains blurb for "About" dialog (translated) |
| 8 | aboutText=%blurb |
| 9 | |
| 10 | # Property "featureImage" contains path to feature image (32x32) |
ndai | bccbb18 | 2009-06-03 12:48:18 +0000 | [diff] [blame] | 11 | featureImage=javaee-ide_icon_x32.gif |
david_williams | 3736070 | 2009-05-26 03:23:04 +0000 | [diff] [blame] | 12 | |
| 13 | # Property "windowImage" contains path to window icon (16x16) |
| 14 | # needed for primary features only |
ndai | bccbb18 | 2009-06-03 12:48:18 +0000 | [diff] [blame] | 15 | windowImage=javaee-ide_icon_x16.gif |
david_williams | 3736070 | 2009-05-26 03:23:04 +0000 | [diff] [blame] | 16 | |
| 17 | # Property "aboutImage" contains path to product image (500x330 or 115x164) |
| 18 | # needed for primary features only |
ndai | bccbb18 | 2009-06-03 12:48:18 +0000 | [diff] [blame] | 19 | aboutImage=gears.gif |
david_williams | 3736070 | 2009-05-26 03:23:04 +0000 | [diff] [blame] | 20 | |
| 21 | # Property "appName" contains name of the application (translated) |
| 22 | # needed for primary features only |
| 23 | appName=Eclipse |
| 24 | |
| 25 | # Property "welcomePage" contains path to welcome page (special XML-based format) |
| 26 | # optional |
david_williams | 5ea8dd2 | 2009-05-26 06:24:41 +0000 | [diff] [blame] | 27 | welcomPage=org.eclipse.wtp.jee.intro\introContent.xml |
david_williams | 3736070 | 2009-05-26 03:23:04 +0000 | [diff] [blame] | 28 | |
| 29 | # Property "welcomePerspective" contains the id of the perspective in which the |
| 30 | # welcome page is to be opened. |
| 31 | # optional |
david_williams | 5ea8dd2 | 2009-05-26 06:24:41 +0000 | [diff] [blame] | 32 | welcomePerspective=org.eclipse.wtp.jee.intro |