[cooja/serialsocket] Moved to package org.contikios.cooja.serialsocket
This commit is contained in:
parent
2a0ccf2c6b
commit
af7f9ced81
|
@ -1,2 +1,2 @@
|
|||
org.contikios.cooja.Cooja.PLUGINS = + SerialSocketClient SerialSocketServer
|
||||
org.contikios.cooja.Cooja.PLUGINS = + org.contikios.cooja.serialsocket.SerialSocketClient org.contikios.cooja.serialsocket.SerialSocketServer
|
||||
org.contikios.cooja.Cooja.JARFILES = + serial_socket.jar
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
package org.contikios.cooja.serialsocket;
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010, Swedish Institute of Computer Science.
|
||||
* All rights reserved.
|
|
@ -1,3 +1,5 @@
|
|||
package org.contikios.cooja.serialsocket;
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010, Swedish Institute of Computer Science.
|
||||
* All rights reserved.
|
Loading…
Reference in a new issue