Skip to content

Commit

Permalink
[AMQ-4994] Remove site-mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Feb 1, 2014
1 parent da37753 commit cbc227c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 288 deletions.
6 changes: 0 additions & 6 deletions activemq-web-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,6 @@
<artifactId>log4j</artifactId>
</dependency>

<!-- SiteMesh for layout -->
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
</dependency>

<!-- JSTL support -->
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
31 changes: 0 additions & 31 deletions activemq-web-console/src/main/webapp/WEB-INF/decorators.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
--%>
<%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
<%@ taglib prefix="form" tagdir="/WEB-INF/tags/form" %>
<%@ taglib prefix="jms" tagdir="/WEB-INF/tags/jms" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Expand Down
13 changes: 0 additions & 13 deletions activemq-web-console/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@
</description>
<display-name>ActiveMQ Console</display-name>

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Configuration of the SiteMesh Filter. -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!--filter>
<filter-name>sitemesh</filter-name>
<filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>sitemesh</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping-->

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Expose Spring POJOs to JSP . -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
Expand Down
173 changes: 0 additions & 173 deletions activemq-web-console/src/main/webapp/decorators/main.jsp

This file was deleted.

32 changes: 0 additions & 32 deletions activemq-web-console/src/main/webapp/decorators/panel.jsp

This file was deleted.

32 changes: 0 additions & 32 deletions activemq-web-console/src/main/webapp/decorators/printable.jsp

This file was deleted.

0 comments on commit cbc227c

Please sign in to comment.