Author: kkoehler
Date: Thu Jul 3 01:02:17 2008
New Revision: 673605
URL: http://svn.apache.org/viewvc?rev=673605&view=rev
Log:
added bundles project to externals and added target directory to ignore list
Modified:
servicemix/smx4/all/ (props changed)
servicemix/smx4/all/pom.xml
Propchange: servicemix/smx4/all/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Thu Jul 3 01:02:17 2008
@@ -2,3 +2,4 @@
kernel
https://svn.apache.org/repos/asf/servicemix/smx4/kernel/trunk/
nmr
https://svn.apache.org/repos/asf/servicemix/smx4/nmr/trunk/
specs
https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk/
+bundles https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk
Propchange: servicemix/smx4/all/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 3 01:02:17 2008
@@ -0,0 +1 @@
+target
Modified: servicemix/smx4/all/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/all/pom.xml?rev=673605&r1=673604&r2=673605&view=diff
==============================================================================
--- servicemix/smx4/all/pom.xml (original)
+++ servicemix/smx4/all/pom.xml Thu Jul 3 01:02:17 2008
@@ -40,6 +40,7 @@
<module>specs</module>
<module>features</module>
<module>nmr</module>
+ <module>bundles</module>
<!--
<module>legal</module>
-->