b5c94910ac
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.
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
(cd org/contikios/coffee && javac *.java) && \
|
|
jar cvfm coffee.jar MANIFEST.MF org/contikios/coffee/*.class *.properties
|