Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.base/about.ini27
-rw-r--r--org.eclipse.help.base/about.mappings6
-rw-r--r--org.eclipse.help.base/about.properties24
-rw-r--r--org.eclipse.help.base/build.properties5
-rw-r--r--org.eclipse.help.base/eclipse32.gifbin0 -> 1669 bytes
-rw-r--r--org.eclipse.help.base/eclipse32.pngbin0 -> 4594 bytes
6 files changed, 62 insertions, 0 deletions
diff --git a/org.eclipse.help.base/about.ini b/org.eclipse.help.base/about.ini
new file mode 100644
index 000000000..76a035608
--- /dev/null
+++ b/org.eclipse.help.base/about.ini
@@ -0,0 +1,27 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page
+# optional
diff --git a/org.eclipse.help.base/about.mappings b/org.eclipse.help.base/about.mappings
new file mode 100644
index 000000000..bddaab431
--- /dev/null
+++ b/org.eclipse.help.base/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@ \ No newline at end of file
diff --git a/org.eclipse.help.base/about.properties b/org.eclipse.help.base/about.properties
new file mode 100644
index 000000000..0598432d7
--- /dev/null
+++ b/org.eclipse.help.base/about.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+blurb=Eclipse Help\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2007. All rights reserved.\n\
+Visit http://www.eclipse.org/platform/
+
diff --git a/org.eclipse.help.base/build.properties b/org.eclipse.help.base/build.properties
index 9fa63c316..ba883b931 100644
--- a/org.eclipse.help.base/build.properties
+++ b/org.eclipse.help.base/build.properties
@@ -17,6 +17,11 @@ bin.includes = doc/,\
.,\
plugin.properties,\
about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.gif,\
+ eclipse32.png,\
.options,\
META-INF/,\
ant_tasks/helpbase-ant.jar,\
diff --git a/org.eclipse.help.base/eclipse32.gif b/org.eclipse.help.base/eclipse32.gif
new file mode 100644
index 000000000..811eccb4a
--- /dev/null
+++ b/org.eclipse.help.base/eclipse32.gif
Binary files differ
diff --git a/org.eclipse.help.base/eclipse32.png b/org.eclipse.help.base/eclipse32.png
new file mode 100644
index 000000000..568fac1d0
--- /dev/null
+++ b/org.eclipse.help.base/eclipse32.png
Binary files differ

Back to the top