This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-apacheds.git
commit f3def8775bec5568960cc18b9114f7404d8b7a8b Author: Olivier Lamy <[email protected]> AuthorDate: Mon Apr 9 21:13:53 2012 +0000 spring-apacheds component move to apache namespace git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1311449 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva}/redback/components/apacheds/ApacheDsTest.java | 2 +- src/test/resources/spring-context.xml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/test/java/org/codehaus/redback/components/apacheds/ApacheDsTest.java b/src/test/java/org/apache/archiva/redback/components/apacheds/ApacheDsTest.java similarity index 99% rename from src/test/java/org/codehaus/redback/components/apacheds/ApacheDsTest.java rename to src/test/java/org/apache/archiva/redback/components/apacheds/ApacheDsTest.java index ab3ed58..fd82be8 100644 --- a/src/test/java/org/codehaus/redback/components/apacheds/ApacheDsTest.java +++ b/src/test/java/org/apache/archiva/redback/components/apacheds/ApacheDsTest.java @@ -1,4 +1,4 @@ -package org.codehaus.redback.components.apacheds; +package org.apache.archiva.redback.components.apacheds; /* * Licensed to the Apache Software Foundation (ASF) under one diff --git a/src/test/resources/spring-context.xml b/src/test/resources/spring-context.xml index 5cc6b40..8881f24 100755 --- a/src/test/resources/spring-context.xml +++ b/src/test/resources/spring-context.xml @@ -20,11 +20,8 @@ --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-2.5.xsd - http://www.springframework.org/schema/context - http://www.springframework.org/schema/context/spring-context-2.5.xsd"> + http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> <bean name="apacheDS" class="org.apache.archiva.redback.components.apacheds.DefaultApacheDs"> <property name="basedir" value="./target/apacheds"/> -- To stop receiving notification emails like this one, please contact [email protected].
