271506 JSPTokenizer encounters stack overflows frequently when typing
diff --git a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
index babd86b..e8cafc1 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
+++ b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
@@ -11,13 +11,7 @@
 
 <h1>WTP 3.0.4 Patches</h1>
 
-<p>Bug <a href='https://bugs.eclipse.org/265862'>265855</a>. Need to disable ClasspathDependencyValidator </p> 
-<p>Bug <a href='https://bugs.eclipse.org/265862'>265862</a>. ClassCastExceptions for EAR with 5.0 facet and 1.4 DD </p>
-<p>Bug <a href='https://bugs.eclipse.org/265874'>265874</a>. JEM patch for a SocketTimeoutException </p>
-<p>Bug <a href='https://bugs.eclipse.org/266054'>266054</a>. J2EEFacetInstallDelegate.addToClasspath method add duplicated project facet to a </p>
-<p>Bug <a href='https://bugs.eclipse.org/266395'>266395</a>. Removing system property check added to J2EEPlugin </p>
 <p>Bug <a href='https://bugs.eclipse.org/266414'>266414</a>. JSPTokenizer encounters stack overflows frequently when typing </p>
-<p>Bug <a href='https://bugs.eclipse.org/267142'>267142</a>. Build path errors after restart <p>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.properties b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
index abdae20..dfb1574 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.properties
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
@@ -27,13 +27,7 @@
 description=\
 The bugs and fixes are described in the following bugzilla entries:\n\
 \n\
-Bug https://bugs.eclipse.org/265855 Need to disable ClasspathDependencyValidator\n\
-Bug https://bugs.eclipse.org/265862 ClassCastExceptions for EAR with 5.0 facet and 1.4 DD\n\
-Bug https://bugs.eclipse.org/265874 JEM patch for a SocketTimeoutException\n\
-Bug https://bugs.eclipse.org/266054 J2EEFacetInstallDelegate.addToClasspath method add duplicated project facet to a\n\
-Bug https://bugs.eclipse.org/266395 Removing system property check added to J2EEPlugin\n\
 Bug https://bugs.eclipse.org/266414 JSPTokenizer encounters stack overflows frequently when typing\n\
-Bug https://bugs.eclipse.org/267142 Build path errors after restart\n\ 
 \n\
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.xml b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
index dee9bf9..ea6b340 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.xml
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
@@ -21,13 +21,6 @@
       <import feature="org.eclipse.jst.web_core.feature" version="3.0.4.v200811260650-7Q7AEf1EHhHehNmEARhS7t" patch="true"/>
    </requires>
 
-   <plugin
-         id="org.eclipse.jem.proxy"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
        <plugin
          id="org.eclipse.jst.jsp.core"
          download-size="0"
@@ -35,12 +28,4 @@
          version="0.0.0"
          unpack="false"/>
          
-   <plugin
-         id="org.eclipse.jst.j2ee"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-         
-              
 </feature>