Author: ngn
Date: Tue Sep  9 13:57:32 2008
New Revision: 693605

URL: http://svn.apache.org/viewvc?rev=693605&view=rev
Log:
Cleaning up package structure for commands

Modified:
    
mina/ftpserver/trunk/core/src/test/resources/spring-config/config-spring-1.xml

Modified: 
mina/ftpserver/trunk/core/src/test/resources/spring-config/config-spring-1.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/resources/spring-config/config-spring-1.xml?rev=693605&r1=693604&r2=693605&view=diff
==============================================================================
--- 
mina/ftpserver/trunk/core/src/test/resources/spring-config/config-spring-1.xml 
(original)
+++ 
mina/ftpserver/trunk/core/src/test/resources/spring-config/config-spring-1.xml 
Tue Sep  9 13:57:32 2008
@@ -71,10 +71,10 @@
                <native-filesystem case-insensitive="true" create-home="true" />
                <commands use-default="false">
                  <command name="FOO">
-                         <beans:bean class="org.apache.ftpserver.command.HELP" 
/>
+                         <beans:bean 
class="org.apache.ftpserver.command.impl.HELP" />
                  </command>
           <command name="FOO2">
-              <beans:bean class="org.apache.ftpserver.command.STAT" />
+              <beans:bean class="org.apache.ftpserver.command.impl.STAT" />
           </command>
                </commands>
                <messages languages="se no ,da" />


Reply via email to