261569 TCP/IP monitor causes connections to hang
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 index 62d43dc..49ec8db 100644 --- 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
@@ -4,17 +4,17 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Build" content="Build"> - <title>WTP 2.0.2 Patches</title> + <title>WTP 3.0.4 Patches</title> </head> <body> -<h1>WTP 2.0.2 Patches</h1> +<h1>WTP 3.0.4 Patches</h1> <h2>Feature Patched: org.eclipse.wst.server_core.feature.patch</h2> <h3>Plugin(s) replaced:</h3> -<ul><li>org.eclipse.wst.server.core</li></ul> -<p>Bug <a href='https://bugs.eclipse.org/219889'>219889</a>. ModulePublishInfo loadResource and saveResource are not symmetrical.</p> +<ul><li>org.eclipse.wst.internet.monitor.core</li></ul> +<p>Bug <a href='https://bugs.eclipse.org/267125'>267125</a>. TCP/IP monitor causes connections to hang</p> </body></html> \ No newline at end of file
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 205bc0d..0f976d8 100644 --- a/features/org.eclipse.wst.server_core.feature.patch/feature.properties +++ b/features/org.eclipse.wst.server_core.feature.patch/feature.properties
@@ -25,9 +25,10 @@ # "description" property - description of the feature description=\ -Patch(s) for Server tools framework core. \n\ -See bug 219889 (https://bugs.eclipse.org/219889) ModulePublishInfo loadResource and saveResource are not symmetrical \n\ - +Contains fixes described in the following bugillia(s):\n\ +\n\ +Bug https://bugs.eclipse.org/267125 TCP/IP monitor causes connections to hang\n\ +\n\ # "copyright" property - text of the "Feature Update Copyright" copyright=\
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 1810406..4ffe2dd 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="%featureName" - version="2.0.2.qualifier" + version="3.0.4.qualifier" provider-name="%providerName"> <description>%description</description> @@ -12,11 +12,11 @@ <license url="%licenseURL">%license</license> <requires> - <import feature="org.eclipse.wst.server_core.feature" version="2.0.2.v200802150100-2-CN8s733H3_3Ic" patch="true"/> + <import feature="org.eclipse.wst.server_core.feature" version="3.0.4.v20090115-20Am8s733J3_4F1256" patch="true"/> </requires> <plugin - id="org.eclipse.wst.server.core" + id="org.eclipse.wst.internet.monitor.core" download-size="0" install-size="0" version="0.0.0"