prep for 155 patches:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=203155
diff --git a/features/org.eclipse.wst.common_core.feature.patch/build.properties b/features/org.eclipse.wst.common_core.feature.patch/build.properties
index 6a95a8c..cb50260 100644
--- a/features/org.eclipse.wst.common_core.feature.patch/build.properties
+++ b/features/org.eclipse.wst.common_core.feature.patch/build.properties
@@ -2,5 +2,4 @@
                license.html,\
                feature.properties,\
                epl-v10.html,\
-               eclipse_update_120.jpg,\
-               buildnotes_bug-163391.html
+               eclipse_update_120.jpg
diff --git a/features/org.eclipse.wst.common_core.feature.patch/buildnotes_org.eclipse.wst.common_core.feature.patch.html b/features/org.eclipse.wst.common_core.feature.patch/buildnotes_org.eclipse.wst.common_core.feature.patch.html
deleted file mode 100644
index 94b0dd2..0000000
--- a/features/org.eclipse.wst.common_core.feature.patch/buildnotes_org.eclipse.wst.common_core.feature.patch.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Web Tools Platform Build Notes</title>
-</head>
-<body>
-
-
-<h1>Web Tools Platform Build Notes</h1>
-
-
-<h2>Patch</h2>
-<p>See <a
-	href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=163391">bug
-163391</a>.&nbsp;ResourceSetWorkbenchEditSynchronizer unloads resources
-prematurely in headless mode.</p>
-<p>This patch should be applied with
-org.eclipse.wst.common_core.feature.patch.</p>
-<p>See <a
-	href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=162441">bug
-162441</a>.&nbsp;[import/export] Source files intermittently missing from
-EAR import</p>
-<p>See <a
-	href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=163816">bug
-163816</a>.&nbsp;DependencyGraphManager.buildDependencyGraph() skips
-projects with 1.0.x .component file</p>
-<p>See <a
-	href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=165215">bug
-165215</a>.&nbsp;Unable to load ValidateEditHeadlessContext class
-(previously "patched", but included here too, since touches same
-plugin).</p>
-</body>
-</head>
\ No newline at end of file
diff --git a/features/org.eclipse.wst.common_core.feature.patch/feature.properties b/features/org.eclipse.wst.common_core.feature.patch/feature.properties
index f4b9509..a7c3f2a 100644
--- a/features/org.eclipse.wst.common_core.feature.patch/feature.properties
+++ b/features/org.eclipse.wst.common_core.feature.patch/feature.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2006 IBM Corporation and others.
+# Copyright (c) 2007 IBM Corporation 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
@@ -15,7 +15,7 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=WST Web Core Patch Feature
+featureName=Patch Feature for wst.common
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse.org
@@ -25,16 +25,13 @@
 
 # "description" property - description of the feature
 description=\
-For an adopter's tool using wtp in headless mode, certain loaded emf resources \
-sometimes get unloaded prematurely by ResourceSetWorkbenchEditSynchronizer. \
-This causes the loaded EMF objects from those resources to go proxy and various \
-failures then occur.  This is a pretty serious problem that seems to be \
-specific to headless eclipse mode only.\
-See bug 163391 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=163391) \
+A patch for common.emfworkbench.integration  \n\
+This patch fixes a problem described in Bug 203155 ISynchronizerExtenders not invoked if ResourceDelta contains changes from >1 project  \n\
+See bug 203155 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=203155)) \n
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
-Copyright (c) 2006 IBM Corporation and others.\n\
+Copyright (c) 2007 IBM Corporation and others.\n\
 All rights reserved. This program and the accompanying materials\n\
 are made available under the terms of the Eclipse Public License v1.0\n\
 which accompanies this distribution, and is available at\n\
@@ -52,7 +49,7 @@
 # should be plain text version of license agreement pointed to be "licenseURL"
 license=\
 ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
-March 17, 2005\n\
+September 27, 2007\n\
 \n\
 Usage Of Content\n\
 \n\
diff --git a/features/org.eclipse.wst.common_core.feature.patch/feature.xml b/features/org.eclipse.wst.common_core.feature.patch/feature.xml
index 9743803..58bd8a3 100644
--- a/features/org.eclipse.wst.common_core.feature.patch/feature.xml
+++ b/features/org.eclipse.wst.common_core.feature.patch/feature.xml
@@ -1,43 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
-    id="org.eclipse.wst.common_core.feature.patch"
-    label="%featureName"
-    version="1.5.2.qualifier"
-    provider-name="%providerName">
+      id="org.eclipse.wst.common_core.feature.patch"
+      label="%featureName"
+      version="1.5.5.qualifier"
+      provider-name="%providerName">
 
-    <description>%description</description>
+   <description>
+      %description
+   </description>
 
-    <copyright>%copyright</copyright>
+   <copyright>
+      %copyright
+   </copyright>
 
-    <license url="%licenseURL">%license</license>
+   <license url="%licenseURL">
+      %license
+   </license>
 
-    <url>
-        <update
-            label="%updateSiteName"
-            url="http://download.eclipse.org/webtools/updates/" />
-    </url>
+   <requires>
+      <import feature="org.eclipse.wst.common_core.feature" version="1.5.5.v200708010505--AXrVWgWbmEdPjw" patch="true"/>
+   </requires>
 
-
-    <requires>
-        <import
-            feature="org.eclipse.wst.common_core.feature"
-            version="1.5.2.v200610140800--AXrVWXbElCl05G"
-            patch="true" />
-    </requires>
-
-    <plugin
-        id="org.eclipse.wst.common.emfworkbench.integration"
-        download-size="0"
-        install-size="0"
-        version="0.0.0"
-        unpack="false" />
-        
-    <plugin
-        id="org.eclipse.wst.common.modulecore"
-        download-size="0"
-        install-size="0"
-        version="0.0.0"
-        unpack="false" />
-        
-        
+   <plugin
+         id="org.eclipse.wst.common.emfworkbench.integration"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+         
 </feature>