]> source.dussan.org Git - archiva.git/commitdiff
remove this struts2-jqboot-theme
authorOlivier Lamy <olamy@apache.org>
Thu, 3 Nov 2011 15:22:45 +0000 (15:22 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 3 Nov 2011 15:22:45 +0000 (15:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1197184 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-struts2-jqboot-theme/pom.xml [deleted file]
archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/controlheader.ftl [deleted file]
archiva-modules/archiva-web/archiva-struts2-jqboot-theme/src/main/resources/template/jqboot/theme.properties [deleted file]
archiva-modules/archiva-web/archiva-webapp/pom.xml
archiva-modules/archiva-web/pom.xml
pom.xml

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 (file)
index 6892cb6..0000000
+++ /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 (file)
index bf16655..0000000
+++ /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 (file)
index 49429d0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-parent = xhtml
\ No newline at end of file
index b0334c71a6066ee4ce0418f70cd0f838e72b3aa4..5b8ccc8642d09b30e870a6d9310173b99b5a720c 100644 (file)
       <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>
index 19b6572b482e3dfafebe50f9252c7a509ce54449..3c035333fa51b5c94c803119234e13b67e938071 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index 70a81e8fb6b92588f26284aac24ac57be706d2f5..7b61e0423952d178f76969948101fc4837609214 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <type>zip</type>
         <classifier>docs</classifier>
       </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>