blob: eb0d0c24da3c443809851ec94c6593e636163b21 [file] [log] [blame]
david_williams5ea8dd22009-05-26 06:24:41 +00001# 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)
8aboutText=%blurb
9
10# Property "featureImage" contains path to feature image (32x32)
ndaibccbb182009-06-03 12:48:18 +000011featureImage=javaee-ide_icon_x32.gif
david_williams5ea8dd22009-05-26 06:24:41 +000012
13# Property "windowImage" contains path to window icon (16x16)
14# needed for primary features only
ndaibccbb182009-06-03 12:48:18 +000015windowImage=javaee-ide_icon_x16.gif
david_williams5ea8dd22009-05-26 06:24:41 +000016
17# Property "aboutImage" contains path to product image (500x330 or 115x164)
18# needed for primary features only
ndaibccbb182009-06-03 12:48:18 +000019aboutImage=gears.gif
david_williams5ea8dd22009-05-26 06:24:41 +000020
21# Property "appName" contains name of the application (translated)
22# needed for primary features only
23appName=Eclipse
24
25# Property "welcomePage" contains path to welcome page (special XML-based format)
26# optional
27welcomPage=org.eclipse.wtp.jee.intro\introContent.xml
28
29# Property "welcomePerspective" contains the id of the perspective in which the
30# welcome page is to be opened.
31# optional
32welcomePerspective=org.eclipse.wtp.jee.intro