Author: norman Date: Wed Dec 15 14:42:42 2010 New Revision: 1049567 URL: http://svn.apache.org/viewvc?rev=1049567&view=rev Log: finish rename of netty-socket to nio-netty
Modified: james/server/trunk/container-spring/src/main/config/james/context/james-server-context.xml james/server/trunk/nio-netty/pom.xml Modified: james/server/trunk/container-spring/src/main/config/james/context/james-server-context.xml URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/context/james-server-context.xml?rev=1049567&r1=1049566&r2=1049567&view=diff ============================================================================== --- james/server/trunk/container-spring/src/main/config/james/context/james-server-context.xml (original) +++ james/server/trunk/container-spring/src/main/config/james/context/james-server-context.xml Wed Dec 15 14:42:42 2010 @@ -168,7 +168,7 @@ <bean id="remotemanager" class="org.apache.james.remotemanager.netty.RemoteManager" > <property name="protocolHandlerChain" ref="remoteProtocolHandlerChain"/> </bean> - <bean id="remoteProtocolHandlerChain" class="org.apache.james.socket.JamesProtocolHandlerChain"> + <bean id="remoteProtocolHandlerChain" class="org.apache.james.server.JamesProtocolHandlerChain"> <property name="coreHandlersPackage" value="org.apache.james.remotemanager.core.CoreCmdHandlerLoader"/> </bean> @@ -178,7 +178,7 @@ <bean id="smtpserver" class="org.apache.james.smtpserver.netty.SMTPServer"> <property name="protocolHandlerChain" ref="smtpProtocolHandlerChain"/> </bean> - <bean id="smtpProtocolHandlerChain" class="org.apache.james.socket.JamesProtocolHandlerChain"> + <bean id="smtpProtocolHandlerChain" class="org.apache.james.server.JamesProtocolHandlerChain"> <property name="coreHandlersPackage" value="org.apache.james.smtpserver.CoreCmdHandlerLoader"/> </bean> @@ -188,7 +188,7 @@ <bean id="lmtpserver" class="org.apache.james.lmtpserver.netty.LMTPServer"> <property name="protocolHandlerChain" ref="lmtpProtocolHandlerChain"/> </bean> - <bean id="lmtpProtocolHandlerChain" class="org.apache.james.socket.JamesProtocolHandlerChain"> + <bean id="lmtpProtocolHandlerChain" class="org.apache.james.server.JamesProtocolHandlerChain"> <property name="coreHandlersPackage" value="org.apache.james.lmtpserver.CoreCmdHandlerLoader"/> </bean> @@ -203,7 +203,7 @@ <bean id="pop3server" class="org.apache.james.pop3server.netty.POP3Server" > <property name="protocolHandlerChain" ref="pop3ProtocolHandlerChain"/> </bean> - <bean id="pop3ProtocolHandlerChain" class="org.apache.james.socket.JamesProtocolHandlerChain"> + <bean id="pop3ProtocolHandlerChain" class="org.apache.james.server.JamesProtocolHandlerChain"> <property name="coreHandlersPackage" value="org.apache.james.pop3server.core.CoreCmdHandlerLoader"/> </bean> Modified: james/server/trunk/nio-netty/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/nio-netty/pom.xml?rev=1049567&r1=1049566&r2=1049567&view=diff ============================================================================== --- james/server/trunk/nio-netty/pom.xml (original) +++ james/server/trunk/nio-netty/pom.xml Wed Dec 15 14:42:42 2010 @@ -25,8 +25,8 @@ </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.james</groupId> - <artifactId>james-server-netty-socket</artifactId> - <name>Apache James Server Netty Socket</name> + <artifactId>james-server-nio-netty</artifactId> + <name>Apache James Server NIO Netty</name> <properties> <!-- OSGI stuff --> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org