Removing directory committed in error
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/META-INF/INDEX.LIST b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/META-INF/INDEX.LIST
deleted file mode 100644
index a86ae53..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/META-INF/INDEX.LIST
+++ /dev/null
@@ -1,14 +0,0 @@
-JarIndex-Version: 1.0
-
-org.eclipse.virgo.jetty.sample.tags.jar
-WEB-INF
-WEB-INF/classes
-WEB-INF/classes/org
-WEB-INF/classes/org/eclipse
-WEB-INF/classes/org/eclipse/virgo
-WEB-INF/classes/org/eclipse/virgo/jetty
-WEB-INF/classes/org/eclipse/virgo/jetty/sample
-WEB-INF/classes/org/eclipse/virgo/jetty/sample/web
-WEB-INF/jsp
-index.html
-
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/META-INF/MANIFEST.MF b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/META-INF/MANIFEST.MF
deleted file mode 100644
index d6e7dfa..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,24 +0,0 @@
-Manifest-Version: 1.0
-Ant-Version: Apache Ant 1.8.2
-Created-By: 1.6.0_29-b11-402-10M3527 (Apple Inc.)
-Import-Bundle: org.springframework.web.servlet;version="[2.5.6,4.0.0)"
-Require-TldBundle: org.springframework.web.servlet
-Bundle-Version: 3.0.3.BUILD-20120320145054
-Tool: Bundlor 1.0.0.RELEASE
-Bundle-Name: Web
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.virgo.jetty.sample.tags
-Web-ContextPath: taglibs
-Import-Package: org.eclipse.virgo.web.dm;version="[3.0.0,4.0.0)",org.s
- pringframework.context.config;version="[2.5.6,4.0.0)",org.springframe
- work.core;version="[2.5.6,4.0.0)",org.springframework.stereotype;vers
- ion="[2.5.6,4.0.0)",org.springframework.ui.context;version="[2.5.6,4.
- 0.0)",org.springframework.validation;version="[2.5.6,4.0.0)",org.spri
- ngframework.web.bind.annotation;version="[2.5.6,4.0.0)",org.springfra
- mework.web.context;version="[2.5.6,4.0.0)",org.springframework.web.se
- rvlet;version="[2.5.6,4.0.0)",org.springframework.web.servlet.view;ve
- rsion="[2.5.6,4.0.0)"
-Bundle-Creator: cgfrost
-Implementation-Title: org.eclipse.virgo.jetty.sample.tags
-Implementation-Version: 3.0.3.BUILD-20120320145054
-
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/applicationContext.xml b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/applicationContext.xml
deleted file mode 100644
index 699518e..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/applicationContext.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:osgi="http://www.springframework.org/schema/osgi"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
-
-
-</beans>
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/classes/org/eclipse/virgo/jetty/sample/web/FormHandler.class b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/classes/org/eclipse/virgo/jetty/sample/web/FormHandler.class
deleted file mode 100644
index 3513810..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/classes/org/eclipse/virgo/jetty/sample/web/FormHandler.class
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/classes/org/eclipse/virgo/jetty/sample/web/SampleController.class b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/classes/org/eclipse/virgo/jetty/sample/web/SampleController.class
deleted file mode 100644
index a85ac8b..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/classes/org/eclipse/virgo/jetty/sample/web/SampleController.class
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/jsp/sample.jsp b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/jsp/sample.jsp
deleted file mode 100644
index 720d76f..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/jsp/sample.jsp
+++ /dev/null
@@ -1,24 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %><%--
---%><%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %><%--
---%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-
-<head>
- <title>Virgo Admin Console</title>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-</head>
-
-<body class="main tundra">
- <center>
- <p>
- Previous comment: <%=request.getAttribute("lastComment") %>
- </p>
- <p>
- <form:form commandName="commentHandler">
- Comment: <form:input path="comment" />
- <input type="submit" value="Send!" />
- </form:form>
- </p>
- </center>
-</body>
-</html>
\ No newline at end of file
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/sample-servlet.xml b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/sample-servlet.xml
deleted file mode 100644
index a353a29..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/sample-servlet.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
-
- <context:component-scan base-package="org.eclipse.virgo.jetty.sample.web" />
-
-
- <!-- VIEW CONFIG -->
-
- <bean id="topViewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
- <!-- <property name="viewClass" value="org.springframework.web.servlet.view.JstlView"/> -->
- <property name="prefix" value="/WEB-INF/jsp/" />
- <property name="suffix" value=".jsp" />
- </bean>
-
-</beans>
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/web.xml b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/web.xml
deleted file mode 100644
index d39d2b8..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/WEB-INF/web.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
- version="2.5">
-
- <display-name>Taglibs Sample</display-name>
-
- <welcome-file-list>
- <welcome-file>index.jsp</welcome-file>
- <welcome-file>index.html</welcome-file>
- </welcome-file-list>
-
- <!-- CONFIGURE A PARENT APPLICATION CONTEXT -->
-
- <context-param>
- <param-name>contextClass</param-name>
- <param-value>org.eclipse.virgo.web.dm.ServerOsgiBundleXmlWebApplicationContext</param-value>
- </context-param>
-
- <listener>
- <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
- </listener>
-
- <!-- DISPATCHER SERVLET CONFIG -->
- <servlet>
- <servlet-name>sample</servlet-name>
- <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>sample</servlet-name>
- <url-pattern>/app/*</url-pattern>
- </servlet-mapping>
-
-</web-app>
diff --git a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/index.html b/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/index.html
deleted file mode 100644
index 48fc0eb..0000000
--- a/org.eclipse.virgo.jetty.smoketest/apps/org.eclipse.virgo.jetty.sample.tags/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <title>Virgo Console</title>
- <meta http-equiv="REFRESH" content="0;url=app/sample.htm">
-</head>
-<body>
- <br/>
- <br/>
- <center>
- <p>
- <em>Taglibs Sample Loading...</em>
- </p>
- </center>
-</body>
-</html>
\ No newline at end of file