Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-11 10:13:18 +0000
committerMarkus Knauer2009-06-11 10:13:18 +0000
commit9b76855b8c4247cc1076ecdfd8e3be2e940ea963 (patch)
treec8e0ad08a9b00baacbfcf24582e30d4dd33143d1 /packages
parent06bcecb8a3080329d8118aedb3e0b331534b2fcd (diff)
downloadorg.eclipse.epp.packages-9b76855b8c4247cc1076ecdfd8e3be2e940ea963.tar.gz
org.eclipse.epp.packages-9b76855b8c4247cc1076ecdfd8e3be2e940ea963.tar.xz
org.eclipse.epp.packages-9b76855b8c4247cc1076ecdfd8e3be2e940ea963.zip
adding about.ini where it was missingGALILEO_R_RC4
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.java/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.java/about.properties28
-rw-r--r--packages/org.eclipse.epp.package.java/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.modeling/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.modeling/about.properties28
-rw-r--r--packages/org.eclipse.epp.package.modeling/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.php/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.php/about.properties28
-rw-r--r--packages/org.eclipse.epp.package.php/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.pulsar/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.pulsar/about.properties29
-rw-r--r--packages/org.eclipse.epp.package.pulsar/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.rcp/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.rcp/about.properties28
-rw-r--r--packages/org.eclipse.epp.package.rcp/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.reporting/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.reporting/about.properties28
-rw-r--r--packages/org.eclipse.epp.package.reporting/build.properties4
18 files changed, 409 insertions, 6 deletions
diff --git a/packages/org.eclipse.epp.package.java/about.ini b/packages/org.eclipse.epp.package.java/about.ini
new file mode 100644
index 00000000..d00e2886
--- /dev/null
+++ b/packages/org.eclipse.epp.package.java/about.ini
@@ -0,0 +1,37 @@
+# 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 feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=eclipse.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+#aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# 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
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.java/about.properties b/packages/org.eclipse.epp.package.java/about.properties
new file mode 100644
index 00000000..ec73439f
--- /dev/null
+++ b/packages/org.eclipse.epp.package.java/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2000, 2009 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Eclipse IDE for Java Developers\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
+Visit http://www.eclipse.org/platform\n\
+\n\
+This product includes software developed by the\n\
+Apache Software Foundation http://www.apache.org/
diff --git a/packages/org.eclipse.epp.package.java/build.properties b/packages/org.eclipse.epp.package.java/build.properties
index f6de5a69..b1018527 100644
--- a/packages/org.eclipse.epp.package.java/build.properties
+++ b/packages/org.eclipse.epp.package.java/build.properties
@@ -10,4 +10,6 @@ bin.includes = META-INF/,\
eclipse32.png,\
eclipse48.gif,\
eclipse48.png,\
- intro-eclipse.png
+ intro-eclipse.png,\
+ about.ini,\
+ about.properties
diff --git a/packages/org.eclipse.epp.package.modeling/about.ini b/packages/org.eclipse.epp.package.modeling/about.ini
new file mode 100644
index 00000000..4a61e0f8
--- /dev/null
+++ b/packages/org.eclipse.epp.package.modeling/about.ini
@@ -0,0 +1,37 @@
+# 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 feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=eclipse.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# 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
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.modeling/about.properties b/packages/org.eclipse.epp.package.modeling/about.properties
new file mode 100644
index 00000000..c0bb094d
--- /dev/null
+++ b/packages/org.eclipse.epp.package.modeling/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2000, 2009 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Eclipse Modeling Tools\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
+Visit http://www.eclipse.org/platform\n\
+\n\
+This product includes software developed by the\n\
+Apache Software Foundation http://www.apache.org/
diff --git a/packages/org.eclipse.epp.package.modeling/build.properties b/packages/org.eclipse.epp.package.modeling/build.properties
index ef1d342b..3952b16a 100644
--- a/packages/org.eclipse.epp.package.modeling/build.properties
+++ b/packages/org.eclipse.epp.package.modeling/build.properties
@@ -10,4 +10,6 @@ bin.includes = META-INF/,\
eclipse48.png,\
eclipse_lg.gif,\
about.mappings,\
- intro-eclipse.png
+ intro-eclipse.png,\
+ about.properties,\
+ about.ini
diff --git a/packages/org.eclipse.epp.package.php/about.ini b/packages/org.eclipse.epp.package.php/about.ini
new file mode 100644
index 00000000..4a61e0f8
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/about.ini
@@ -0,0 +1,37 @@
+# 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 feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=eclipse.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# 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
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.php/about.properties b/packages/org.eclipse.epp.package.php/about.properties
new file mode 100644
index 00000000..ee780f98
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2000, 2009 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Eclipse IDE for PHP Developers\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
+Visit http://www.eclipse.org/platform\n\
+\n\
+This product includes software developed by the\n\
+Apache Software Foundation http://www.apache.org/
diff --git a/packages/org.eclipse.epp.package.php/build.properties b/packages/org.eclipse.epp.package.php/build.properties
index ef1d342b..aef43bf3 100644
--- a/packages/org.eclipse.epp.package.php/build.properties
+++ b/packages/org.eclipse.epp.package.php/build.properties
@@ -10,4 +10,6 @@ bin.includes = META-INF/,\
eclipse48.png,\
eclipse_lg.gif,\
about.mappings,\
- intro-eclipse.png
+ intro-eclipse.png,\
+ about.ini,\
+ about.properties
diff --git a/packages/org.eclipse.epp.package.pulsar/about.ini b/packages/org.eclipse.epp.package.pulsar/about.ini
new file mode 100644
index 00000000..5c9370de
--- /dev/null
+++ b/packages/org.eclipse.epp.package.pulsar/about.ini
@@ -0,0 +1,37 @@
+# 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 feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=pulsar_32x32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=pulsar_16x16.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# 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
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.pulsar/about.properties b/packages/org.eclipse.epp.package.pulsar/about.properties
new file mode 100644
index 00000000..fefd43be
--- /dev/null
+++ b/packages/org.eclipse.epp.package.pulsar/about.properties
@@ -0,0 +1,29 @@
+###############################################################################
+# Copyright (c) 2000, 2009 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Pulsar for Mobile Java Developers\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Pulsar Committers and others. 2009. All rights reserved.\n\
+Visit http://www.eclipse.org/pulsar\n\
+\n\
+This product includes software developed by the\n\
+Apache Software Foundation http://www.apache.org/
+
diff --git a/packages/org.eclipse.epp.package.pulsar/build.properties b/packages/org.eclipse.epp.package.pulsar/build.properties
index a7908165..77a2f28a 100644
--- a/packages/org.eclipse.epp.package.pulsar/build.properties
+++ b/packages/org.eclipse.epp.package.pulsar/build.properties
@@ -13,4 +13,6 @@ bin.includes = META-INF/,\
pulsar_16x16.png,\
pulsar_16x16.gif,\
pulsar.ico,\
- intro-eclipse.png
+ intro-eclipse.png,\
+ about.properties,\
+ about.ini
diff --git a/packages/org.eclipse.epp.package.rcp/about.ini b/packages/org.eclipse.epp.package.rcp/about.ini
new file mode 100644
index 00000000..4a61e0f8
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/about.ini
@@ -0,0 +1,37 @@
+# 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 feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=eclipse.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# 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
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.rcp/about.properties b/packages/org.eclipse.epp.package.rcp/about.properties
new file mode 100644
index 00000000..ac2083c4
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2000, 2009 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Eclipse for RCP/Plug-in Developers\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
+Visit http://www.eclipse.org/platform\n\
+\n\
+This product includes software developed by the\n\
+Apache Software Foundation http://www.apache.org/
diff --git a/packages/org.eclipse.epp.package.rcp/build.properties b/packages/org.eclipse.epp.package.rcp/build.properties
index ef1d342b..aef43bf3 100644
--- a/packages/org.eclipse.epp.package.rcp/build.properties
+++ b/packages/org.eclipse.epp.package.rcp/build.properties
@@ -10,4 +10,6 @@ bin.includes = META-INF/,\
eclipse48.png,\
eclipse_lg.gif,\
about.mappings,\
- intro-eclipse.png
+ intro-eclipse.png,\
+ about.ini,\
+ about.properties
diff --git a/packages/org.eclipse.epp.package.reporting/about.ini b/packages/org.eclipse.epp.package.reporting/about.ini
new file mode 100644
index 00000000..4a61e0f8
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/about.ini
@@ -0,0 +1,37 @@
+# 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 feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=eclipse.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# 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
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.reporting/about.properties b/packages/org.eclipse.epp.package.reporting/about.properties
new file mode 100644
index 00000000..dfa0e7ba
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2000, 2009 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Eclipse IDE for Java and Report Developers\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
+Visit http://www.eclipse.org/platform\n\
+\n\
+This product includes software developed by the\n\
+Apache Software Foundation http://www.apache.org/
diff --git a/packages/org.eclipse.epp.package.reporting/build.properties b/packages/org.eclipse.epp.package.reporting/build.properties
index ef1d342b..aef43bf3 100644
--- a/packages/org.eclipse.epp.package.reporting/build.properties
+++ b/packages/org.eclipse.epp.package.reporting/build.properties
@@ -10,4 +10,6 @@ bin.includes = META-INF/,\
eclipse48.png,\
eclipse_lg.gif,\
about.mappings,\
- intro-eclipse.png
+ intro-eclipse.png,\
+ about.ini,\
+ about.properties

Back to the top