add m2 repository to sigil-repos


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@805509 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/bldcommon/sigil-repos.properties b/sigil/bldcommon/sigil-repos.properties
index a2eb4eb..2344991 100644
--- a/sigil/bldcommon/sigil-repos.properties
+++ b/sigil/bldcommon/sigil-repos.properties
@@ -2,7 +2,7 @@
 
 # repository config
 
--repositories:  system, project, bld-ant, bld-common, bld-hack, spring
+-repositories:  system, project, bld-ant, bld-common, bld-hack, spring, m2
 
 system;provider:        system
 system;level:           -1
@@ -28,8 +28,14 @@
 bld-hack;recurse:	true
 bld-hack;dir:		${..}/cache/eclipse2
 
+m2;provider:	        obr
+m2;level:		4
+m2;url:            	file:${user.home}/.m2/repository/repository.xml 
+m2;index:               ${..}/build/m2.obr
+m2;cache:		${..}/build/obr-cache
+
 spring;provider:	obr
-spring;level:		4
+spring;level:		5
 spring;url:             http://sigil.codecauldron.org/spring-external.obr
 spring;index:           ${..}/build/spring-external.obr
 spring;cache:		${..}/build/obr-cache