Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-06-06 05:47:45 +0000
committerslewis2007-06-06 05:47:45 +0000
commitad34d6c037d7c53fb3810754ff139dc4163e9b8a (patch)
treecb44ca1000cd8178e11d271d91b8768d4962e47e
parentb3e82faafbcf356182ff7bc056a829894e3d38d1 (diff)
downloadorg.eclipse.ecf-ad34d6c037d7c53fb3810754ff139dc4163e9b8a.tar.gz
org.eclipse.ecf-ad34d6c037d7c53fb3810754ff139dc4163e9b8a.tar.xz
org.eclipse.ecf-ad34d6c037d7c53fb3810754ff139dc4163e9b8a.zip
Added icon image file and about.iniv20070605-2250
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/about.properties15
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/build.properties8
2 files changed, 19 insertions, 4 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/about.properties b/examples/bundles/org.eclipse.ecf.example.collab/about.properties
index bb032201f..fc27ee88d 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/about.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab/about.properties
@@ -7,10 +7,21 @@
#
# Contributors: Composent, Inc. - initial API and implementation
##########################################################################
-blurb=Eclipse Communication Framework Examples\n\
+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\
+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\
-Visit http://www.eclipse.org/ecf \ No newline at end of file
+\n\
+Visit http://www.eclipse.org/ecf
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/build.properties b/examples/bundles/org.eclipse.ecf.example.collab/build.properties
index be3eb2085..f98fcc691 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/build.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab/build.properties
@@ -13,10 +13,14 @@ bin.includes = .,\
META-INF/,\
icons/,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ about.properties
jars.compile.order = client.jar,\
.
output.client.jar = bin/
-src.includes = about.html
+src.includes = about.html,\
+ about.properties,\
+ plugin.xml,\
+ plugin.properties
source.. = src/
output.. = bin/

Back to the top