From 919a5ac3eb725dc676e81fcbf868f3cc165598a4 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 13 Sep 2011 12:12:39 +0000 Subject: [MRM-1504] Add a new module for repository administration management split the repo admin in two modules : api and default implementation (to be able to more easily change the impl). Use the repo admin api consumers and indexing modules. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170135 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/META-INF/spring-context.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/resources/META-INF') diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/resources/META-INF/spring-context.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/resources/META-INF/spring-context.xml index 9dbc8e677..af17b5ae3 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/resources/META-INF/spring-context.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/resources/META-INF/spring-context.xml @@ -35,9 +35,9 @@ --> - + + base-package="org.apache.archiva.rest.services"/> @@ -56,12 +56,13 @@ + - + \ No newline at end of file -- cgit v1.2.3