<?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 91403 2009-07-18 14:01:46Z thomas.diesler@jboss.com $ -->

  <!--
  
  The reactor is used to pull in external subprojects and build them
  as part of this maven reactor build. It is a one-stop entry point 
  to build, test and deploy dependent SNAPSHOTs.
  
  To pull in a particular subproject, set one or more of these svn:external definitions
  
      spi                        https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/spi/trunk
      bundles/apache-xerces      https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/apache-xerces/trunk
      bundles/common             https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/common/trunk
      bundles/hotdeploy          https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/hotdeploy/trunk
      bundles/husky              https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/husky/trunk
      bundles/jaxb               https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jaxb/trunk
      bundles/jmx                https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jmx/trunk
      bundles/jndi               https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jndi/trunk
      bundles/jboss-common-core  https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jboss-common-core/trunk
      bundles/jboss-xml-binding  https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jboss-xml-binding/trunk
      bundles/microcontainer     https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/microcontainer/trunk
      bundles/remotelog          https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/remotelog/trunk
      bundles/webconsole         https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/webconsole/trunk
      runtime/deployers          https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/deployers/trunk
      runtime/equinox            https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/equinox/trunk
      runtime/felix              https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/felix/trunk
      runtime/jbossas            https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/jbossas/trunk
      runtime/knopflerfish       https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/knopflerfish/trunk
  
  and enable the associated maven module
  
      <module>spi</module>
      <module>runtime/equinox</module>
      <module>runtime/felix</module>
      <module>runtime/knopflerfish</module>
      <module>runtime/deployers</module>
      <module>bundles/common</module>
      <module>bundles/jboss-common-core</module>
      <module>bundles/apache-xerces</module>
      <module>bundles/jaxb</module>
      <module>bundles/jboss-xml-binding</module>
      <module>bundles/jndi</module>
      <module>bundles/jmx</module>
      <module>bundles/remotelog</module>
      <module>bundles/webconsole</module>
      <module>bundles/hotdeploy</module>
      <module>bundles/microcontainer</module>
      <module>bundles/husky</module>
      <module>runtime/jbossas</module>
      
  A release MUST NOT contain any svn:external definitions.
  
  -->
  
<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 Reactor</name>

  <groupId>org.jboss.osgi</groupId>
  <artifactId>jboss-osgi-reactor</artifactId>
  <packaging>pom</packaging>

  <parent>
    <groupId>org.jboss.osgi</groupId>
    <artifactId>jboss-osgi</artifactId>
    <version>1.0.0.Beta3</version>
  </parent>
  
  <modules>
    <module>blueprint</module>
  </modules>

</project>
