<?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 svn:external definitions. For example
     
      spi               https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/spi/trunk 
      runtime/deployers https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/deployers/trunk 
    
      <module>spi</module>
      <module>runtime/deployers</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.Beta5</version>
  </parent>

  <modules>
    <module>blueprint</module>
  </modules>

</project>
