Fix for build properties
diff --git a/framework/bundles/org.eclipse.team.ecf.ui/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.team.ecf.ui/META-INF/MANIFEST.MF
index 42fc2d5..575047d 100644
--- a/framework/bundles/org.eclipse.team.ecf.ui/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.team.ecf.ui/META-INF/MANIFEST.MF
@@ -1,8 +1,9 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Team Plug-in
+Bundle-Name: %plugin.name
 Bundle-SymbolicName: org.eclipse.team.ecf.ui;singleton:=true
 Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: %plugin.provider
 Bundle-Activator: org.eclipse.team.internal.ecf.core.TeamSynchronization
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
@@ -18,3 +19,4 @@
  org.eclipse.team.ecf.core
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-Localization: plugin
diff --git a/framework/bundles/org.eclipse.team.ecf.ui/build.properties b/framework/bundles/org.eclipse.team.ecf.ui/build.properties
index e9863e2..2eb5404 100644
--- a/framework/bundles/org.eclipse.team.ecf.ui/build.properties
+++ b/framework/bundles/org.eclipse.team.ecf.ui/build.properties
@@ -2,4 +2,6 @@
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               plugin.properties
+src.includes = plugin.properties
diff --git a/framework/bundles/org.eclipse.team.ecf.ui/plugin.properties b/framework/bundles/org.eclipse.team.ecf.ui/plugin.properties
new file mode 100644
index 0000000..0e5e0c3
--- /dev/null
+++ b/framework/bundles/org.eclipse.team.ecf.ui/plugin.properties
@@ -0,0 +1,10 @@
+############################################################################
+# Copyright (c) 2007 Composent Inc., IBM Corp, 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
+#
+############################################################################
+plugin.name=ECF Team Plug-in UI
+plugin.provider=Eclipse.org - ECF