[jboss-osgi-commits] JBoss-OSGI SVN: r97882 - projects/jboss-osgi/trunk/reactor.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Dec 16 06:56:47 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-16 06:56:46 -0500 (Wed, 16 Dec 2009)
New Revision: 97882

Modified:
   projects/jboss-osgi/trunk/reactor/
   projects/jboss-osgi/trunk/reactor/pom.xml
Log:
Add framework to svn:externals in reactor


Property changes on: projects/jboss-osgi/trunk/reactor
___________________________________________________________________
Name: svn:externals
   + framework   https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/framework/trunk


Modified: projects/jboss-osgi/trunk/reactor/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/pom.xml	2009-12-16 11:51:28 UTC (rev 97881)
+++ projects/jboss-osgi/trunk/reactor/pom.xml	2009-12-16 11:56:46 UTC (rev 97882)
@@ -18,11 +18,9 @@
     
     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 
+      framework   https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/framework/trunk 
     
-      <module>spi</module>
-      <module>runtime/deployers</module>
+      <module>framework</module>
     
     A release MUST NOT contain any svn:external definitions.
   -->
@@ -43,6 +41,7 @@
   </parent>
 
   <modules>
+    <module>framework</module>
     <module>blueprint</module>
   </modules>
 



More information about the jboss-osgi-commits mailing list