diff options
Diffstat (limited to 'src/Probe.java')
-rw-r--r-- | src/Probe.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Probe.java b/src/Probe.java index be56d35..7f5e7b5 100644 --- a/src/Probe.java +++ b/src/Probe.java @@ -7,6 +7,8 @@ * (c) CENA * * Changelog: + * 1.2.8 + * - added a fr.dgac.ivy.tools subsection * 1.2.7 * - added a .where function * - added a .bound function @@ -40,12 +42,13 @@ * - processes .help, .die , .quit and .bye commands * - it is possible to rename the JPROBE on the bus with the -n switch, it can * circumvent name collisions during tests - * e.g: java fr.dgac.ivy.Probe -n JPROBE2 + * e.g: java fr.dgac.ivy.tools.Probe -n JPROBE2 * 1.0.10 * exits on end of user input * handles multiple domains - it was a IvyWatcher problem - */ -package fr.dgac.ivy ; +package fr.dgac.ivy.tools ; +import fr.dgac.ivy.* ; import java.io.*; import java.util.*; import gnu.getopt.Getopt; |