JBoss-OSGI SVN: r89400 - in projects/jboss-osgi/branches/tdiesler/runtime: equinox and 3 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 17:50:30 -0400 (Mon, 25 May 2009)
New Revision: 89400
Added:
projects/jboss-osgi/branches/tdiesler/runtime/equinox/
projects/jboss-osgi/branches/tdiesler/runtime/felix/
projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/
projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/
Removed:
projects/jboss-osgi/branches/tdiesler/runtime/equinox/
projects/jboss-osgi/branches/tdiesler/runtime/felix/
projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/
projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/
Modified:
projects/jboss-osgi/branches/tdiesler/runtime/equinox/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/felix/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/pom.xml
Log:
Migrate more to top-level
Copied: projects/jboss-osgi/branches/tdiesler/runtime/equinox (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/equinox/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/equinox/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/equinox/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/equinox/pom.xml 2009-05-25 21:50:30 UTC (rev 89400)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Copied: projects/jboss-osgi/branches/tdiesler/runtime/felix (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/felix/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/felix/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/felix/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/felix/pom.xml 2009-05-25 21:50:30 UTC (rev 89400)
@@ -8,10 +8,12 @@
<artifactId>jboss-osgi-runtime-felix</artifactId>
<packaging>jar</packaging>
+ <version>1.0.0-SNAPSHOT</version>
+
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Copied: projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/knopflerfish/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/knopflerfish/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/pom.xml 2009-05-25 21:50:30 UTC (rev 89400)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Copied: projects/jboss-osgi/branches/tdiesler/runtime/microcontainer (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/microcontainer/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/microcontainer/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/pom.xml 2009-05-25 21:50:30 UTC (rev 89400)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<modules>
17 years, 1 month
JBoss-OSGI SVN: r89398 - in projects/jboss-osgi/branches/tdiesler: 3rdparty and 18 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 17:43:06 -0400 (Mon, 25 May 2009)
New Revision: 89398
Added:
projects/jboss-osgi/branches/tdiesler/deployers/
projects/jboss-osgi/branches/tdiesler/deployers/pom.xml
projects/jboss-osgi/branches/tdiesler/husky/
projects/jboss-osgi/branches/tdiesler/husky/pom.xml
projects/jboss-osgi/branches/tdiesler/integration/
projects/jboss-osgi/branches/tdiesler/integration/jbossas/
projects/jboss-osgi/branches/tdiesler/integration/pom.xml
projects/jboss-osgi/branches/tdiesler/integration/target/
projects/jboss-osgi/branches/tdiesler/integration/target/pom-transformed.xml
projects/jboss-osgi/branches/tdiesler/repository/
projects/jboss-osgi/branches/tdiesler/repository/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/
projects/jboss-osgi/branches/tdiesler/runtime/equinox/
projects/jboss-osgi/branches/tdiesler/runtime/felix/
projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/
projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/
projects/jboss-osgi/branches/tdiesler/runtime/pom.xml
projects/jboss-osgi/branches/tdiesler/spi/
projects/jboss-osgi/branches/tdiesler/spi/pom.xml
Removed:
projects/jboss-osgi/branches/tdiesler/deployers/pom.xml
projects/jboss-osgi/branches/tdiesler/husky/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/bundles/apache-xerces/
projects/jboss-osgi/branches/tdiesler/projects/bundles/jaxb/
projects/jboss-osgi/branches/tdiesler/projects/bundles/jboss-common-core/
projects/jboss-osgi/branches/tdiesler/projects/bundles/jbossxb/
projects/jboss-osgi/branches/tdiesler/projects/deployers/
projects/jboss-osgi/branches/tdiesler/projects/husky/
projects/jboss-osgi/branches/tdiesler/projects/integration/
projects/jboss-osgi/branches/tdiesler/projects/repository/
projects/jboss-osgi/branches/tdiesler/projects/runtime/
projects/jboss-osgi/branches/tdiesler/projects/spi/
projects/jboss-osgi/branches/tdiesler/repository/pom.xml
projects/jboss-osgi/branches/tdiesler/spi/pom.xml
Modified:
projects/jboss-osgi/branches/tdiesler/3rdparty/apache-xerces/pom.xml
projects/jboss-osgi/branches/tdiesler/3rdparty/jaxb/pom.xml
projects/jboss-osgi/branches/tdiesler/3rdparty/jboss-common-core/pom.xml
projects/jboss-osgi/branches/tdiesler/3rdparty/jbossxb/pom.xml
projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml
projects/jboss-osgi/branches/tdiesler/integration/jbossas/pom.xml
projects/jboss-osgi/branches/tdiesler/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/equinox/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/felix/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/pom.xml
projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/pom.xml
Log:
Migrate more to top-level
Modified: projects/jboss-osgi/branches/tdiesler/3rdparty/apache-xerces/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/3rdparty/apache-xerces/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/3rdparty/apache-xerces/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -2,7 +2,7 @@
<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 Bundles - Apache Xerces</name>
+ <name>JBossOSGi 3rd Party - Apache Xerces</name>
<groupId>org.jboss.osgi.bundles</groupId>
<artifactId>apache-xerces-bundle</artifactId>
<packaging>bundle</packaging>
Modified: projects/jboss-osgi/branches/tdiesler/3rdparty/jaxb/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/3rdparty/jaxb/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/3rdparty/jaxb/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -2,7 +2,7 @@
<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 Bundles - JAXB</name>
+ <name>JBossOSGi 3rd Party - JAXB</name>
<groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jaxb-bundle</artifactId>
<packaging>bundle</packaging>
Modified: projects/jboss-osgi/branches/tdiesler/3rdparty/jboss-common-core/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/3rdparty/jboss-common-core/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/3rdparty/jboss-common-core/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -2,7 +2,7 @@
<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 Bundles - JBoss Common Core</name>
+ <name>JBossOSGi 3rd Party - JBoss Common Core</name>
<groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jboss-common-core-bundle</artifactId>
<packaging>bundle</packaging>
Modified: projects/jboss-osgi/branches/tdiesler/3rdparty/jbossxb/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/3rdparty/jbossxb/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/3rdparty/jbossxb/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -2,7 +2,7 @@
<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 Bundles - JBoss XML Binding</name>
+ <name>JBossOSGi 3rd Party - JBoss XML Binding</name>
<groupId>org.jboss.osgi.bundles</groupId>
<artifactId>jbossxb-bundle</artifactId>
<packaging>bundle</packaging>
Modified: projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -1,7 +1,7 @@
<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 3rd Party Bundles</name>
+ <name>JBossOSGi 3rd Party</name>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-3rdparty</artifactId>
<packaging>pom</packaging>
Copied: projects/jboss-osgi/branches/tdiesler/deployers (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/deployers/trunk)
Deleted: projects/jboss-osgi/branches/tdiesler/deployers/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/deployers/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/deployers/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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 Project - Deployers</name>
-
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-deployers</artifactId>
- <packaging>jar</packaging>
-
- <version>1.0.0-SNAPSHOT</version>
-
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <!-- Properties -->
- <properties>
- <version.jboss.osgi.spi>1.0.0-SNAPSHOT</version.jboss.osgi.spi>
- <version.jboss.system.jmx>5.0.1.GA</version.jboss.system.jmx>
- <version.osgi>r4v41</version.osgi>
- </properties>
-
- <!-- Dependencies -->
- <dependencies>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-spi</artifactId>
- <version>${version.jboss.osgi.spi}</version>
- </dependency>
-
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>${version.osgi}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- <version>${version.osgi}</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <!-- Build -->
- <build>
- <plugins>
- </plugins>
- </build>
-
-</project>
Copied: projects/jboss-osgi/branches/tdiesler/deployers/pom.xml (from rev 89396, projects/jboss-osgi/branches/tdiesler/projects/deployers/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/deployers/pom.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/deployers/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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 Project - Deployers</name>
+
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-deployers</artifactId>
+ <packaging>jar</packaging>
+
+ <version>1.0.0-SNAPSHOT</version>
+
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <!-- Properties -->
+ <properties>
+ <version.jboss.osgi.spi>1.0.0-SNAPSHOT</version.jboss.osgi.spi>
+ <version.jboss.system.jmx>5.0.1.GA</version.jboss.system.jmx>
+ <version.osgi>r4v41</version.osgi>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-spi</artifactId>
+ <version>${version.jboss.osgi.spi}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>${version.osgi}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>${version.osgi}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- Build -->
+ <build>
+ <plugins>
+ </plugins>
+ </build>
+
+</project>
Copied: projects/jboss-osgi/branches/tdiesler/husky (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/husky/trunk)
Deleted: projects/jboss-osgi/branches/tdiesler/husky/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/husky/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/husky/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
- <!-- ====================================================================== -->
- <!-- -->
- <!-- JBoss, JUnit testing for OSGi bundles -->
- <!-- -->
- <!-- 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 Project - Husky</name>
- <description>JBoss OSGi Bundle Testsuite</description>
-
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-husky</artifactId>
- <packaging>pom</packaging>
-
- <version>1.0.0-SNAPSHOT</version>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <!-- Modules -->
- <modules>
- <module>harness</module>
- <module>testsuite</module>
- </modules>
-
- <!-- Properties -->
- <properties>
- <version.jboss.osgi.common>1.0.0-SNAPSHOT</version.jboss.osgi.common>
- <version.jboss.osgi.jmx>1.0.0-SNAPSHOT</version.jboss.osgi.jmx>
- <version.jboss.osgi.logging>1.0.0-SNAPSHOT</version.jboss.osgi.logging>
- <version.jboss.osgi.runtime.felix>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.felix>
- <version.junit>4.6</version.junit>
- <version.osgi>r4v41</version.osgi>
- </properties>
-
- <!-- Dependencies -->
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-common</artifactId>
- <version>${version.jboss.osgi.common}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-jmx</artifactId>
- <version>${version.jboss.osgi.jmx}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-logging</artifactId>
- <version>${version.jboss.osgi.logging}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-runtime-felix</artifactId>
- <version>${version.jboss.osgi.runtime.felix}</version>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>${version.osgi}</version>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- <version>${version.osgi}</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${version.junit}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
-</project>
Copied: projects/jboss-osgi/branches/tdiesler/husky/pom.xml (from rev 89396, projects/jboss-osgi/branches/tdiesler/projects/husky/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/husky/pom.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/husky/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+ <!-- ====================================================================== -->
+ <!-- -->
+ <!-- JBoss, JUnit testing for OSGi bundles -->
+ <!-- -->
+ <!-- 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 Project - Husky</name>
+ <description>JBoss OSGi Bundle Testsuite</description>
+
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-husky</artifactId>
+ <packaging>pom</packaging>
+
+ <version>1.0.0-SNAPSHOT</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <!-- Modules -->
+ <modules>
+ <module>harness</module>
+ <module>testsuite</module>
+ </modules>
+
+ <!-- Properties -->
+ <properties>
+ <version.jboss.osgi.common>1.0.0-SNAPSHOT</version.jboss.osgi.common>
+ <version.jboss.osgi.jmx>1.0.0-SNAPSHOT</version.jboss.osgi.jmx>
+ <version.jboss.osgi.logging>1.0.0-SNAPSHOT</version.jboss.osgi.logging>
+ <version.jboss.osgi.runtime.felix>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.felix>
+ <version.junit>4.6</version.junit>
+ <version.osgi>r4v41</version.osgi>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-common</artifactId>
+ <version>${version.jboss.osgi.common}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-jmx</artifactId>
+ <version>${version.jboss.osgi.jmx}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-logging</artifactId>
+ <version>${version.jboss.osgi.logging}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime-felix</artifactId>
+ <version>${version.jboss.osgi.runtime.felix}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>${version.osgi}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>${version.osgi}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${version.junit}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+</project>
Copied: projects/jboss-osgi/branches/tdiesler/integration/jbossas (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/integration/jbossas/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/integration/jbossas/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/integration/jbossas/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/integration/jbossas/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-integration</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Copied: projects/jboss-osgi/branches/tdiesler/integration/pom.xml (from rev 89396, projects/jboss-osgi/branches/tdiesler/projects/integration/pom.xml)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/integration/pom.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/integration/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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 Integration</name>
+
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-integration</artifactId>
+ <packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <!-- Modules -->
+ <modules>
+ <module>jbossas</module>
+ </modules>
+
+</project>
Added: projects/jboss-osgi/branches/tdiesler/integration/target/pom-transformed.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/integration/target/pom-transformed.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/integration/target/pom-transformed.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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 Integration</name>
+
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-integration</artifactId>
+ <packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <!-- Modules -->
+ <modules>
+ <module>jbossas</module>
+ </modules>
+
+</project>
Property changes on: projects/jboss-osgi/branches/tdiesler/integration/target/pom-transformed.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: projects/jboss-osgi/branches/tdiesler/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -11,7 +11,14 @@
<!-- Modules -->
<modules>
+ <module>spi</module>
+ <module>husky</module>
<module>projects</module>
+ <module>3rdparty</module>
+ <module>runtime</module>
+ <module>integration</module>
+ <module>repository</module>
+ <module>deployers</module>
<module>testsuite</module>
</modules>
Modified: projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -20,12 +20,6 @@
<!-- Modules -->
<modules>
- <!-- 3rd party wrapper bundles -->
- <module>apache-xerces/trunk</module>
- <module>jaxb/trunk</module>
- <module>jboss-common-core/trunk</module>
- <module>jbossxb/trunk</module>
-
<!-- jboss-osgi -->
<module>common/trunk</module>
<module>blueprint/trunk</module>
Modified: projects/jboss-osgi/branches/tdiesler/projects/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
+++ projects/jboss-osgi/branches/tdiesler/projects/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -18,33 +18,7 @@
<!-- Modules -->
<modules>
- <module>spi/trunk</module>
- <module>husky/trunk</module>
- <module>deployers/trunk</module>
- <module>repository/trunk</module>
<module>bundles</module>
- <module>runtime</module>
- <module>integration</module>
</modules>
- <!-- Repositories -->
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshots Repository</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
</project>
Copied: projects/jboss-osgi/branches/tdiesler/repository (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/repository/trunk)
Deleted: projects/jboss-osgi/branches/tdiesler/repository/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/repository/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/repository/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -1,20 +0,0 @@
-<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 Project - Repository</name>
- <artifactId>jboss-osgi-repository</artifactId>
- <packaging>pom</packaging>
-
- <version>1.0.0-SNAPSHOT</version>
-
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <modules>
- <module>api</module>
- </modules>
-
-</project>
Copied: projects/jboss-osgi/branches/tdiesler/repository/pom.xml (from rev 89396, projects/jboss-osgi/branches/tdiesler/projects/repository/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/repository/pom.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/repository/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -0,0 +1,20 @@
+<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 Project - Repository</name>
+ <artifactId>jboss-osgi-repository</artifactId>
+ <packaging>pom</packaging>
+
+ <version>1.0.0-SNAPSHOT</version>
+
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <modules>
+ <module>api</module>
+ </modules>
+
+</project>
Property changes on: projects/jboss-osgi/branches/tdiesler/runtime
___________________________________________________________________
Name: svn:ignore
+ target
Copied: projects/jboss-osgi/branches/tdiesler/runtime/equinox (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/equinox/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/equinox/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/equinox/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/equinox/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Copied: projects/jboss-osgi/branches/tdiesler/runtime/felix (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/felix/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/felix/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/felix/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/felix/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -8,10 +8,12 @@
<artifactId>jboss-osgi-runtime-felix</artifactId>
<packaging>jar</packaging>
+ <version>1.0.0-SNAPSHOT</version>
+
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Copied: projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/knopflerfish/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/knopflerfish/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/knopflerfish/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Copied: projects/jboss-osgi/branches/tdiesler/runtime/microcontainer (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/runtime/microcontainer/trunk)
Modified: projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/microcontainer/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/runtime/microcontainer/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<modules>
Copied: projects/jboss-osgi/branches/tdiesler/runtime/pom.xml (from rev 89396, projects/jboss-osgi/branches/tdiesler/projects/runtime/pom.xml)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/runtime/pom.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/runtime/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -0,0 +1,27 @@
+<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 Runtime</name>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-runtime</artifactId>
+ <packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <!-- Properties -->
+ <properties>
+ </properties>
+
+ <!-- Modules -->
+ <modules>
+ <module>equinox</module>
+ <module>felix</module>
+ <module>knopflerfish</module>
+ <module>microcontainer</module>
+ </modules>
+
+</project>
Copied: projects/jboss-osgi/branches/tdiesler/spi (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/spi/trunk)
Deleted: projects/jboss-osgi/branches/tdiesler/spi/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/spi/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/spi/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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 Project - SPI</name>
-
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-spi</artifactId>
- <packaging>jar</packaging>
-
- <version>1.0.0-SNAPSHOT</version>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
-
- <!-- Properties -->
- <properties>
- <version.jboss.deployers>2.0.5.GA</version.jboss.deployers>
- <version.jboss.microcontainer>2.0.4.GA</version.jboss.microcontainer>
- <version.osgi>r4v41</version.osgi>
- </properties>
-
- <!-- Dependencies -->
- <dependencies>
-
- <!-- Compile Dependencies -->
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.deployers</groupId>
- <artifactId>jboss-deployers-vfs</artifactId>
- <version>${version.jboss.deployers}</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
-
- <!-- Provided Dependencies -->
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>${version.osgi}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- <version>${version.osgi}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.deployers</groupId>
- <artifactId>jboss-deployers-client-spi</artifactId>
- <version>${version.jboss.deployers}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.microcontainer</groupId>
- <artifactId>jboss-kernel</artifactId>
- <version>${version.jboss.microcontainer}</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <quiet>true</quiet>
- <excludePackageNames>*.internal</excludePackageNames>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: projects/jboss-osgi/branches/tdiesler/spi/pom.xml (from rev 89396, projects/jboss-osgi/branches/tdiesler/projects/spi/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/spi/pom.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/spi/pom.xml 2009-05-25 21:43:06 UTC (rev 89398)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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 Project - SPI</name>
+
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-spi</artifactId>
+ <packaging>jar</packaging>
+
+ <version>1.0.0-SNAPSHOT</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <!-- Properties -->
+ <properties>
+ <version.jboss.deployers>2.0.5.GA</version.jboss.deployers>
+ <version.jboss.microcontainer>2.0.4.GA</version.jboss.microcontainer>
+ <version.osgi>r4v41</version.osgi>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <!-- Compile Dependencies -->
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-vfs</artifactId>
+ <version>${version.jboss.deployers}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
+ <!-- Provided Dependencies -->
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>${version.osgi}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>${version.osgi}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-client-spi</artifactId>
+ <version>${version.jboss.deployers}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <version>${version.jboss.microcontainer}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <quiet>true</quiet>
+ <excludePackageNames>*.internal</excludePackageNames>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
17 years, 1 month
JBoss-OSGI SVN: r89397 - projects/jboss-osgi/branches/tdiesler/3rdparty.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 17:18:28 -0400 (Mon, 25 May 2009)
New Revision: 89397
Added:
projects/jboss-osgi/branches/tdiesler/3rdparty/apache-xerces/
projects/jboss-osgi/branches/tdiesler/3rdparty/jaxb/
projects/jboss-osgi/branches/tdiesler/3rdparty/jboss-common-core/
projects/jboss-osgi/branches/tdiesler/3rdparty/jbossxb/
projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml
Modified:
projects/jboss-osgi/branches/tdiesler/3rdparty/
Log:
Add 3rdparty
Property changes on: projects/jboss-osgi/branches/tdiesler/3rdparty
___________________________________________________________________
Name: svn:ignore
+ target
Copied: projects/jboss-osgi/branches/tdiesler/3rdparty/apache-xerces (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/bundles/apache-xerces/trunk)
Copied: projects/jboss-osgi/branches/tdiesler/3rdparty/jaxb (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/bundles/jaxb/trunk)
Copied: projects/jboss-osgi/branches/tdiesler/3rdparty/jboss-common-core (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/bundles/jboss-common-core/trunk)
Copied: projects/jboss-osgi/branches/tdiesler/3rdparty/jbossxb (from rev 89395, projects/jboss-osgi/branches/tdiesler/projects/bundles/jbossxb/trunk)
Added: projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml 2009-05-25 21:18:28 UTC (rev 89397)
@@ -0,0 +1,23 @@
+<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 3rd Party Bundles</name>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-3rdparty</artifactId>
+ <packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <!-- Modules -->
+ <modules>
+ <module>apache-xerces</module>
+ <module>jaxb</module>
+ <module>jboss-common-core</module>
+ <module>jbossxb</module>
+ </modules>
+
+</project>
Property changes on: projects/jboss-osgi/branches/tdiesler/3rdparty/pom.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 1 month
JBoss-OSGI SVN: r89396 - in projects/jboss-osgi/branches/tdiesler: projects and 7 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 16:53:01 -0400 (Mon, 25 May 2009)
New Revision: 89396
Added:
projects/jboss-osgi/branches/tdiesler/3rdparty/
Removed:
projects/jboss-osgi/branches/tdiesler/projects/parent/
Modified:
projects/jboss-osgi/branches/tdiesler/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/deployers/trunk/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/husky/trunk/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/integration/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/repository/trunk/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/runtime/pom.xml
projects/jboss-osgi/branches/tdiesler/projects/spi/trunk/pom.xml
Log:
Add projects to trunk
Modified: projects/jboss-osgi/branches/tdiesler/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -9,14 +9,9 @@
<version>1.0.0.Beta2</version>
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
<!-- Modules -->
<modules>
+ <module>projects</module>
<module>testsuite</module>
</modules>
@@ -24,12 +19,25 @@
<properties>
<surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/resources/tst.policy</surefire.security.args>
+ <version.aqute.bnd>0.0.323</version.aqute.bnd>
+ <version.equinox>3.4.2</version.equinox>
+ <version.felix.bundlerepository>1.0.3</version.felix.bundlerepository>
+ <version.felix.configadmin>1.0.10</version.felix.configadmin>
+ <version.felix.framework>1.8.0</version.felix.framework>
+ <version.felix.http.jetty>1.0.0</version.felix.http.jetty>
+ <version.felix.javax.servlet>1.0.0</version.felix.javax.servlet>
+ <version.felix.log>1.0.0</version.felix.log>
+ <version.felix.metatype>1.0.2</version.felix.metatype>
+ <version.felix.osgi.core>1.2.0</version.felix.osgi.core>
+ <version.felix.scr>1.0.0</version.felix.scr>
+ <version.felix.webconsole>1.2.8</version.felix.webconsole>
<version.izpack>4.2.0</version.izpack>
<version.javax.servlet>2.4</version.javax.servlet>
<version.jaxb.bundle>2.1.10-SNAPSHOT</version.jaxb.bundle>
<version.jboss.common.core.bundle>2.2.11-SNAPSHOT</version.jboss.common.core.bundle>
<version.jboss.jdocbook.plugin>2.1.2</version.jboss.jdocbook.plugin>
<version.jboss.jdocbook.style>1.1.0</version.jboss.jdocbook.style>
+ <version.jboss.logging>2.0.5.GA</version.jboss.logging>
<version.jboss.microcontainer>2.0.4.GA</version.jboss.microcontainer>
<version.jboss.naming>5.0.1.GA</version.jboss.naming>
<version.jboss.osgi.apache.xerces>2.9.1-SNAPSHOT</version.jboss.osgi.apache.xerces>
@@ -48,6 +56,8 @@
<version.jboss.osgi.spi>1.0.0-SNAPSHOT</version.jboss.osgi.spi>
<version.jboss.osgi.webconsole>1.0.0-SNAPSHOT</version.jboss.osgi.webconsole>
<version.jbossas>5.0.1.GA</version.jbossas>
+ <version.junit>4.6</version.junit>
+ <version.knopflerfish>2.2.0</version.knopflerfish>
<version.osgi>r4v41</version.osgi>
</properties>
@@ -55,6 +65,26 @@
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>biz.aQute</groupId>
+ <artifactId>bnd</artifactId>
+ <version>${version.aqute.bnd}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>${version.jboss.logging}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <version>${version.jboss.logging}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${version.junit}</version>
+ </dependency>
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${version.javax.servlet}</version>
@@ -155,22 +185,96 @@
<version>${version.jboss.osgi.webconsole}</version>
</dependency>
- <!-- Framework Dependencies -->
+ <!-- Equinox Dependencies -->
<dependency>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime-equinox</artifactId>
<version>${version.jboss.osgi.runtime.equinox}</version>
</dependency>
<dependency>
+ <groupId>org.eclipse.equinox</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
+ <version>${version.equinox}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.equinox</groupId>
+ <artifactId>org.eclipse.osgi.services</artifactId>
+ <version>${version.equinox}</version>
+ </dependency>
+
+ <!-- Felix Dependencies -->
+ <dependency>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime-felix</artifactId>
<version>${version.jboss.osgi.runtime.felix}</version>
</dependency>
<dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>javax.servlet</artifactId>
+ <version>${version.felix.javax.servlet}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.bundlerepository</artifactId>
+ <version>${version.felix.bundlerepository}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>${version.felix.osgi.core}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>${version.felix.osgi.core}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.configadmin</artifactId>
+ <version>${version.felix.configadmin}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.framework</artifactId>
+ <version>${version.felix.framework}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.http.jetty</artifactId>
+ <version>${version.felix.http.jetty}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.log</artifactId>
+ <version>${version.felix.log}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.metatype</artifactId>
+ <version>${version.felix.metatype}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.scr</artifactId>
+ <version>${version.felix.scr}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.webconsole</artifactId>
+ <version>${version.felix.webconsole}</version>
+ </dependency>
+
+ <!-- Knopflerfish Dependencies -->
+ <dependency>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-runtime-knopflerfish</artifactId>
<version>${version.jboss.osgi.runtime.knopflerfish}</version>
</dependency>
+ <dependency>
+ <groupId>org.knopflerfish</groupId>
+ <artifactId>org.knopflerfish.framework</artifactId>
+ <version>${version.knopflerfish}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -193,6 +297,28 @@
<!-- Plugins -->
<plugins>
<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <optimize>true</optimize>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
@@ -227,6 +353,23 @@
</plugin>
</plugins>
+ <!-- PluginManagement -->
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <dependencies>
+ <dependency>
+ <groupId>biz.aQute</groupId>
+ <artifactId>bnd</artifactId>
+ <version>${version.aqute.bnd}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
<!-- Repositories -->
@@ -243,12 +386,87 @@
<id>snapshots.jboss.org</id>
<name>JBoss Snapshots Repository</name>
<url>http://snapshots.jboss.org/maven2/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>aQute</id>
+ <url>http://www.aQute.biz/repo</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
</repositories>
+
+ <!-- PluginRepositories -->
+ <pluginRepositories>
+ <pluginRepository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ <!-- Source Repository -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi
+ </developerConnection>
+ <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
+ </scm>
+
+ <!-- Licenses -->
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt
+ </url>
+ </license>
+ </licenses>
+
+ <!-- DistributionManagement -->
+ <distributionManagement>
+ <!--
+ Add this to your ~/.m2/settings.xml <servers> <server> <id>jbpm.dyndns.org</id> <username>yourname</username> <privateKey>/home/yourname/.ssh/id_rsa</privateKey>
+ <passphrase>yourpass</passphrase> </server> </servers>
+ -->
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>${maven.repository.root}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ <!--
+ <site>
+ <id>jbpm.dyndns.org</id>
+ <url>scp://jbpm.dyndns.org/var/www/html/jboss-osgi
+ </url>
+ </site>
+ -->
+ </distributionManagement>
+
+ <!-- Reporting -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <show>public</show>
+ <excludePackageNames>*.internal:*.incubator:*.test</excludePackageNames>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
<!-- Profiles -->
<profiles>
Modified: projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/bundles/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -11,7 +11,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Modified: projects/jboss-osgi/branches/tdiesler/projects/deployers/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/deployers/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/deployers/trunk/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Modified: projects/jboss-osgi/branches/tdiesler/projects/husky/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/husky/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/husky/trunk/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Modules -->
Modified: projects/jboss-osgi/branches/tdiesler/projects/integration/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/integration/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/integration/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Modules -->
Modified: projects/jboss-osgi/branches/tdiesler/projects/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -6,12 +6,10 @@
<artifactId>jboss-osgi-projects</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
-
<parent>
<groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <artifactId>jboss-osgi</artifactId>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Modified: projects/jboss-osgi/branches/tdiesler/projects/repository/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/repository/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/repository/trunk/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<modules>
Modified: projects/jboss-osgi/branches/tdiesler/projects/runtime/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/runtime/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/runtime/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -11,7 +11,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
Modified: projects/jboss-osgi/branches/tdiesler/projects/spi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/projects/spi/trunk/pom.xml 2009-05-25 20:35:41 UTC (rev 89395)
+++ projects/jboss-osgi/branches/tdiesler/projects/spi/trunk/pom.xml 2009-05-25 20:53:01 UTC (rev 89396)
@@ -14,8 +14,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-projects</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <version>1.0.0.Beta2</version>
</parent>
<!-- Properties -->
17 years, 1 month
JBoss-OSGI SVN: r89395 - projects/jboss-osgi/branches/tdiesler.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 16:35:41 -0400 (Mon, 25 May 2009)
New Revision: 89395
Added:
projects/jboss-osgi/branches/tdiesler/projects/
Log:
Copy trunk to userbranch
Copied: projects/jboss-osgi/branches/tdiesler/projects (from rev 89394, projects/jboss-osgi/projects)
17 years, 1 month
JBoss-OSGI SVN: r89394 - projects/jboss-osgi/branches.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 16:35:08 -0400 (Mon, 25 May 2009)
New Revision: 89394
Added:
projects/jboss-osgi/branches/tdiesler/
Log:
Copy trunk to userbranch
Copied: projects/jboss-osgi/branches/tdiesler (from rev 89393, projects/jboss-osgi/trunk)
17 years, 1 month
JBoss-OSGI SVN: r89393 - projects/jboss-osgi.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 16:34:11 -0400 (Mon, 25 May 2009)
New Revision: 89393
Added:
projects/jboss-osgi/branches/
Log:
Add userbranch
17 years, 1 month
JBoss-OSGI SVN: r89392 - in projects/jboss-osgi/trunk/build/hudson/hudson-home: jobs and 2 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 16:10:11 -0400 (Mon, 25 May 2009)
New Revision: 89392
Added:
projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/
projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml
Modified:
projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml
projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml
Log:
Add jbossosgi-projects job
Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml 2009-05-25 19:53:26 UTC (rev 89391)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml 2009-05-25 20:10:11 UTC (rev 89392)
@@ -9,7 +9,7 @@
<table>
<tr align="left"><th>Bind Addr</th><td>@jboss.bind.address@</td></tr>
<tr align="left"><th>JavaDoc</th><td>
-<a href='job/jbossosgi-jdk16/ws/jboss-osgi/spi/target/apidocs/index.html'>SPI</a>
+<a href='job/jbossosgi-projects/ws/jboss-osgi/spi/trunk/target/apidocs/index.html'>SPI</a>
</td></tr>
<tr align="left"><th>Userguide</th><td>
<a href='job/jbossosgi-jdk16/ws/jboss-osgi/build/distribution/target/auto-install-dest/docs/userguide/pdf/JBossOSGi - Userguide.pdf'>PDF</a>
Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml 2009-05-25 19:53:26 UTC (rev 89391)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml 2009-05-25 20:10:11 UTC (rev 89392)
@@ -59,10 +59,6 @@
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
- <hudson.tasks.JavadocArchiver>
- <javadocDir>jboss-osgi/spi/target/apidocs</javadocDir>
- <keepAll>false</keepAll>
- </hudson.tasks.JavadocArchiver>
<hudson.tasks.junit.JUnitResultArchiver>
<testResults>jboss-osgi/**/target/surefire-reports/TEST-*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
Added: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml (rev 0)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml 2009-05-25 20:10:11 UTC (rev 89392)
@@ -0,0 +1,43 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <actions/>
+ <description>Build and test JBossOSGi Projects</description>
+ <logRotator>
+ <daysToKeep>60</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM_-ModuleLocation>
+ <remote>https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects</remote>
+ <local>jboss-osgi</local>
+ </hudson.scm.SubversionSCM_-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossOSGi/</url>
+ <rootModule></rootModule>
+ </browser>
+ <excludedRegions></excludedRegions>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <jdk>jdk1.6</jdk>
+ <triggers class="vector">
+ </triggers>
+ <builders>
+ <hudson.tasks.Maven>
+ <targets>-U -fae clean install</targets>
+ <mavenName>apache-maven</mavenName>
+ <properties>-U -Djboss.bind.address=(a)jboss.bind.address@</properties>
+ </hudson.tasks.Maven>
+ </builders>
+ <publishers>
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>jboss-osgi/**/target/surefire-reports/TEST-*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ </publishers>
+ <buildWrappers/>
+</project>
\ No newline at end of file
Property changes on: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 1 month
JBoss-OSGI SVN: r89391 - projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-embedded.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-05-25 15:53:26 -0400 (Mon, 25 May 2009)
New Revision: 89391
Modified:
projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml
Log:
-U -fae clean install
Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml 2009-05-25 19:48:26 UTC (rev 89390)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml 2009-05-25 19:53:26 UTC (rev 89391)
@@ -29,7 +29,7 @@
</triggers>
<builders>
<hudson.tasks.Maven>
- <targets>clean install</targets>
+ <targets>-U -fae clean install</targets>
<mavenName>apache-maven</mavenName>
<properties>-U -Djboss.bind.address=(a)jboss.bind.address@</properties>
</hudson.tasks.Maven>
17 years, 1 month