You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/09/01 07:07:04 UTC

svn commit: r439181 - in /geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans: test-bad-car.xml test-bad-ejb-jar.xml test-bad-rar.xml test-bad-war.xml

Author: jdillon
Date: Thu Aug 31 22:07:03 2006
New Revision: 439181

URL: http://svn.apache.org/viewvc?rev=439181&view=rev
Log:
Update header & format

Modified:
    geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-car.xml
    geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-ejb-jar.xml
    geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-rar.xml
    geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-war.xml

Modified: geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-car.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-car.xml?rev=439181&r1=439180&r2=439181&view=diff
==============================================================================
--- geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-car.xml (original)
+++ geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-car.xml Thu Aug 31 22:07:03 2006
@@ -1,22 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
-    Copyright 2004 The Apache Software Foundation
-
-    Licensed 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.
+    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.
 -->
 
+<!-- $Rev$ $Date$ -->
+
 <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1">
+
     <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
         <moduleId>
             <groupId>geronimo</groupId>
@@ -27,8 +32,8 @@
     </environment>
 
     <module>
-      <java>this-is-invalid.jar</java>
-      <alt-dd>this-does-not-exist.xml</alt-dd>
+        <java>this-is-invalid.jar</java>
+        <alt-dd>this-does-not-exist.xml</alt-dd>
     </module>
 
     <!-- a random gbean just to verify that the deployer doesn't die because of it -->

Modified: geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-ejb-jar.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-ejb-jar.xml?rev=439181&r1=439180&r2=439181&view=diff
==============================================================================
--- geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-ejb-jar.xml (original)
+++ geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-ejb-jar.xml Thu Aug 31 22:07:03 2006
@@ -1,22 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
-    Copyright 2004 The Apache Software Foundation
-
-    Licensed 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.
+    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.
 -->
 
+<!-- $Rev$ $Date$ -->
+
 <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1">
+    
     <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
         <moduleId>
             <groupId>geronimo</groupId>
@@ -25,10 +30,10 @@
             <type>car</type>
         </moduleId>
     </environment>
-   
+
     <module>
-      <ejb>this-is-invalid.jar</ejb>
-      <alt-dd>this-does-not-exist.xml</alt-dd>
+        <ejb>this-is-invalid.jar</ejb>
+        <alt-dd>this-does-not-exist.xml</alt-dd>
     </module>
 
     <!-- a random gbean just to verify that the deployer doesn't die because of it -->

Modified: geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-rar.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-rar.xml?rev=439181&r1=439180&r2=439181&view=diff
==============================================================================
--- geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-rar.xml (original)
+++ geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-rar.xml Thu Aug 31 22:07:03 2006
@@ -1,22 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
-    Copyright 2004 The Apache Software Foundation
-
-    Licensed 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.
+    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.
 -->
 
+<!-- $Rev$ $Date$ -->
+
 <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1">
+    
     <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
         <moduleId>
             <groupId>geronimo</groupId>
@@ -25,10 +30,10 @@
             <type>car</type>
         </moduleId>
     </environment>
- 
+
     <module>
-      <connector>this-is-invalid.rar</connector>
-      <alt-dd>this-does-not-exist.xml</alt-dd>
+        <connector>this-is-invalid.rar</connector>
+        <alt-dd>this-does-not-exist.xml</alt-dd>
     </module>
 
     <!-- a random gbean just to verify that the deployer doesn't die because of it -->

Modified: geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-war.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-war.xml?rev=439181&r1=439180&r2=439181&view=diff
==============================================================================
--- geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-war.xml (original)
+++ geronimo/server/trunk/modules/geronimo-j2ee-builder/src/test/resources/plans/test-bad-war.xml Thu Aug 31 22:07:03 2006
@@ -1,22 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
-    Copyright 2004 The Apache Software Foundation
-
-    Licensed 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.
+    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.
 -->
 
+<!-- $Rev$ $Date$ -->
+
 <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1">
+
     <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
         <moduleId>
             <groupId>geronimo</groupId>
@@ -25,10 +30,10 @@
             <type>car</type>
         </moduleId>
     </environment>
-    
+
     <module>
-      <web>this-is-invalid.war</web>
-      <alt-dd>this-does-not-exist.xml</alt-dd>
+        <web>this-is-invalid.war</web>
+        <alt-dd>this-does-not-exist.xml</alt-dd>
     </module>
 
     <!-- a random gbean just to verify that the deployer doesn't die because of it -->