diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-07 21:21:24 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-07 21:21:24 +0000 |
commit | 4d7d7f47313283f4088d3768638548b5b8f25fce (patch) | |
tree | b8b48b5b719fe776cc805c62727ecee20d9fe023 /redback-integrations/redback-struts2/redback-struts2-integration/src | |
parent | 35fa98b3768619cdb3f31297e4b1861be001baeb (diff) | |
download | archiva-4d7d7f47313283f4088d3768638548b5b8f25fce.tar.gz archiva-4d7d7f47313283f4088d3768638548b5b8f25fce.zip |
package move to o.a.a.r module redback-common-ldap
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-integrations/redback-struts2/redback-struts2-integration/src')
-rw-r--r-- | redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/SystemInfoActionTest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/SystemInfoActionTest.xml b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/SystemInfoActionTest.xml index da295542b..4228ff888 100644 --- a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/SystemInfoActionTest.xml +++ b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/SystemInfoActionTest.xml @@ -63,9 +63,9 @@ </configuration> </component> <component> - <role>org.codehaus.plexus.redback.common.ldap.connection.LdapConnectionFactory</role> + <role>org.apache.archiva.redback.common.ldap.connection.LdapConnectionFactory</role> <role-hint>configurable</role-hint> - <implementation>org.codehaus.plexus.redback.common.ldap.connection.ConfigurableLdapConnectionFactory</implementation> + <implementation>org.apache.archiva.redback.common.ldap.connection.ConfigurableLdapConnectionFactory</implementation> <description></description> <configuration> <hostname>localhost</hostname> |