You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/03/31 22:11:17 UTC

svn commit: r643124 - in /continuum/trunk/continuum-jetty: ./ src/main/conf/jetty-logging.xml

Author: olamy
Date: Mon Mar 31 13:11:13 2008
New Revision: 643124

URL: http://svn.apache.org/viewvc?rev=643124&view=rev
Log:
ignore target file
add missing license header


Modified:
    continuum/trunk/continuum-jetty/   (props changed)
    continuum/trunk/continuum-jetty/src/main/conf/jetty-logging.xml

Propchange: continuum/trunk/continuum-jetty/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar 31 13:11:13 2008
@@ -0,0 +1 @@
+target

Modified: continuum/trunk/continuum-jetty/src/main/conf/jetty-logging.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-jetty/src/main/conf/jetty-logging.xml?rev=643124&r1=643123&r2=643124&view=diff
==============================================================================
--- continuum/trunk/continuum-jetty/src/main/conf/jetty-logging.xml (original)
+++ continuum/trunk/continuum-jetty/src/main/conf/jetty-logging.xml Mon Mar 31 13:11:13 2008
@@ -1,6 +1,23 @@
 <?xml version="1.0"?>
 <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
-
+<!--
+  ~ 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.
+  -->
 
 <!-- =============================================================== -->
 <!-- Configure stderr and stdout to a Jetty rollover log file        -->