Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.db.hsqldb')
-rw-r--r--plugins/org.eclipse.net4j.db.hsqldb/about.ini15
-rw-r--r--plugins/org.eclipse.net4j.db.hsqldb/about.mappings6
-rw-r--r--plugins/org.eclipse.net4j.db.hsqldb/about.properties31
-rw-r--r--plugins/org.eclipse.net4j.db.hsqldb/build.properties6
-rw-r--r--plugins/org.eclipse.net4j.db.hsqldb/modeling32.pngbin0 -> 2414 bytes
5 files changed, 57 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.db.hsqldb/about.ini b/plugins/org.eclipse.net4j.db.hsqldb/about.ini
new file mode 100644
index 0000000000..b7e87ca285
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db.hsqldb/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.hsqldb/about.mappings b/plugins/org.eclipse.net4j.db.hsqldb/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db.hsqldb/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.hsqldb/about.properties b/plugins/org.eclipse.net4j.db.hsqldb/about.properties
new file mode 100644
index 0000000000..3a61226463
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db.hsqldb/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) 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:
+# 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 Framework HSQLDB Adapter
+featureText = Net4j DB Framework HSQLDB Adapter\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://wiki.eclipse.org/Net4j
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.net4j.db.hsqldb/build.properties b/plugins/org.eclipse.net4j.db.hsqldb/build.properties
index 0f93cd5338..b0a12488f2 100644
--- a/plugins/org.eclipse.net4j.db.hsqldb/build.properties
+++ b/plugins/org.eclipse.net4j.db.hsqldb/build.properties
@@ -17,6 +17,10 @@ bin.includes = META-INF/,\
.options,\
copyright.txt,\
plugin.properties,\
- plugin.xml
+ plugin.xml,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
src.includes = about.html,\
copyright.txt
diff --git a/plugins/org.eclipse.net4j.db.hsqldb/modeling32.png b/plugins/org.eclipse.net4j.db.hsqldb/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db.hsqldb/modeling32.png
Binary files differ

Back to the top