[jboss-osgi-commits] JBoss-OSGI SVN: r91198 - in projects/jboss-osgi/trunk: distribution/installer and 24 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Jul 14 06:05:17 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-14 06:05:14 -0400 (Tue, 14 Jul 2009)
New Revision: 91198

Removed:
   projects/jboss-osgi/trunk/profiles.xml.example
Modified:
   projects/jboss-osgi/trunk/distribution/installer/pom.xml
   projects/jboss-osgi/trunk/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/apache-xerces/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/blueprint/impl/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/blueprint/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/common/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/hotdeploy/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/jaxb/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/jboss-common-core/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/jboss-xml-binding/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/jmx/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/jndi/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/microcontainer/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/remotelog/pom.xml
   projects/jboss-osgi/trunk/reactor/bundles/webconsole/pom.xml
   projects/jboss-osgi/trunk/reactor/runtime/deployers/pom.xml
   projects/jboss-osgi/trunk/reactor/runtime/equinox/pom.xml
   projects/jboss-osgi/trunk/reactor/runtime/felix/pom.xml
   projects/jboss-osgi/trunk/reactor/runtime/jbossas/pom.xml
   projects/jboss-osgi/trunk/reactor/runtime/knopflerfish/pom.xml
   projects/jboss-osgi/trunk/reactor/spi/pom.xml
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
   projects/jboss-osgi/trunk/testsuite/pom.xml
   projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
Log:
Add license headers to poms

Modified: projects/jboss-osgi/trunk/distribution/installer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -10,6 +10,7 @@
   <!-- ====================================================================== -->
 
   <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id: pom.xml 91197 2009-07-14 09:48:24Z thomas.diesler at jboss.com $ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Deleted: projects/jboss-osgi/trunk/profiles.xml.example
===================================================================
--- projects/jboss-osgi/trunk/profiles.xml.example	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/profiles.xml.example	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,22 +0,0 @@
-<profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-  <profiles>
-
-    <!-- This profile can also be defined in ~/.m2/settings.xml -->   
-    <profile>
-      <id>jboss-home-profile</id>
-      <activation>
-        <property>
-          <name>user.name</name>
-        </property>
-      </activation>
-      <properties>
-        <jboss501.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_1_GA/build/output/jboss-5.0.1.GA</jboss501.home>
-        <jboss510.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_1_0_GA/build/output/jboss-5.1.0.GA</jboss510.home>
-        <jboss520.home>/home/tdiesler/svn/jbossas/branches/Branch_5_x/build/output/jboss-5.2.0.Beta</jboss520.home>
-        <jboss600.home>/home/tdiesler/svn/jbossas/trunk/build/output/jboss-6.0.0.Alpha1</jboss600.home>
-      </properties>
-    </profile>
-
-  </profiles>
-</profilesXml>

Modified: projects/jboss-osgi/trunk/reactor/bundles/apache-xerces/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/apache-xerces/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/apache-xerces/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/blueprint/impl/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/blueprint/impl/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/blueprint/impl/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,3 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/blueprint/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/blueprint/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/blueprint/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,3 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/blueprint/testsuite/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,3 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/common/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/common/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/common/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,3 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   

Modified: projects/jboss-osgi/trunk/reactor/bundles/hotdeploy/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/hotdeploy/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/hotdeploy/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/jaxb/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/jaxb/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/jaxb/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/jboss-common-core/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/jboss-common-core/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/jboss-common-core/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/jboss-xml-binding/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/jboss-xml-binding/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/jboss-xml-binding/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/jmx/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/jmx/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/jmx/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,3 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   

Modified: projects/jboss-osgi/trunk/reactor/bundles/jndi/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/jndi/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/jndi/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,3 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/microcontainer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/microcontainer/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/microcontainer/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/remotelog/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/remotelog/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/remotelog/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/bundles/webconsole/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/bundles/webconsole/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/bundles/webconsole/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,3 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id: pom.xml 91197 2009-07-14 09:48:24Z thomas.diesler at jboss.com $ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/runtime/deployers/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/deployers/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/runtime/deployers/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/runtime/equinox/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/equinox/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/runtime/equinox/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/runtime/felix/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/felix/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/runtime/felix/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/runtime/jbossas/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/jbossas/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/runtime/jbossas/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/runtime/knopflerfish/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/knopflerfish/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/runtime/knopflerfish/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/reactor/spi/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/spi/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/reactor/spi/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id: pom.xml 91197 2009-07-14 09:48:24Z thomas.diesler at jboss.com $ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id: pom.xml 91197 2009-07-14 09:48:24Z thomas.diesler at jboss.com $ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-07-14 09:48:24 UTC (rev 91197)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-07-14 10:05:14 UTC (rev 91198)
@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id: pom.xml 91197 2009-07-14 09:48:24Z thomas.diesler at jboss.com $ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 




More information about the jboss-osgi-commits mailing list