Changed feature spec for branding plugin
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 0000000..97ce65b
--- /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 fc27ee8..5b63536 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 @@
 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 @@
 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 ae603ba..8f1af6a 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 @@
                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 @@
                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 0000000..aaf2250
--- /dev/null
+++ b/examples/bundles/org.eclipse.ecf.example.collab/ecf32.png
Binary files differ