[198544] Remove Windows-specific Unicode characters from about.html
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.asa.models/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.sybase.asa.models/META-INF/MANIFEST.MF
index 72f5251..a30139c 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.asa.models/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.sybase.asa.models/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.datatools.enablement.sybase.asa.models; singleton:=true
-Bundle-Version: 1.0.0.200703191
+Bundle-Version: 1.0.0.200706071
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel,
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.asa.models/about.html b/plugins/org.eclipse.datatools.enablement.sybase.asa.models/about.html
index 6d7883a..4602330 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.asa.models/about.html
+++ b/plugins/org.eclipse.datatools.enablement.sybase.asa.models/about.html
@@ -1,22 +1,28 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
-<!-- saved from url=(0043)http://www.eclipse.org/legal/epl/about.html -->
-<HTML><HEAD><TITLE>About</TITLE>
-<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-<META content="MSHTML 6.00.2800.1515" name=GENERATOR></HEAD>
-<BODY lang=EN-US>
-<H2>About This Content</H2>
-<P>February 24, 2005</P>
-<H3>License</H3>
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at <A
-href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor's license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the
-Content.</P></BODY></HTML>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.asa.models/build.properties b/plugins/org.eclipse.datatools.enablement.sybase.asa.models/build.properties
index c0fdb49..b05c821 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.asa.models/build.properties
+++ b/plugins/org.eclipse.datatools.enablement.sybase.asa.models/build.properties
@@ -1,7 +1,7 @@
# <copyright>
# </copyright>
#
-# $Id: build.properties,v 1.1 2007/03/05 15:52:18 jgraham Exp $
+# $Id: build.properties,v 1.2 2007/03/19 16:37:08 jgraham Exp $
bin.includes = models/,\
META-INF/,\
@@ -13,4 +13,4 @@
jars.compile.order = .
source.. = src/
output.. = bin/
-plugin.version = 1.0.0.200703191
+plugin.version = 1.0.0.200706071
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.asa/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.sybase.asa/META-INF/MANIFEST.MF
index d7d58a4..a0ae9c6 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.asa/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.sybase.asa/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Sybase ASA Plug-in
Bundle-SymbolicName: org.eclipse.datatools.enablement.sybase.asa;singleton:=true
-Bundle-Version: 1.0.0.200705181
+Bundle-Version: 1.0.0.200706071
Bundle-Activator: org.eclipse.datatools.enablement.sybase.asa.JDBCASAPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.asa/about.html b/plugins/org.eclipse.datatools.enablement.sybase.asa/about.html
index 6d7883a..4602330 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.asa/about.html
+++ b/plugins/org.eclipse.datatools.enablement.sybase.asa/about.html
@@ -1,22 +1,28 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
-<!-- saved from url=(0043)http://www.eclipse.org/legal/epl/about.html -->
-<HTML><HEAD><TITLE>About</TITLE>
-<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-<META content="MSHTML 6.00.2800.1515" name=GENERATOR></HEAD>
-<BODY lang=EN-US>
-<H2>About This Content</H2>
-<P>February 24, 2005</P>
-<H3>License</H3>
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at <A
-href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor's license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the
-Content.</P></BODY></HTML>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.asa/build.properties b/plugins/org.eclipse.datatools.enablement.sybase.asa/build.properties
index cc08a14..ee0d79e 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.asa/build.properties
+++ b/plugins/org.eclipse.datatools.enablement.sybase.asa/build.properties
@@ -9,4 +9,4 @@
runtime/,\
.settings/
jars.compile.order = .
-plugin.version = 1.0.0.200705181
+plugin.version = 1.0.0.200706071
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/META-INF/MANIFEST.MF
index fb31319..f319014 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.datatools.enablement.sybase.ase.dbdefinition; singleton:=true
-Bundle-Version: 1.0.0.200609291
+Bundle-Version: 1.0.0.200706071
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Eclipse-AutoStart: true
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/about.html b/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/about.html
index 1b7d275..4602330 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/about.html
+++ b/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/about.html
@@ -1,28 +1,28 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<title>About This Content</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
</head>
-<body>
-<div>
-<h3>About This Content</h3>
-<p>May 2, 2006</p>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 2, 2006</p>
<h3>License</h3>
-<p>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is
-provided to you under the terms and conditions of the Eclipse Public License
-Version 1.0 ("EPL"). A copy of the EPL is available at <a
-href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, "Program" will mean the Content.</p>
-<p>If you did not receive this Content directly from the Eclipse Foundation,
-the Content is being redistributed by another party ("Redistributor")
-and different terms and conditions may apply to your use of any object code in
-the Content. Check the Redistributors license that was provided with the
-Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source
-code in the Content and such source code may be obtained at <a
-href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-<p> </p>
-</div>
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
</body>
-</html>
+</html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties b/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties
index e447456..cb8dd48 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties
+++ b/plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties
@@ -16,7 +16,7 @@
jars.extra.classpath =
src.dir = src/
-plugin.version = 1.0.0.200609291
+plugin.version = 1.0.0.200706071
javadoc.dir = doc/api/
download.dir = ./download/
javac.source = 1.4
diff --git a/plugins/org.eclipse.datatools.enablement.sybase/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.sybase/META-INF/MANIFEST.MF
index f94cbcc..351d3c8 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.sybase/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.datatools.enablement.sybase;singleton:=true
-Bundle-Version: 1.0.0.200705171
+Bundle-Version: 1.0.0.200706071
Bundle-Activator: org.eclipse.datatools.enablement.sybase.Activator
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.datatools.enablement.sybase/about.html b/plugins/org.eclipse.datatools.enablement.sybase/about.html
index 6d7883a..4602330 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase/about.html
+++ b/plugins/org.eclipse.datatools.enablement.sybase/about.html
@@ -1,22 +1,28 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
-<!-- saved from url=(0043)http://www.eclipse.org/legal/epl/about.html -->
-<HTML><HEAD><TITLE>About</TITLE>
-<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-<META content="MSHTML 6.00.2800.1515" name=GENERATOR></HEAD>
-<BODY lang=EN-US>
-<H2>About This Content</H2>
-<P>February 24, 2005</P>
-<H3>License</H3>
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at <A
-href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor's license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the
-Content.</P></BODY></HTML>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.datatools.enablement.sybase/build.properties b/plugins/org.eclipse.datatools.enablement.sybase/build.properties
index eb15c14..3d99503 100644
--- a/plugins/org.eclipse.datatools.enablement.sybase/build.properties
+++ b/plugins/org.eclipse.datatools.enablement.sybase/build.properties
@@ -14,4 +14,4 @@
eclipse32.gif,\
eclipse32.png
jars.compile.order = .
-plugin.version = 1.0.0.200705171
+plugin.version = 1.0.0.200706071