Author: thomas.diesler(a)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/...
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/...
+ framework
https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/...
- <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>