[163007] Consolidate finfo plug-ins
diff --git a/plugins/org.eclipse.datatools.sqltools.common.ui/about.ini b/plugins/org.eclipse.datatools.sqltools.common.ui/about.ini
new file mode 100644
index 0000000..76a0356
--- /dev/null
+++ b/plugins/org.eclipse.datatools.sqltools.common.ui/about.ini
@@ -0,0 +1,27 @@
+# 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=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page
+# optional
diff --git a/plugins/org.eclipse.datatools.sqltools.common.ui/about.mappings b/plugins/org.eclipse.datatools.sqltools.common.ui/about.mappings
new file mode 100644
index 0000000..bffa152
--- /dev/null
+++ b/plugins/org.eclipse.datatools.sqltools.common.ui/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=0.9.0.200605251
\ No newline at end of file
diff --git a/plugins/org.eclipse.datatools.sqltools.common.ui/about.properties b/plugins/org.eclipse.datatools.sqltools.common.ui/about.properties
new file mode 100644
index 0000000..9113a05
--- /dev/null
+++ b/plugins/org.eclipse.datatools.sqltools.common.ui/about.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2006 Sybase, Inc. 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:
+# Sybase, Inc. - initial API and implementation
+###############################################################################
+blurb=Eclipse Data Tools Platform SQL Development Tools\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2005, 2006. All rights reserved.\n\
+Visit http://www.eclipse.org/datatools
+
diff --git a/plugins/org.eclipse.datatools.sqltools.common.ui/eclipse32.gif b/plugins/org.eclipse.datatools.sqltools.common.ui/eclipse32.gif
new file mode 100644
index 0000000..811eccb
--- /dev/null
+++ b/plugins/org.eclipse.datatools.sqltools.common.ui/eclipse32.gif
Binary files differ
diff --git a/plugins/org.eclipse.datatools.sqltools.common.ui/eclipse32.png b/plugins/org.eclipse.datatools.sqltools.common.ui/eclipse32.png
new file mode 100644
index 0000000..568fac1
--- /dev/null
+++ b/plugins/org.eclipse.datatools.sqltools.common.ui/eclipse32.png
Binary files differ