JBoss-OSGI SVN: r91198 - in projects/jboss-osgi/trunk: distribution/installer and 24 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)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(a)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(a)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(a)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(a)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(a)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>
16 years, 5 months
JBoss-OSGI SVN: r91197 - in projects/jboss-osgi/trunk: distribution and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 05:48:24 -0400 (Tue, 14 Jul 2009)
New Revision: 91197
Added:
projects/jboss-osgi/trunk/distribution/installer/
projects/jboss-osgi/trunk/reactor/
Removed:
projects/jboss-osgi/trunk/installer/
projects/jboss-osgi/trunk/modules/
Modified:
projects/jboss-osgi/trunk/pom.xml
Log:
Rename modules to reactor
Copied: projects/jboss-osgi/trunk/distribution/installer (from rev 91196, projects/jboss-osgi/trunk/installer)
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-07-14 09:41:15 UTC (rev 91196)
+++ projects/jboss-osgi/trunk/pom.xml 2009-07-14 09:48:24 UTC (rev 91197)
@@ -276,25 +276,25 @@
<profile>
<id>reactor</id>
<modules>
- <module>modules/spi</module>
- <module>modules/bundles/apache-xerces</module>
- <module>modules/bundles/blueprint</module>
- <module>modules/bundles/common</module>
- <module>modules/bundles/hotdeploy</module>
- <module>modules/bundles/husky</module>
- <module>modules/bundles/jaxb</module>
- <module>modules/bundles/jboss-common-core</module>
- <module>modules/bundles/jboss-xml-binding</module>
- <module>modules/bundles/jmx</module>
- <module>modules/bundles/jndi</module>
- <module>modules/bundles/microcontainer</module>
- <module>modules/bundles/remotelog</module>
- <module>modules/bundles/webconsole</module>
- <module>modules/runtime/equinox</module>
- <module>modules/runtime/deployers</module>
- <module>modules/runtime/felix</module>
- <module>modules/runtime/jbossas</module>
- <module>modules/runtime/knopflerfish</module>
+ <module>reactor/spi</module>
+ <module>reactor/bundles/apache-xerces</module>
+ <module>reactor/bundles/blueprint</module>
+ <module>reactor/bundles/common</module>
+ <module>reactor/bundles/hotdeploy</module>
+ <module>reactor/bundles/husky</module>
+ <module>reactor/bundles/jaxb</module>
+ <module>reactor/bundles/jboss-common-core</module>
+ <module>reactor/bundles/jboss-xml-binding</module>
+ <module>reactor/bundles/jmx</module>
+ <module>reactor/bundles/jndi</module>
+ <module>reactor/bundles/microcontainer</module>
+ <module>reactor/bundles/remotelog</module>
+ <module>reactor/bundles/webconsole</module>
+ <module>reactor/runtime/equinox</module>
+ <module>reactor/runtime/deployers</module>
+ <module>reactor/runtime/felix</module>
+ <module>reactor/runtime/jbossas</module>
+ <module>reactor/runtime/knopflerfish</module>
<module>testsuite</module>
</modules>
</profile>
Copied: projects/jboss-osgi/trunk/reactor (from rev 91196, projects/jboss-osgi/trunk/modules)
16 years, 5 months
JBoss-OSGI SVN: r91196 - in projects/jboss-osgi/trunk: distribution and 3 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 05:41:15 -0400 (Tue, 14 Jul 2009)
New Revision: 91196
Added:
projects/jboss-osgi/trunk/distribution/docbook/
projects/jboss-osgi/trunk/installer/
projects/jboss-osgi/trunk/installer/pom.xml
projects/jboss-osgi/trunk/installer/runtime/
projects/jboss-osgi/trunk/installer/scripts/
projects/jboss-osgi/trunk/installer/src/
projects/jboss-osgi/trunk/testsuite/
Removed:
projects/jboss-osgi/trunk/distribution/pom.xml
projects/jboss-osgi/trunk/distribution/runtime/
projects/jboss-osgi/trunk/distribution/scripts/
projects/jboss-osgi/trunk/distribution/src/
projects/jboss-osgi/trunk/modules/docbook/
projects/jboss-osgi/trunk/modules/testsuite/
Modified:
projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
projects/jboss-osgi/trunk/pom.xml
Log:
Move docbook to distro
Copied: projects/jboss-osgi/trunk/distribution/docbook (from rev 91195, projects/jboss-osgi/trunk/modules/docbook)
Deleted: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml 2009-07-14 09:08:06 UTC (rev 91195)
+++ projects/jboss-osgi/trunk/distribution/pom.xml 2009-07-14 09:41:15 UTC (rev 91196)
@@ -1,302 +0,0 @@
-<?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>
-
- <name>JBossOSGi Distribution</name>
-
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-distribution</artifactId>
- <packaging>pom</packaging>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi</artifactId>
- <version>1.0.0.Beta3</version>
- </parent>
-
- <!-- Dependencies -->
- <dependencies>
- <dependency>
- <groupId>args4j</groupId>
- <artifactId>args4j</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-deployers</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-deployers</artifactId>
- <version>${version.jboss.osgi.runtime.deployers}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-jbossas</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-jbossas</artifactId>
- <version>${version.jboss.osgi.runtime.jbossas}</version>
- <classifier>config</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-jbossas</artifactId>
- <version>${version.jboss.osgi.runtime.jbossas}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-spi</artifactId>
- <version>${version.jboss.osgi.spi}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-spi</artifactId>
- <version>${version.jboss.osgi.spi}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-spi</artifactId>
- <version>${version.jboss.osgi.spi}</version>
- <classifier>javadoc</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-testsuite-example</artifactId>
- <version>${version}</version>
- <type>zip</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-userguide</artifactId>
- <version>${version}</version>
- <type>jdocbook</type>
- </dependency>
-
- <!-- Bundles -->
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-apache-xerces</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-common-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-hotdeploy</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- <version>${version.jboss.osgi.husky}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- <version>${version.jboss.osgi.husky}</version>
- <classifier>javadoc</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-jaxb</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-jmx</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-jndi</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-microcontainer</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-webconsole</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-xml-binding</artifactId>
- </dependency>
-
- <!-- Equinox Dependencies -->
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-equinox</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-equinox</artifactId>
- <version>${version.jboss.osgi.runtime.equinox}</version>
- <classifier>sources</classifier>
- </dependency>
-
- <!-- Felix Dependencies -->
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-felix</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-felix</artifactId>
- <version>${version.jboss.osgi.runtime.felix}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.configadmin</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.http.jetty</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.log</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.metatype</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <!-- Knopflerfish Dependencies -->
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
- <version>${version.jboss.osgi.runtime.knopflerfish}</version>
- <classifier>sources</classifier>
- </dependency>
-
- <!-- izpack -->
- <dependency>
- <groupId>org.codehaus.izpack</groupId>
- <artifactId>izpack-standalone-compiler</artifactId>
- </dependency>
- </dependencies>
-
- <!-- Plugins -->
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>process-resources</phase>
- <goals>
- <goal>directory-single</goal>
- </goals>
- <configuration>
- <finalName>deploy-artifacts</finalName>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- <appendAssemblyId>false</appendAssemblyId>
- <descriptors>
- <descriptor>scripts/assembly-deploy-artifacts.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- <execution>
- <id>src</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <descriptors>
- <descriptor>scripts/assembly-src-distro.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>izpack</id>
- <phase>package</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
- <property name="framework" value="${framework}" />
- <!-- ${jboss.home} is available in the hudson run -->
- <property name="jboss.home" value="${jboss.home}" />
- <property name="jboss501.home" value="${jboss501.home}" />
- <property name="jboss510.home" value="${jboss510.home}" />
- <property name="jboss520.home" value="${jboss520.home}" />
- <property name="jboss600.home" value="${jboss600.home}" />
- <property name="product.name" value="${project.name}" />
- <property name="product.short.name" value="${artifactId}" />
- <property name="product.version" value="${project.version}" />
- <property name="target.container" value="${target.container}" />
- <property name="user.home" value="${user.home}" />
- <ant antfile="scripts/antrun-installer.xml" target="build-installer" />
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-artifacts</id>
- <phase>package</phase>
- <goals>
- <goal>attach-artifact</goal>
- </goals>
- <configuration>
- <artifacts>
- <artifact>
- <file>target/jboss-osgi-installer-${version}.jar</file>
- <classifier>installer</classifier>
- <type>jar</type>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>
\ No newline at end of file
Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh 2009-07-14 09:08:06 UTC (rev 91195)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh 2009-07-14 09:41:15 UTC (rev 91196)
@@ -6,7 +6,7 @@
# $Id$
OSGIDIR=$WORKSPACE/jboss-osgi
-DISTRODIR=$OSGIDIR/distribution/target
+DISTRODIR=$OSGIDIR/distribution/installer/target
HUDSONDIR=$OSGIDIR/hudson
HUDSONBIN=$HUDSONDIR/hudson-home/bin
Copied: projects/jboss-osgi/trunk/installer/pom.xml (from rev 91195, projects/jboss-osgi/trunk/distribution/pom.xml)
===================================================================
--- projects/jboss-osgi/trunk/installer/pom.xml (rev 0)
+++ projects/jboss-osgi/trunk/installer/pom.xml 2009-07-14 09:41:15 UTC (rev 91196)
@@ -0,0 +1,302 @@
+<?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>
+
+ <name>JBossOSGi Distribution</name>
+
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-distribution</artifactId>
+ <packaging>pom</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta3</version>
+ </parent>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>args4j</groupId>
+ <artifactId>args4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-deployers</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-deployers</artifactId>
+ <version>${version.jboss.osgi.runtime.deployers}</version>
+ <classifier>sources</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
+ <version>${version.jboss.osgi.runtime.jbossas}</version>
+ <classifier>config</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
+ <version>${version.jboss.osgi.runtime.jbossas}</version>
+ <classifier>sources</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-spi</artifactId>
+ <version>${version.jboss.osgi.spi}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-spi</artifactId>
+ <version>${version.jboss.osgi.spi}</version>
+ <classifier>sources</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-spi</artifactId>
+ <version>${version.jboss.osgi.spi}</version>
+ <classifier>javadoc</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-testsuite-example</artifactId>
+ <version>${version}</version>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-userguide</artifactId>
+ <version>${version}</version>
+ <type>jdocbook</type>
+ </dependency>
+
+ <!-- Bundles -->
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-apache-xerces</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-common-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-hotdeploy</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-husky</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-husky</artifactId>
+ <version>${version.jboss.osgi.husky}</version>
+ <classifier>sources</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-husky</artifactId>
+ <version>${version.jboss.osgi.husky}</version>
+ <classifier>javadoc</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-jaxb</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-jmx</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-jndi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-microcontainer</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-webconsole</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-xml-binding</artifactId>
+ </dependency>
+
+ <!-- Equinox Dependencies -->
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-equinox</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-equinox</artifactId>
+ <version>${version.jboss.osgi.runtime.equinox}</version>
+ <classifier>sources</classifier>
+ </dependency>
+
+ <!-- Felix Dependencies -->
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-felix</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-felix</artifactId>
+ <version>${version.jboss.osgi.runtime.felix}</version>
+ <classifier>sources</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.configadmin</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.http.jetty</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.log</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.metatype</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Knopflerfish Dependencies -->
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
+ <version>${version.jboss.osgi.runtime.knopflerfish}</version>
+ <classifier>sources</classifier>
+ </dependency>
+
+ <!-- izpack -->
+ <dependency>
+ <groupId>org.codehaus.izpack</groupId>
+ <artifactId>izpack-standalone-compiler</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>directory-single</goal>
+ </goals>
+ <configuration>
+ <finalName>deploy-artifacts</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>scripts/assembly-deploy-artifacts.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ <execution>
+ <id>src</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>scripts/assembly-src-distro.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>izpack</id>
+ <phase>package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
+ <property name="framework" value="${framework}" />
+ <!-- ${jboss.home} is available in the hudson run -->
+ <property name="jboss.home" value="${jboss.home}" />
+ <property name="jboss501.home" value="${jboss501.home}" />
+ <property name="jboss510.home" value="${jboss510.home}" />
+ <property name="jboss520.home" value="${jboss520.home}" />
+ <property name="jboss600.home" value="${jboss600.home}" />
+ <property name="product.name" value="${project.name}" />
+ <property name="product.short.name" value="${artifactId}" />
+ <property name="product.version" value="${project.version}" />
+ <property name="target.container" value="${target.container}" />
+ <property name="user.home" value="${user.home}" />
+ <ant antfile="scripts/antrun-installer.xml" target="build-installer" />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>target/jboss-osgi-installer-${version}.jar</file>
+ <classifier>installer</classifier>
+ <type>jar</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
\ No newline at end of file
Copied: projects/jboss-osgi/trunk/installer/runtime (from rev 91195, projects/jboss-osgi/trunk/distribution/runtime)
Copied: projects/jboss-osgi/trunk/installer/scripts (from rev 91195, projects/jboss-osgi/trunk/distribution/scripts)
Copied: projects/jboss-osgi/trunk/installer/src (from rev 91195, projects/jboss-osgi/trunk/distribution/src)
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-07-14 09:08:06 UTC (rev 91195)
+++ projects/jboss-osgi/trunk/pom.xml 2009-07-14 09:41:15 UTC (rev 91196)
@@ -270,30 +270,8 @@
<profiles>
<!--
- Name: distro
- Desc: Build the distribution
- -->
- <profile>
- <id>distro</id>
- <modules>
- <module>distribution</module>
- <module>modules/docbook</module>
- </modules>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!--
Name: reactor
- Desc: Build the dependent modules and run the integration testsuite
+ Desc: Build the reactor projects and run the integration testsuite
-->
<profile>
<id>reactor</id>
@@ -317,11 +295,33 @@
<module>modules/runtime/felix</module>
<module>modules/runtime/jbossas</module>
<module>modules/runtime/knopflerfish</module>
- <module>modules/testsuite</module>
+ <module>testsuite</module>
</modules>
</profile>
<!--
+ Name: distro
+ Desc: Build the distribution
+ -->
+ <profile>
+ <id>distro</id>
+ <modules>
+ <module>distribution/docbook</module>
+ <module>distribution/installer</module>
+ </modules>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
Name: no-jboss-bind-address
Desc: Set the default jboss.bind.address
-->
Copied: projects/jboss-osgi/trunk/testsuite (from rev 91195, projects/jboss-osgi/trunk/modules/testsuite)
16 years, 5 months
JBoss-OSGI SVN: r91195 - projects/jboss-osgi/trunk/hudson/hudson-home.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 05:08:06 -0400 (Tue, 14 Jul 2009)
New Revision: 91195
Modified:
projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
Log:
Run reactor tests in hudson
Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh 2009-07-14 08:48:12 UTC (rev 91194)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh 2009-07-14 09:08:06 UTC (rev 91195)
@@ -86,7 +86,7 @@
#
# log dependency tree
#
-MVN_CMD="mvn -o $ENVIRONMENT dependency:tree"
+MVN_CMD="mvn -o $ENVIRONMENT -Preactor dependency:tree"
echo $MVN_CMD; $MVN_CMD | tee $WORKSPACE/dependency-tree.txt
#
@@ -108,12 +108,12 @@
#
# execute tests
#
-MVN_CMD="mvn -o -fae $ENVIRONMENT test"
+MVN_CMD="mvn -o -fae $ENVIRONMENT -Preactor test"
echo $MVN_CMD; $MVN_CMD 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u | tee $WORKSPACE/fixme.txt
cat $WORKSPACE/fixme.txt | egrep "\[\S*]" > $WORKSPACE/errata-$CONTAINER.txt || :
#
-# stop jbossas
+# stop jbossas/runtime
#
$HUDSONBIN/startup.sh $RUNTIME_HOME stop
16 years, 5 months
JBoss-OSGI SVN: r91194 - in projects/jboss-osgi/trunk/distribution: scripts and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 04:48:12 -0400 (Tue, 14 Jul 2009)
New Revision: 91194
Modified:
projects/jboss-osgi/trunk/distribution/pom.xml
projects/jboss-osgi/trunk/distribution/scripts/assembly-deploy-artifacts.xml
Log:
Fix distro dependencies
Modified: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml 2009-07-14 08:36:28 UTC (rev 91193)
+++ projects/jboss-osgi/trunk/distribution/pom.xml 2009-07-14 08:48:12 UTC (rev 91194)
@@ -39,27 +39,11 @@
<dependency>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-deployers</artifactId>
- <version>${version.jboss.osgi.deployers}</version>
+ <version>${version.jboss.osgi.runtime.deployers}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- <version>${version.jboss.osgi.husky}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- <version>${version.jboss.osgi.husky}</version>
- <classifier>javadoc</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime-jbossas</artifactId>
</dependency>
<dependency>
@@ -111,6 +95,10 @@
</dependency>
<dependency>
<groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-common-core</artifactId>
</dependency>
<dependency>
@@ -119,18 +107,26 @@
</dependency>
<dependency>
<groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-jaxb</artifactId>
+ <artifactId>jboss-osgi-husky</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-xml-binding</artifactId>
+ <artifactId>jboss-osgi-husky</artifactId>
+ <version>${version.jboss.osgi.husky}</version>
+ <classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-common</artifactId>
+ <artifactId>jboss-osgi-husky</artifactId>
+ <version>${version.jboss.osgi.husky}</version>
+ <classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-jaxb</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-jmx</artifactId>
</dependency>
<dependency>
@@ -145,6 +141,10 @@
<groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-webconsole</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-xml-binding</artifactId>
+ </dependency>
<!-- Equinox Dependencies -->
<dependency>
Modified: projects/jboss-osgi/trunk/distribution/scripts/assembly-deploy-artifacts.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/scripts/assembly-deploy-artifacts.xml 2009-07-14 08:36:28 UTC (rev 91193)
+++ projects/jboss-osgi/trunk/distribution/scripts/assembly-deploy-artifacts.xml 2009-07-14 08:48:12 UTC (rev 91194)
@@ -44,7 +44,7 @@
<outputDirectory>resources/jbossas-config</outputDirectory>
<useStrictFiltering>true</useStrictFiltering>
<includes>
- <include>*:jboss-osgi-integration-jbossas:jar:config</include>
+ <include>*:jboss-osgi-runtime-jbossas:jar:config</include>
</includes>
<unpack>true</unpack>
</dependencySet>
16 years, 5 months
JBoss-OSGI SVN: r91192 - in projects/jboss-osgi/trunk/modules/bundles: husky/testsuite and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 04:35:00 -0400 (Tue, 14 Jul 2009)
New Revision: 91192
Modified:
projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
Log:
Fix husky groupId
Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml 2009-07-14 08:35:00 UTC (rev 91192)
@@ -16,7 +16,7 @@
<!-- Dependencies -->
<dependencies>
<dependency>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint</artifactId>
<version>${version}</version>
<scope>provided</scope>
Modified: projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml 2009-07-14 08:35:00 UTC (rev 91192)
@@ -31,7 +31,7 @@
<!-- Dependencies -->
<dependencies>
<dependency>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-husky</artifactId>
<version>${version}</version>
<scope>provided</scope>
16 years, 5 months
JBoss-OSGI SVN: r91191 - in projects/jboss-osgi/trunk: distribution and 9 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 04:25:34 -0400 (Tue, 14 Jul 2009)
New Revision: 91191
Modified:
projects/jboss-osgi/trunk/distribution/pom.xml
projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml
projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml
projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml
projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml
projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml
projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
projects/jboss-osgi/trunk/modules/runtime/jbossas/.classpath
projects/jboss-osgi/trunk/modules/runtime/jbossas/.project
projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml
projects/jboss-osgi/trunk/modules/testsuite/pom.xml
projects/jboss-osgi/trunk/pom.xml
Log:
Fix blueprint groupId
Modified: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/distribution/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -60,18 +60,18 @@
</dependency>
<dependency>
<groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-integration-jbossas</artifactId>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-integration-jbossas</artifactId>
- <version>${version.jboss.osgi.integration.jbossas}</version>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
+ <version>${version.jboss.osgi.runtime.jbossas}</version>
<classifier>config</classifier>
</dependency>
<dependency>
<groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-integration-jbossas</artifactId>
- <version>${version.jboss.osgi.integration.jbossas}</version>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
+ <version>${version.jboss.osgi.runtime.jbossas}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Modified: projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -284,7 +284,7 @@
<!-- deployers/osgi.deployer -->
<fileset dir="@{deploy.artifacts.dir}/lib" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deployers/osgi.deployer" override="true">
<include name="jboss-osgi-deployers.jar" />
- <include name="jboss-osgi-integration-jbossas.jar" />
+ <include name="jboss-osgi-runtime-jbossas.jar" />
<include name="jboss-osgi-spi.jar" />
</fileset>
Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -4,12 +4,12 @@
<name>JBossOSGi Bundles - Blueprint Implementation</name>
<description>A JBossOSGi provided Blueprint implementation</description>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint</artifactId>
<packaging>bundle</packaging>
<parent>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -3,7 +3,7 @@
<name>JBossOSGi Bundles - Blueprint</name>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint-parent</artifactId>
<packaging>pom</packaging>
Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -3,12 +3,12 @@
<name>JBossOSGi Bundles - Blueprint Testsuite</name>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint-testsuite</artifactId>
<packaging>jar</packaging>
<parent>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-blueprint-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
@@ -48,7 +48,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-husky</artifactId>
<scope>provided</scope>
</dependency>
Modified: projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -17,13 +17,13 @@
<name>JBossOSGi Bundles - Husky Implementation</name>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-husky</artifactId>
<packaging>bundle</packaging>
<!-- Parent -->
<parent>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-husky-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
Modified: projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -18,7 +18,7 @@
<name>JBossOSGi Bundles - Husky</name>
<description>JBoss OSGi Test Support</description>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-husky-parent</artifactId>
<packaging>pom</packaging>
Modified: projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -17,13 +17,13 @@
<name>JBossOSGi Bundles - Husky Testsuite</name>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-husky-testsuite</artifactId>
<packaging>jar</packaging>
<!-- Parent -->
<parent>
- <groupId>org.jboss.osgi</groupId>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-husky-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
Modified: projects/jboss-osgi/trunk/modules/runtime/jbossas/.classpath
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/jbossas/.classpath 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/runtime/jbossas/.classpath 2009-07-14 08:25:34 UTC (rev 91191)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/main/resources"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
Modified: projects/jboss-osgi/trunk/modules/runtime/jbossas/.project
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/jbossas/.project 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/runtime/jbossas/.project 2009-07-14 08:25:34 UTC (rev 91191)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>jboss-osgi-runtime-deployer</name>
+ <name>jboss-osgi-runtime-jbossas</name>
<comment></comment>
<projects>
</projects>
Modified: projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -5,7 +5,7 @@
<name>JBossOSGi Runtime - JBossAS</name>
<groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-integration-jbossas</artifactId>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
Modified: projects/jboss-osgi/trunk/modules/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/testsuite/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/modules/testsuite/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -85,13 +85,13 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-blueprint</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-blueprint</artifactId>
+ <artifactId>jboss-osgi-husky</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
+++ projects/jboss-osgi/trunk/pom.xml 2009-07-14 08:25:34 UTC (rev 91191)
@@ -110,16 +110,6 @@
</dependency>
<dependency>
<groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-integration-jbossas</artifactId>
- <version>${version.jboss.osgi.runtime.jbossas}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- <version>${version.jboss.osgi.husky}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime-equinox</artifactId>
<version>${version.jboss.osgi.runtime.equinox}</version>
</dependency>
@@ -135,6 +125,11 @@
</dependency>
<dependency>
<groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-jbossas</artifactId>
+ <version>${version.jboss.osgi.runtime.jbossas}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-spi</artifactId>
<version>${version.jboss.osgi.spi}</version>
</dependency>
@@ -165,6 +160,11 @@
</dependency>
<dependency>
<groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-husky</artifactId>
+ <version>${version.jboss.osgi.husky}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-osgi-jaxb</artifactId>
<version>${version.jboss.osgi.jaxb}</version>
</dependency>
16 years, 5 months
JBoss-OSGI SVN: r91190 - projects/jboss-osgi/projects/parent/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 03:50:13 -0400 (Tue, 14 Jul 2009)
New Revision: 91190
Modified:
projects/jboss-osgi/projects/parent/trunk/pom.xml
Log:
Move profiles to reactor pom
Modified: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml 2009-07-14 07:50:13 UTC (rev 91190)
@@ -197,226 +197,6 @@
<!-- Profiles -->
<profiles>
-
- <!--
- Name: no-jboss-bind-address
- Desc: Set the default jboss.bind.address
- -->
- <profile>
- <id>no-jboss-bind-address</id>
- <activation>
- <property>
- <name>!jboss.bind.address</name>
- </property>
- </activation>
- <properties>
- <jboss.bind.address>localhost</jboss.bind.address>
- </properties>
- </profile>
-
- <!--
- Name: framework-default
- Descr: Setup for default framework integration testing
- -->
- <profile>
- <id>framework-default</id>
- <activation>
- <property>
- <name>!framework</name>
- </property>
- </activation>
- <properties>
- <jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties>
- </properties>
- </profile>
-
- <!--
- Name: framework-felix
- Descr: Setup for Felix framework integration testing
- -->
- <profile>
- <id>framework-felix</id>
- <activation>
- <property>
- <name>framework</name>
- <value>felix</value>
- </property>
- </activation>
- <properties>
- <jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties>
- </properties>
- </profile>
-
- <!--
- Name: framework-equinox
- Descr: Setup for Equinox framework integration testing
- -->
- <profile>
- <id>framework-equinox</id>
- <activation>
- <property>
- <name>framework</name>
- <value>equinox</value>
- </property>
- </activation>
- <properties>
- <jboss.osgi.framework.properties>jboss-osgi-equinox.properties</jboss.osgi.framework.properties>
- </properties>
- </profile>
-
- <!--
- Name: framework-knopflerfish
- Descr: Setup for Knopflerfish framework integration testing
- -->
- <profile>
- <id>framework-knopflerfish</id>
- <activation>
- <property>
- <name>framework</name>
- <value>knopflerfish</value>
- </property>
- </activation>
- <properties>
- <jboss.osgi.framework.properties>jboss-osgi-knopflerfish.properties</jboss.osgi.framework.properties>
- </properties>
- </profile>
-
- <!--
- Name: embedded-testing
- Descr: Setup for embedded integration testing
- -->
- <profile>
- <id>embedded-testing</id>
- <activation>
- <property>
- <name>!target.container</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <systemProperties>
- <!--
- You can copy these properties in Eclipse to debug example tests
-
- -Djava.protocol.handler.pkgs=org.jboss.net.protocol|org.jboss.virtual.protocol
- -Djndi.server.port=1199
- -Dlog4j.output.dir=${workspace_loc:jboss-osgi-testsuite-example/target}
- -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeAwareParserConfiguration
- -Djboss.osgi.framework.properties=jboss-osgi-felix.properties
- -Dorg.jboss.osgi.husky.Invoker=org.jboss.osgi.husky.internal.OSGiInvoker
- -Dtest.archive.directory=${workspace_loc:jboss-osgi-testsuite-example/target}/test-libs
- -->
- <property>
- <name>java.protocol.handler.pkgs</name>
- <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
- </property>
- <property>
- <name>jndi.server.port</name>
- <value>1199</value>
- </property>
- <property>
- <name>log4j.output.dir</name>
- <value>${project.build.directory}</value>
- </property>
- <property>
- <name>jboss.osgi.framework.properties</name>
- <value>${jboss.osgi.framework.properties}</value>
- </property>
- <property>
- <name>org.jboss.osgi.husky.Invoker</name>
- <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
- </property>
- <property>
- <name>test.archive.directory</name>
- <value>${project.build.directory}/test-libs</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!--
- Name: remote-testing
- Descr: Setup for remote integration testing
- -->
- <profile>
- <id>remote-testing</id>
- <activation>
- <property>
- <name>target.container</name>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-client</artifactId>
- <version>5.0.1.GA</version>
- <scope>test</scope>
- <type>pom</type>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <systemProperties>
- <property>
- <name>java.protocol.handler.pkgs</name>
- <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
- </property>
- <property>
- <name>jboss.bind.address</name>
- <value>${jboss.bind.address}</value>
- </property>
- <property>
- <name>jndi.server.port</name>
- <value>1099</value>
- </property>
- <property>
- <name>log4j.output.dir</name>
- <value>${project.build.directory}</value>
- </property>
- <property>
- <name>org.apache.xerces.xni.parser.XMLParserConfiguration</name>
- <value>org.apache.xerces.parsers.XIncludeAwareParserConfiguration</value>
- </property>
- <property>
- <name>jboss.osgi.framework.properties</name>
- <value>${jboss.osgi.framework.properties}</value>
- </property>
- <property>
- <name>org.jboss.osgi.husky.Invoker</name>
- <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
- </property>
- <property>
- <name>org.jboss.osgi.husky.runtime.connector.host</name>
- <value>${jboss.bind.address}</value>
- </property>
- <property>
- <name>org.jboss.osgi.husky.runtime.connector.port</name>
- <value>5401</value>
- </property>
- <property>
- <name>target.container</name>
- <value>${target.container}</value>
- </property>
- <property>
- <name>test.archive.directory</name>
- <value>${project.build.directory}/test-libs</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>
</project>
16 years, 5 months
JBoss-OSGI SVN: r91189 - in projects/jboss-osgi/trunk: modules/bundles/apache-xerces and 22 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-14 03:49:04 -0400 (Tue, 14 Jul 2009)
New Revision: 91189
Modified:
projects/jboss-osgi/trunk/modules/bundles/apache-xerces/pom.xml
projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml
projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml
projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
projects/jboss-osgi/trunk/modules/bundles/common/pom.xml
projects/jboss-osgi/trunk/modules/bundles/hotdeploy/pom.xml
projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml
projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml
projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
projects/jboss-osgi/trunk/modules/bundles/jaxb/pom.xml
projects/jboss-osgi/trunk/modules/bundles/jboss-common-core/pom.xml
projects/jboss-osgi/trunk/modules/bundles/jboss-xml-binding/pom.xml
projects/jboss-osgi/trunk/modules/bundles/jmx/pom.xml
projects/jboss-osgi/trunk/modules/bundles/jndi/pom.xml
projects/jboss-osgi/trunk/modules/bundles/microcontainer/pom.xml
projects/jboss-osgi/trunk/modules/bundles/remotelog/pom.xml
projects/jboss-osgi/trunk/modules/bundles/webconsole/pom.xml
projects/jboss-osgi/trunk/modules/runtime/deployers/pom.xml
projects/jboss-osgi/trunk/modules/runtime/equinox/pom.xml
projects/jboss-osgi/trunk/modules/runtime/felix/pom.xml
projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml
projects/jboss-osgi/trunk/modules/runtime/knopflerfish/pom.xml
projects/jboss-osgi/trunk/modules/spi/pom.xml
projects/jboss-osgi/trunk/pom.xml
Log:
Eclipse cannot handle versions defined in reactor pom
Modified: projects/jboss-osgi/trunk/modules/bundles/apache-xerces/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/apache-xerces/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/apache-xerces/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -9,7 +9,7 @@
<artifactId>jboss-osgi-apache-xerces</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.apache.xerces}</version>
+ <version>2.9.1-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/impl/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -11,7 +11,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-blueprint-parent</artifactId>
- <version>${version.jboss.osgi.blueprint}</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<!-- Dependencies -->
Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -7,7 +7,7 @@
<artifactId>jboss-osgi-blueprint-parent</artifactId>
<packaging>pom</packaging>
- <version>${version.jboss.osgi.blueprint}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-blueprint-parent</artifactId>
- <version>${version.jboss.osgi.blueprint}</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<!-- Dependencies -->
Modified: projects/jboss-osgi/trunk/modules/bundles/common/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/common/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/common/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-common</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.common}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/hotdeploy/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/hotdeploy/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/hotdeploy/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -9,7 +9,7 @@
<artifactId>jboss-osgi-hotdeploy</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.hotdeploy}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/harness/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-husky-parent</artifactId>
- <version>${version.jboss.osgi.husky}</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<!-- Dependencies -->
Modified: projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -22,7 +22,7 @@
<artifactId>jboss-osgi-husky-parent</artifactId>
<packaging>pom</packaging>
- <version>${version.jboss.osgi.husky}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-husky-parent</artifactId>
- <version>${version.jboss.osgi.husky}</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<!-- Dependencies -->
Modified: projects/jboss-osgi/trunk/modules/bundles/jaxb/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/jaxb/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/jaxb/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -9,7 +9,7 @@
<artifactId>jboss-osgi-jaxb</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.jaxb}</version>
+ <version>2.1.10-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/jboss-common-core/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/jboss-common-core/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/jboss-common-core/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -9,7 +9,7 @@
<artifactId>jboss-osgi-common-core</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.common.core}</version>
+ <version>2.2.11-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/jboss-xml-binding/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/jboss-xml-binding/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/jboss-xml-binding/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -9,7 +9,7 @@
<artifactId>jboss-osgi-xml-binding</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.xml.binding}</version>
+ <version>2.0.1-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/jmx/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/jmx/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/jmx/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-jmx</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.jmx}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/jndi/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/jndi/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/jndi/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-jndi</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.jndi}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/microcontainer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/microcontainer/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/microcontainer/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -9,7 +9,7 @@
<artifactId>jboss-osgi-microcontainer</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.microcontainer}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/remotelog/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/remotelog/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/remotelog/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -9,7 +9,7 @@
<artifactId>jboss-osgi-remotelog</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.remotelog}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/bundles/webconsole/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/webconsole/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/bundles/webconsole/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-webconsole</artifactId>
<packaging>bundle</packaging>
- <version>${version.jboss.osgi.webconsole}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/runtime/deployers/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/deployers/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/runtime/deployers/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-deployers</artifactId>
<packaging>jar</packaging>
- <version>${version.jboss.osgi.runtime.deployers}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/runtime/equinox/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/equinox/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/runtime/equinox/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-runtime-equinox</artifactId>
<packaging>jar</packaging>
- <version>${version.jboss.osgi.runtime.equinox}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/runtime/felix/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/felix/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/runtime/felix/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-runtime-felix</artifactId>
<packaging>jar</packaging>
- <version>${version.jboss.osgi.runtime.felix}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/runtime/jbossas/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-integration-jbossas</artifactId>
<packaging>jar</packaging>
- <version>${version.jboss.osgi.runtime.jbossas}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/runtime/knopflerfish/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/runtime/knopflerfish/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/runtime/knopflerfish/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
<packaging>jar</packaging>
- <version>${version.jboss.osgi.runtime.knopflerfis}</version>
+ <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.osgi</groupId>
Modified: projects/jboss-osgi/trunk/modules/spi/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/spi/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/modules/spi/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -8,7 +8,7 @@
<artifactId>jboss-osgi-spi</artifactId>
<packaging>jar</packaging>
- <version>${version.jboss.osgi.spi}</version>
+ <version>1.0.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-07-14 07:04:03 UTC (rev 91188)
+++ projects/jboss-osgi/trunk/pom.xml 2009-07-14 07:49:04 UTC (rev 91189)
@@ -320,6 +320,225 @@
<module>modules/testsuite</module>
</modules>
</profile>
+
+ <!--
+ Name: no-jboss-bind-address
+ Desc: Set the default jboss.bind.address
+ -->
+ <profile>
+ <id>no-jboss-bind-address</id>
+ <activation>
+ <property>
+ <name>!jboss.bind.address</name>
+ </property>
+ </activation>
+ <properties>
+ <jboss.bind.address>localhost</jboss.bind.address>
+ </properties>
+ </profile>
+
+ <!--
+ Name: framework-default
+ Descr: Setup for default framework integration testing
+ -->
+ <profile>
+ <id>framework-default</id>
+ <activation>
+ <property>
+ <name>!framework</name>
+ </property>
+ </activation>
+ <properties>
+ <jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties>
+ </properties>
+ </profile>
+
+ <!--
+ Name: framework-felix
+ Descr: Setup for Felix framework integration testing
+ -->
+ <profile>
+ <id>framework-felix</id>
+ <activation>
+ <property>
+ <name>framework</name>
+ <value>felix</value>
+ </property>
+ </activation>
+ <properties>
+ <jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties>
+ </properties>
+ </profile>
+
+ <!--
+ Name: framework-equinox
+ Descr: Setup for Equinox framework integration testing
+ -->
+ <profile>
+ <id>framework-equinox</id>
+ <activation>
+ <property>
+ <name>framework</name>
+ <value>equinox</value>
+ </property>
+ </activation>
+ <properties>
+ <jboss.osgi.framework.properties>jboss-osgi-equinox.properties</jboss.osgi.framework.properties>
+ </properties>
+ </profile>
+
+ <!--
+ Name: framework-knopflerfish
+ Descr: Setup for Knopflerfish framework integration testing
+ -->
+ <profile>
+ <id>framework-knopflerfish</id>
+ <activation>
+ <property>
+ <name>framework</name>
+ <value>knopflerfish</value>
+ </property>
+ </activation>
+ <properties>
+ <jboss.osgi.framework.properties>jboss-osgi-knopflerfish.properties</jboss.osgi.framework.properties>
+ </properties>
+ </profile>
+
+ <!--
+ Name: embedded-testing
+ Descr: Setup for embedded integration testing
+ -->
+ <profile>
+ <id>embedded-testing</id>
+ <activation>
+ <property>
+ <name>!target.container</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <!--
+ You can copy these properties in Eclipse to debug example tests
+
+ -Djava.protocol.handler.pkgs=org.jboss.net.protocol|org.jboss.virtual.protocol
+ -Djndi.server.port=1199
+ -Dlog4j.output.dir=${workspace_loc:jboss-osgi-testsuite-example/target}
+ -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeAwareParserConfiguration
+ -Djboss.osgi.framework.properties=jboss-osgi-felix.properties
+ -Dorg.jboss.osgi.husky.Invoker=org.jboss.osgi.husky.internal.OSGiInvoker
+ -Dtest.archive.directory=${workspace_loc:jboss-osgi-testsuite-example/target}/test-libs
+ -->
+ <property>
+ <name>java.protocol.handler.pkgs</name>
+ <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
+ </property>
+ <property>
+ <name>jndi.server.port</name>
+ <value>1199</value>
+ </property>
+ <property>
+ <name>log4j.output.dir</name>
+ <value>${project.build.directory}</value>
+ </property>
+ <property>
+ <name>jboss.osgi.framework.properties</name>
+ <value>${jboss.osgi.framework.properties}</value>
+ </property>
+ <property>
+ <name>org.jboss.osgi.husky.Invoker</name>
+ <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
+ </property>
+ <property>
+ <name>test.archive.directory</name>
+ <value>${project.build.directory}/test-libs</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: remote-testing
+ Descr: Setup for remote integration testing
+ -->
+ <profile>
+ <id>remote-testing</id>
+ <activation>
+ <property>
+ <name>target.container</name>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-client</artifactId>
+ <version>5.0.1.GA</version>
+ <scope>test</scope>
+ <type>pom</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>java.protocol.handler.pkgs</name>
+ <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
+ </property>
+ <property>
+ <name>jboss.bind.address</name>
+ <value>${jboss.bind.address}</value>
+ </property>
+ <property>
+ <name>jndi.server.port</name>
+ <value>1099</value>
+ </property>
+ <property>
+ <name>log4j.output.dir</name>
+ <value>${project.build.directory}</value>
+ </property>
+ <property>
+ <name>org.apache.xerces.xni.parser.XMLParserConfiguration</name>
+ <value>org.apache.xerces.parsers.XIncludeAwareParserConfiguration</value>
+ </property>
+ <property>
+ <name>jboss.osgi.framework.properties</name>
+ <value>${jboss.osgi.framework.properties}</value>
+ </property>
+ <property>
+ <name>org.jboss.osgi.husky.Invoker</name>
+ <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
+ </property>
+ <property>
+ <name>org.jboss.osgi.husky.runtime.connector.host</name>
+ <value>${jboss.bind.address}</value>
+ </property>
+ <property>
+ <name>org.jboss.osgi.husky.runtime.connector.port</name>
+ <value>5401</value>
+ </property>
+ <property>
+ <name>target.container</name>
+ <value>${target.container}</value>
+ </property>
+ <property>
+ <name>test.archive.directory</name>
+ <value>${project.build.directory}/test-libs</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
16 years, 5 months
JBoss-OSGI SVN: r91171 - in projects/jboss-osgi/trunk: modules and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-07-13 11:57:34 -0400 (Mon, 13 Jul 2009)
New Revision: 91171
Added:
projects/jboss-osgi/trunk/modules/docbook/
projects/jboss-osgi/trunk/modules/testsuite/
Removed:
projects/jboss-osgi/trunk/docbook/
projects/jboss-osgi/trunk/testsuite/
Modified:
projects/jboss-osgi/trunk/pom.xml
Log:
Move docbook,testsuite to reactor modules
Copied: projects/jboss-osgi/trunk/modules/docbook (from rev 91170, projects/jboss-osgi/trunk/docbook)
Copied: projects/jboss-osgi/trunk/modules/testsuite (from rev 91170, projects/jboss-osgi/trunk/testsuite)
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-07-13 15:50:57 UTC (rev 91170)
+++ projects/jboss-osgi/trunk/pom.xml 2009-07-13 15:57:34 UTC (rev 91171)
@@ -277,7 +277,7 @@
<id>distro</id>
<modules>
<module>distribution</module>
- <module>docbook</module>
+ <module>modules/docbook</module>
</modules>
<build>
<plugins>
@@ -317,7 +317,7 @@
<module>modules/runtime/felix</module>
<module>modules/runtime/jbossas</module>
<module>modules/runtime/knopflerfish</module>
- <module>testsuite</module>
+ <module>modules/testsuite</module>
</modules>
</profile>
</profiles>
16 years, 5 months