Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-09-24 08:00:20 +0000
committerEike Stepper2007-09-24 08:00:20 +0000
commit11779829f38f7c1b6c03ebafa27abe65f8ac7162 (patch)
tree3bc1bff762d03dc3158cc06318f49d4fbdafa942 /plugins
parenta77a29446c5051982dee01d64f9996b5176e78d6 (diff)
downloadcdo-11779829f38f7c1b6c03ebafa27abe65f8ac7162.tar.gz
cdo-11779829f38f7c1b6c03ebafa27abe65f8ac7162.tar.xz
cdo-11779829f38f7c1b6c03ebafa27abe65f8ac7162.zip
[204232] Add or verify branding plugins for Net4+CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204232
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/eclipse32.pngbin4594 -> 0 bytes
-rw-r--r--plugins/org.eclipse.net4j.db/about.ini15
-rw-r--r--plugins/org.eclipse.net4j.db/about.mappings6
-rw-r--r--plugins/org.eclipse.net4j.db/about.properties31
-rw-r--r--plugins/org.eclipse.net4j.db/build.properties6
-rw-r--r--plugins/org.eclipse.net4j.db/modeling32.pngbin0 -> 2414 bytes
-rw-r--r--plugins/org.eclipse.net4j.ui/about.ini15
-rw-r--r--plugins/org.eclipse.net4j.ui/about.mappings6
-rw-r--r--plugins/org.eclipse.net4j.ui/about.properties31
-rw-r--r--plugins/org.eclipse.net4j.ui/build.properties6
-rw-r--r--plugins/org.eclipse.net4j.ui/modeling32.pngbin0 -> 2414 bytes
-rw-r--r--plugins/org.eclipse.net4j/about.ini15
-rw-r--r--plugins/org.eclipse.net4j/about.mappings6
-rw-r--r--plugins/org.eclipse.net4j/about.properties31
-rw-r--r--plugins/org.eclipse.net4j/build.properties6
-rw-r--r--plugins/org.eclipse.net4j/modeling32.pngbin0 -> 2414 bytes
16 files changed, 171 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/eclipse32.png b/plugins/org.eclipse.emf.cdo.doc/eclipse32.png
deleted file mode 100644
index 568fac1d05..0000000000
--- a/plugins/org.eclipse.emf.cdo.doc/eclipse32.png
+++ /dev/null
Binary files differ
diff --git a/plugins/org.eclipse.net4j.db/about.ini b/plugins/org.eclipse.net4j.db/about.ini
new file mode 100644
index 0000000000..b7e87ca285
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db/about.ini
@@ -0,0 +1,15 @@
+# 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=%featureText
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=modeling32.png
+
+# Property "appName" contains name of the application (translated)
+appName=%featureName
+
diff --git a/plugins/org.eclipse.net4j.db/about.mappings b/plugins/org.eclipse.net4j.db/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db/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/plugins/org.eclipse.net4j.db/about.properties b/plugins/org.eclipse.net4j.db/about.properties
new file mode 100644
index 0000000000..adb889ded9
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2007 Eike Stepper, Germany.
+# 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:
+# Eike Stepper - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = Net4j DB (Incubation)
+featureText = Net4j DB \n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2007 Eike Stepper, Germany. All rights reserved.\n\
+\n\
+Visit http://www.eclipse.org/modeling/emft/?project=net4j
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.net4j.db/build.properties b/plugins/org.eclipse.net4j.db/build.properties
index 6c53677931..1a1941ce69 100644
--- a/plugins/org.eclipse.net4j.db/build.properties
+++ b/plugins/org.eclipse.net4j.db/build.properties
@@ -20,4 +20,8 @@ bin.includes = META-INF/,\
license.html,\
plugin.properties,\
plugin.xml,\
- schema/
+ schema/,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
diff --git a/plugins/org.eclipse.net4j.db/modeling32.png b/plugins/org.eclipse.net4j.db/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db/modeling32.png
Binary files differ
diff --git a/plugins/org.eclipse.net4j.ui/about.ini b/plugins/org.eclipse.net4j.ui/about.ini
new file mode 100644
index 0000000000..b7e87ca285
--- /dev/null
+++ b/plugins/org.eclipse.net4j.ui/about.ini
@@ -0,0 +1,15 @@
+# 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=%featureText
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=modeling32.png
+
+# Property "appName" contains name of the application (translated)
+appName=%featureName
+
diff --git a/plugins/org.eclipse.net4j.ui/about.mappings b/plugins/org.eclipse.net4j.ui/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.net4j.ui/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/plugins/org.eclipse.net4j.ui/about.properties b/plugins/org.eclipse.net4j.ui/about.properties
new file mode 100644
index 0000000000..49b9360336
--- /dev/null
+++ b/plugins/org.eclipse.net4j.ui/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2007 Eike Stepper, Germany.
+# 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:
+# Eike Stepper - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = Net4j UI (Incubation)
+featureText = Net4j UI \n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2007 Eike Stepper, Germany. All rights reserved.\n\
+\n\
+Visit http://www.eclipse.org/modeling/emft/?project=net4j
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.net4j.ui/build.properties b/plugins/org.eclipse.net4j.ui/build.properties
index 76ffee8eac..d59e7c4279 100644
--- a/plugins/org.eclipse.net4j.ui/build.properties
+++ b/plugins/org.eclipse.net4j.ui/build.properties
@@ -20,4 +20,8 @@ bin.includes = META-INF/,\
icons/,\
license.html,\
plugin.properties,\
- plugin.xml
+ plugin.xml,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
diff --git a/plugins/org.eclipse.net4j.ui/modeling32.png b/plugins/org.eclipse.net4j.ui/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.net4j.ui/modeling32.png
Binary files differ
diff --git a/plugins/org.eclipse.net4j/about.ini b/plugins/org.eclipse.net4j/about.ini
new file mode 100644
index 0000000000..b7e87ca285
--- /dev/null
+++ b/plugins/org.eclipse.net4j/about.ini
@@ -0,0 +1,15 @@
+# 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=%featureText
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=modeling32.png
+
+# Property "appName" contains name of the application (translated)
+appName=%featureName
+
diff --git a/plugins/org.eclipse.net4j/about.mappings b/plugins/org.eclipse.net4j/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.net4j/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/plugins/org.eclipse.net4j/about.properties b/plugins/org.eclipse.net4j/about.properties
new file mode 100644
index 0000000000..39dd52128a
--- /dev/null
+++ b/plugins/org.eclipse.net4j/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2007 Eike Stepper, Germany.
+# 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:
+# Eike Stepper - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = Net4j (Incubation)
+featureText = Net4j \n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2007 Eike Stepper, Germany. All rights reserved.\n\
+\n\
+Visit http://www.eclipse.org/modeling/emft/?project=net4j
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.net4j/build.properties b/plugins/org.eclipse.net4j/build.properties
index a883ef7f53..5c090badec 100644
--- a/plugins/org.eclipse.net4j/build.properties
+++ b/plugins/org.eclipse.net4j/build.properties
@@ -19,4 +19,8 @@ bin.includes = META-INF/,\
copyright.txt,\
epl-v10.html,\
license.html,\
- plugin.xml
+ plugin.xml,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
diff --git a/plugins/org.eclipse.net4j/modeling32.png b/plugins/org.eclipse.net4j/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.net4j/modeling32.png
Binary files differ

Back to the top