cleanup and add license header

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-26 19:57:31 +00:00
parent b224367c9e
commit 1de6fe7f0d
3 changed files with 18 additions and 17 deletions

View File

@ -246,7 +246,6 @@
<configuration> <configuration>
<excludes> <excludes>
<exclude>src/main/conf/**</exclude> <exclude>src/main/conf/**</exclude>
<exclude>src/main/contexts/**</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -22,7 +22,6 @@
<formats> <formats>
<format>tar.gz</format> <format>tar.gz</format>
<format>zip</format> <format>zip</format>
<format>dir</format>
</formats> </formats>
<fileSets> <fileSets>
<fileSet> <fileSet>

View File

@ -1,24 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd"> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<!-- ================================================================== <!--
Configure and deploy the test web application in $(jetty.home)/webapps/test ~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
Note. If this file did not exist or used a context path other that /test ~ distributed with this work for additional information
then the default configuration of jetty.xml would discover the test ~ regarding copyright ownership. The ASF licenses this file
webapplication with a WebAppDeployer. By specifying a context in this ~ to you under the Apache License, Version 2.0 (the
directory, additional configuration may be specified and hot deployments ~ "License"); you may not use this file except in compliance
detected. ~ 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.
-->
<Configure class="org.eclipse.jetty.webapp.WebAppContext"> <Configure class="org.eclipse.jetty.webapp.WebAppContext">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- Required minimal context configuration : -->
<!-- + contextPath -->
<!-- + war OR resourceBase -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<Set name="contextPath">/</Set> <Set name="contextPath">/</Set>
<Set name="war"><SystemProperty name="jetty.home" default="."/>/apps/archiva</Set> <Set name="war"><SystemProperty name="jetty.home" default="."/>/apps/archiva</Set>