You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/05/06 19:26:00 UTC

svn commit: r772379 - in /incubator/openwebbeans/trunk/webbeans-tck: jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml src/test/resources/org/jboss/testharness/impl/packaging/war/custom/web.xml

Author: gerdogdu
Date: Wed May  6 17:25:59 2009
New Revision: 772379

URL: http://svn.apache.org/viewvc?rev=772379&view=rev
Log:
Updating license files.

Modified:
    incubator/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
    incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/org/jboss/testharness/impl/packaging/war/custom/web.xml

Modified: incubator/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml?rev=772379&r1=772378&r2=772379&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml Wed May  6 17:25:59 2009
@@ -1,5 +1,20 @@
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.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.
+-->
 <suite name="JSR-299 TCK" verbose="2"  >
    <test name="JSR-299 TCK" > 
       <method-selectors>

Modified: incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/org/jboss/testharness/impl/packaging/war/custom/web.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/org/jboss/testharness/impl/packaging/war/custom/web.xml?rev=772379&r1=772378&r2=772379&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/org/jboss/testharness/impl/packaging/war/custom/web.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/org/jboss/testharness/impl/packaging/war/custom/web.xml Wed May  6 17:25:59 2009
@@ -1,5 +1,20 @@
 <?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.
+-->
 <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">