diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-07 14:01:39 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-07 14:01:39 +0000 |
commit | 1d4a4c2f56b987e0a8a85e8831fbd0575d531444 (patch) | |
tree | e6dd89c2f6721dbbc1fd23589add247837761877 /redback-users | |
parent | 371fa41c815db6a5536c7c058d59e5f523adb64c (diff) | |
download | archiva-1d4a4c2f56b987e0a8a85e8831fbd0575d531444.tar.gz archiva-1d4a4c2f56b987e0a8a85e8831fbd0575d531444.zip |
fix package
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310775 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-users')
-rw-r--r-- | redback-users/redback-authentication-users/src/main/resources/META-INF/spring-context.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redback-users/redback-authentication-users/src/main/resources/META-INF/spring-context.xml b/redback-users/redback-authentication-users/src/main/resources/META-INF/spring-context.xml index de5596e90..770a37f7a 100644 --- a/redback-users/redback-authentication-users/src/main/resources/META-INF/spring-context.xml +++ b/redback-users/redback-authentication-users/src/main/resources/META-INF/spring-context.xml @@ -29,6 +29,6 @@ <context:annotation-config /> <context:component-scan - base-package="org.codehaus.plexus.redback.authentication.users"/> + base-package="org.apache.archiva.redback.authentication.users"/> </beans>
\ No newline at end of file |