Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies
like /tools/mspsim. This is a very simple modification that affects a very large number of files in Contiki: Cooja, /platform/cooja, Collect-view, Coffe-manager, and Cooja simulation files (.csc). I've gone through Contiki to update all references I could find. Nevertheless, this commit will likely break external dependencies, like saved Cooja simulation files.
This commit is contained in:
parent
2a9283884c
commit
b5c94910ac
400 changed files with 8446 additions and 8458 deletions
|
@ -28,10 +28,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package se.sics.cooja.corecomm;
|
||||
package org.contikios.cooja.corecomm;
|
||||
import java.io.File;
|
||||
|
||||
import se.sics.cooja.*;
|
||||
import org.contikios.cooja.*;
|
||||
|
||||
/**
|
||||
* @see CoreComm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue