[cooja/serialsocket] Moved to package org.contikios.cooja.serialsocket

This commit is contained in:
Enrico Joerns 2014-04-12 00:50:56 +02:00
parent 2a0ccf2c6b
commit af7f9ced81
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,5 @@
package org.contikios.cooja.serialsocket;
/*
* Copyright (c) 2010, Swedish Institute of Computer Science.
* All rights reserved.

View File

@ -1,3 +1,5 @@
package org.contikios.cooja.serialsocket;
/*
* Copyright (c) 2010, Swedish Institute of Computer Science.
* All rights reserved.