拆分模块

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@65 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
william.liangf 2011-10-26 05:12:22 +00:00
parent 6501a54860
commit 6a633ae983
8 changed files with 8 additions and 7 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.remoting.transport.mina;
package com.alibaba.dubbo.remoting.transport.mina;
import java.net.InetSocketAddress;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.remoting.transport.mina;
package com.alibaba.dubbo.remoting.transport.mina;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.remoting.transport.mina;
package com.alibaba.dubbo.remoting.transport.mina;
import java.io.IOException;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.remoting.transport.mina;
package com.alibaba.dubbo.remoting.transport.mina;
import org.apache.mina.common.IoHandlerAdapter;
import org.apache.mina.common.IoSession;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.remoting.transport.mina;
package com.alibaba.dubbo.remoting.transport.mina;
import java.net.InetSocketAddress;
import java.util.Collection;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.remoting.transport.mina;
package com.alibaba.dubbo.remoting.transport.mina;
import com.alibaba.dubbo.common.Extension;
import com.alibaba.dubbo.common.URL;

View File

@ -1 +1 @@
com.alibaba.remoting.transport.mina.MinaTransporter
com.alibaba.dubbo.remoting.transport.mina.MinaTransporter

View File

@ -25,6 +25,7 @@ import org.junit.Test;
import com.alibaba.dubbo.common.ExtensionLoader;
import com.alibaba.dubbo.remoting.Transporter;
import com.alibaba.dubbo.remoting.transport.mina.MinaTransporter;
/**
* @author ding.lid