You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/10/24 16:40:17 UTC

svn commit: r707646 - in /geronimo/server/trunk/plugins/classloaders: geronimo-javaee-deployment_1.1MR3_spec/pom.xml geronimo-schema-jee_5/pom.xml pom.xml xbean-finder/pom.xml

Author: gawor
Date: Fri Oct 24 07:40:17 2008
New Revision: 707646

URL: http://svn.apache.org/viewvc?rev=707646&view=rev
Log:
added license headers, improved formatting

Modified:
    geronimo/server/trunk/plugins/classloaders/geronimo-javaee-deployment_1.1MR3_spec/pom.xml
    geronimo/server/trunk/plugins/classloaders/geronimo-schema-jee_5/pom.xml
    geronimo/server/trunk/plugins/classloaders/pom.xml
    geronimo/server/trunk/plugins/classloaders/xbean-finder/pom.xml

Modified: geronimo/server/trunk/plugins/classloaders/geronimo-javaee-deployment_1.1MR3_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/classloaders/geronimo-javaee-deployment_1.1MR3_spec/pom.xml?rev=707646&r1=707645&r2=707646&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/classloaders/geronimo-javaee-deployment_1.1MR3_spec/pom.xml (original)
+++ geronimo/server/trunk/plugins/classloaders/geronimo-javaee-deployment_1.1MR3_spec/pom.xml Fri Oct 24 07:40:17 2008
@@ -1,4 +1,20 @@
-<?xml version="1.0"?>
+<?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.
+-->
 <project>
     <parent>
         <artifactId>classloaders</artifactId>

Modified: geronimo/server/trunk/plugins/classloaders/geronimo-schema-jee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/classloaders/geronimo-schema-jee_5/pom.xml?rev=707646&r1=707645&r2=707646&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/classloaders/geronimo-schema-jee_5/pom.xml (original)
+++ geronimo/server/trunk/plugins/classloaders/geronimo-schema-jee_5/pom.xml Fri Oct 24 07:40:17 2008
@@ -1,25 +1,44 @@
-<?xml version="1.0"?><project>
+<?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.
+-->
+<project>
   <parent>
     <artifactId>classloaders</artifactId>
     <groupId>org.apache.geronimo.plugins.classloaders</groupId>
     <version>2.2-SNAPSHOT</version>
   </parent>
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>geronimo-schema-jee_5</artifactId>
-<name>geronimo-schema-jee_5 classloader</name>
+  <name>geronimo-schema-jee_5 classloader</name>
   <packaging>car</packaging>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.schema</groupId>
-            <artifactId>geronimo-schema-jee_5</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>xmlbeans</artifactId>
-            <version>${version}</version>
-            <type>car</type>    
-        </dependency>
-    </dependencies>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.geronimo.schema</groupId>
+      <artifactId>geronimo-schema-jee_5</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.framework</groupId>
+      <artifactId>xmlbeans</artifactId>
+      <version>${version}</version>
+      <type>car</type>
+    </dependency>
+  </dependencies>
 
   <build>
     <plugins>
@@ -32,7 +51,7 @@
           </deploymentConfigs>
           <category>Classloaders</category>
           <instance>
-            <plugin-artifact></plugin-artifact>
+            <plugin-artifact/>
           </instance>
         </configuration>
       </plugin>

Modified: geronimo/server/trunk/plugins/classloaders/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/classloaders/pom.xml?rev=707646&r1=707645&r2=707646&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/classloaders/pom.xml (original)
+++ geronimo/server/trunk/plugins/classloaders/pom.xml Fri Oct 24 07:40:17 2008
@@ -1,4 +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.
+-->
 <project>
   <parent>
     <artifactId>plugins</artifactId>
@@ -6,15 +22,15 @@
     <version>2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.geronimo.plugins.classloaders</groupId>
+  <groupId>org.apache.geronimo.plugins.classloaders</groupId>
   <artifactId>classloaders</artifactId>
   <name>classloaders</name>
   <packaging>pom</packaging>
-<description>Plugins that are only classloaders, with no services.  These typically are used to share classes among several independent services.
+  <description>Plugins that are only classloaders, with no services.  These typically are used to share classes among several independent services.
 </description>
   <modules>
     <module>xbean-finder</module>
     <module>geronimo-javaee-deployment_1.1MR3_spec</module>
     <module>geronimo-schema-jee_5</module>
-   </modules>
+  </modules>
 </project>

Modified: geronimo/server/trunk/plugins/classloaders/xbean-finder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/classloaders/xbean-finder/pom.xml?rev=707646&r1=707645&r2=707646&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/classloaders/xbean-finder/pom.xml (original)
+++ geronimo/server/trunk/plugins/classloaders/xbean-finder/pom.xml Fri Oct 24 07:40:17 2008
@@ -1,19 +1,38 @@
-<?xml version="1.0"?><project>
+<?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.
+-->
+<project>
   <parent>
     <artifactId>classloaders</artifactId>
     <groupId>org.apache.geronimo.plugins.classloaders</groupId>
     <version>2.2-SNAPSHOT</version>
   </parent>
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>xbean-finder</artifactId>
-<name>xbean-finder classloader</name>
+  <name>xbean-finder classloader</name>
   <packaging>car</packaging>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>xbean-finder</artifactId>
-        </dependency>
-    </dependencies>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.xbean</groupId>
+      <artifactId>xbean-finder</artifactId>
+    </dependency>
+  </dependencies>
 
   <build>
     <plugins>
@@ -26,7 +45,7 @@
           </deploymentConfigs>
           <category>Classloaders</category>
           <instance>
-            <plugin-artifact></plugin-artifact>
+            <plugin-artifact/>
           </instance>
         </configuration>
       </plugin>