Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-06-06 13:30:35 +0000
committerslewis2007-06-06 13:30:35 +0000
commit4b9f463810adac93e38bc020297926ef9b79e3c9 (patch)
tree7e5b6c6b475e5a9e71e05dc4de13a004c23ae6ae
parentb20c8a51782f104ddd6359fcf10e6b0e4ec9b43f (diff)
downloadorg.eclipse.ecf-4b9f463810adac93e38bc020297926ef9b79e3c9.tar.gz
org.eclipse.ecf-4b9f463810adac93e38bc020297926ef9b79e3c9.tar.xz
org.eclipse.ecf-4b9f463810adac93e38bc020297926ef9b79e3c9.zip
Changed feature spec for branding pluginv20070606-0630
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/about.ini11
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/about.properties2
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/build.properties7
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/ecf32.pngbin0 -> 2208 bytes
4 files changed, 16 insertions, 4 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/about.ini b/examples/bundles/org.eclipse.ecf.example.collab/about.ini
new file mode 100644
index 000000000..97ce65b32
--- /dev/null
+++ b/examples/bundles/org.eclipse.ecf.example.collab/about.ini
@@ -0,0 +1,11 @@
+# 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 "appName" contains name of the application (translated)
+appName=%featureName
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/about.properties b/examples/bundles/org.eclipse.ecf.example.collab/about.properties
index fc27ee88d..5b6353638 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/about.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab/about.properties
@@ -12,7 +12,6 @@ featureName=Eclipse Communication Framework (ECF) Examples
featureText=Eclipse Communication Framework (ECF) Examples\n\
\n\
Version: {featureVersion}\n\
-Build Id: {0}\n\
\n\
(c) Copyright Composent, Inc. and others 2004, 2007. All rights reserved.\n\
\n\
@@ -20,7 +19,6 @@ Visit http://www.eclipse.org/ecf
blurb=Eclipse Communication Framework (ECF) Examples\n\
\n\
Version: {featureVersion}\n\
-Build Id: {0}\n\
\n\
(c) Copyright Composent, Inc. and others 2000, 2007. All rights reserved.\n\
\n\
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/build.properties b/examples/bundles/org.eclipse.ecf.example.collab/build.properties
index ae603ba82..8f1af6a6b 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/build.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab/build.properties
@@ -15,7 +15,8 @@ bin.includes = .,\
about.html,\
plugin.properties,\
about.properties,\
- about.ini
+ about.ini,\
+ ecf32.png
jars.compile.order = client.jar,\
.
output.client.jar = bin/
@@ -23,6 +24,8 @@ src.includes = about.html,\
about.properties,\
plugin.xml,\
plugin.properties,\
- about.ini
+ about.ini,\
+ icons/,\
+ ecf32.png
source.. = src/
output.. = bin/
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/ecf32.png b/examples/bundles/org.eclipse.ecf.example.collab/ecf32.png
new file mode 100644
index 000000000..aaf2250c7
--- /dev/null
+++ b/examples/bundles/org.eclipse.ecf.example.collab/ecf32.png
Binary files differ

Back to the top