FELIX-2292 Upgraded Jetty to Eclipse Jetty 7.6.3 and Cometd to 2.4.2. Fixed cometd sample project for the new cometd version.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1346763 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/samples/cometd/pom.xml b/http/samples/cometd/pom.xml
index f650fbd..fe24221 100644
--- a/http/samples/cometd/pom.xml
+++ b/http/samples/cometd/pom.xml
@@ -47,6 +47,10 @@
                         <Import-Package>
                             *;resolution:=optional
                         </Import-Package>
+                        <Include-Resource>
+                        	{maven-resources}, {maven-dependencies},
+                        	src-web=src-web
+                        </Include-Resource>
                     </instructions>
                 </configuration>
             </plugin>