You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/11/24 20:33:59 UTC

svn commit: r478955 - in /beehive/branches/v1.0.2: build.xml samples/petstoreWeb/web/WEB-INF/web.xml

Author: ekoneil
Date: Fri Nov 24 11:33:58 2006
New Revision: 478955

URL: http://svn.apache.org/viewvc?view=rev&rev=478955
Log:
Merge chnage 478954 from trunk/ into branches/v1.0.2

Modified:
    beehive/branches/v1.0.2/build.xml
    beehive/branches/v1.0.2/samples/petstoreWeb/web/WEB-INF/web.xml

Modified: beehive/branches/v1.0.2/build.xml
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/build.xml?view=diff&rev=478955&r1=478954&r2=478955
==============================================================================
--- beehive/branches/v1.0.2/build.xml (original)
+++ beehive/branches/v1.0.2/build.xml Fri Nov 24 11:33:58 2006
@@ -247,6 +247,10 @@
         <antcall target="build.dist.archives"/>
     </target>
 
+    <target name="rat" description="Run RAT on the distribution packages">
+        <ant antfile="distribution.xml" target="rat" inheritAll="false"/>
+    </target>
+
     <!-- consider getting rid of this one too, since run.test.dist does this too -->
     <target name="build.test.dist" description="Build the Beehive Distribution Tests">
         <ant antfile="distribution.xml" target="build.test.dist" inheritAll="false"/>

Modified: beehive/branches/v1.0.2/samples/petstoreWeb/web/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/samples/petstoreWeb/web/WEB-INF/web.xml?view=diff&rev=478955&r1=478954&r2=478955
==============================================================================
--- beehive/branches/v1.0.2/samples/petstoreWeb/web/WEB-INF/web.xml (original)
+++ beehive/branches/v1.0.2/samples/petstoreWeb/web/WEB-INF/web.xml Fri Nov 24 11:33:58 2006
@@ -1,5 +1,24 @@
 <?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.
+
+   $Header:$
+-->
+
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"