[437351] [hotbug] [Critical] getServerNotificationManager should be
synchronized
diff --git a/features/org.eclipse.wst.server_core.feature.patch/buildnotes_org.eclipse.wst.server_core.feature.patch.html b/features/org.eclipse.wst.server_core.feature.patch/buildnotes_org.eclipse.wst.server_core.feature.patch.html
new file mode 100644
index 0000000..55ea8fe
--- /dev/null
+++ b/features/org.eclipse.wst.server_core.feature.patch/buildnotes_org.eclipse.wst.server_core.feature.patch.html
@@ -0,0 +1,26 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta name="Build" content="Build">
+<title>WTP 3.6.1 Patches</title>
+</head>
+
+<body>
+
+<h1>WTP 3.6.1 Patches</h1>
+
+<h2>Feature Patched: org.eclipse.wst.server_core.feature</h2>
+
+<h3>Plugin(s) replaced:</h3>
+<ul>
+	<li>org.eclipse.wst.server.core</li>
+</ul>
+
+
+<p>Bug <a href='https://bugs.eclipse.org/437351'>437351</a>.  [hotbug] [Critical] getServerNotificationManager should be synchronized</p>
+
+
+</body>
+</html>
diff --git a/features/org.eclipse.wst.server_core.feature.patch/feature.properties b/features/org.eclipse.wst.server_core.feature.patch/feature.properties
index 385a356..9ea3a56 100644
--- a/features/org.eclipse.wst.server_core.feature.patch/feature.properties
+++ b/features/org.eclipse.wst.server_core.feature.patch/feature.properties
@@ -25,10 +25,10 @@
 
 # "description" property - description of the feature
 description=\
-A patch for Server tools framework core. \n\
-This patch fixes a problem with performance when there is a large number of projects \n\
-in a workspace. \n\
-See bug 187187 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=187187)) \n
+Contains fixes for the following bugs:\n\
+\n\
+Bug https://bugs.eclipse.org/437351  [hotbug] [Critical] getServerNotificationManager should be synchronized\n\
+\n\
 
 
 
diff --git a/features/org.eclipse.wst.server_core.feature.patch/feature.xml b/features/org.eclipse.wst.server_core.feature.patch/feature.xml
index 6c03ec2..783f6a4 100644
--- a/features/org.eclipse.wst.server_core.feature.patch/feature.xml
+++ b/features/org.eclipse.wst.server_core.feature.patch/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.wst.server_core.feature.patch"

       label="Patch Feature for Server Core"

-      version="1.0.100.qualifier"

+      version="1.0.101.qualifier"

       provider-name="Eclipse.org">

 

    <description>

diff --git a/plugins/org.eclipse.wst.server.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.server.core/META-INF/MANIFEST.MF
index ae651e9..99950b6 100644
--- a/plugins/org.eclipse.wst.server.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.server.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.server.core; singleton:=true
-Bundle-Version: 1.6.0.qualifier
+Bundle-Version: 1.6.1.qualifier
 Bundle-Activator: org.eclipse.wst.server.core.internal.ServerPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.wst.server.core/pom.xml b/plugins/org.eclipse.wst.server.core/pom.xml
index 2005abb..092992b 100644
--- a/plugins/org.eclipse.wst.server.core/pom.xml
+++ b/plugins/org.eclipse.wst.server.core/pom.xml
@@ -22,6 +22,6 @@
 

   <groupId>org.eclipse.webtools.servertools</groupId>

   <artifactId>org.eclipse.wst.server.core</artifactId>

-  <version>1.6.0-SNAPSHOT</version>

+  <version>1.6.1-SNAPSHOT</version>

   <packaging>eclipse-plugin</packaging>

 </project>