blob: 13bec8b9091d730dd90f9846b01c53e29ec5ee3e [file] [log] [blame]
david_williams37360702009-05-26 03:23:04 +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)
11featureImage=WTP_icon_x32_v2.png
12
13# Property "windowImage" contains path to window icon (16x16)
14# needed for primary features only
15windowImage=WTP_icon_x16_v2.png
16
17# Property "aboutImage" contains path to product image (500x330 or 115x164)
18# needed for primary features only
19aboutImage=about_gears.gif
20
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
david_williams5ea8dd22009-05-26 06:24:41 +000027welcomPage=org.eclipse.wtp.jee.intro\introContent.xml
david_williams37360702009-05-26 03:23:04 +000028
29# Property "welcomePerspective" contains the id of the perspective in which the
30# welcome page is to be opened.
31# optional
david_williams5ea8dd22009-05-26 06:24:41 +000032welcomePerspective=org.eclipse.wtp.jee.intro