Removes the temporary servlet adapter - GW now adopts the 2.6 servlet versioning
diff --git a/build-nano/publish_resources/features/org.eclipse.gemini.web/feature.xml b/build-nano/publish_resources/features/org.eclipse.gemini.web/feature.xml
index 045015b..4ecdf0d 100755
--- a/build-nano/publish_resources/features/org.eclipse.gemini.web/feature.xml
+++ b/build-nano/publish_resources/features/org.eclipse.gemini.web/feature.xml
@@ -62,12 +62,5 @@
         install-size="0"
         version="@TRIBES.VERSION@"
         unpack="false"/>
-    
-    <plugin
-        id="org.eclipse.virgo.servlet.adapter"
-        download-size="0"
-        install-size="0"
-        version="@NANO.VERSION@"
-        unpack="false"/>
 
 </feature>