From 8e92224db5274f8a028f28f830b52e78ee88fda2 Mon Sep 17 00:00:00 2001 From: jestin Date: Tue, 22 Nov 2005 12:16:36 +0000 Subject: See changes inside. major change in multibus error handling. I reintroduced bugs .. --- src/Probe.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Probe.java') 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; -- cgit v1.1