diff options
6 files changed, 0 insertions, 47 deletions
diff --git a/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/pom.xml b/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/pom.xml deleted file mode 100644 index 6892cb658..000000000 --- a/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/pom.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-web</artifactId> - <version>1.4-M2-SNAPSHOT</version> - </parent> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-struts2-jqboot-theme</artifactId> - <version>1.4-M2-SNAPSHOT</version> - <name>Archiva Web :: Struts2 JqBoot Theme</name> - -</project> diff --git a/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/controlheader.ftl b/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/controlheader.ftl deleted file mode 100644 index bf166559a..000000000 --- a/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/controlheader.ftl +++ /dev/null @@ -1 +0,0 @@ -<#include "/${parameters.templateDir}/xhtml/controlheader.ftl" />
\ No newline at end of file diff --git a/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/theme.properties b/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/theme.properties deleted file mode 100644 index 49429d0cc..000000000 --- a/archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/theme.properties +++ /dev/null @@ -1 +0,0 @@ -parent = xhtml
\ No newline at end of file diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index b0334c71a..5b8ccc864 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -144,12 +144,6 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-rest-api</artifactId> </dependency> - <!-- - <dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-struts2-jqboot-theme</artifactId> - </dependency> - --> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 19b6572b4..3c035333f 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -28,7 +28,6 @@ <modules> <module>archiva-applet</module> <module>archiva-security</module> - <module>archiva-struts2-jqboot-theme</module> <module>archiva-webapp</module> <module>archiva-webdav</module> <module>archiva-rss</module> @@ -372,11 +372,6 @@ </dependency> <dependency> <groupId>org.apache.archiva</groupId> - <artifactId>archiva-struts2-jqboot-theme</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.archiva</groupId> <artifactId>archiva-webapp</artifactId> <version>${project.version}</version> <type>war</type> |