- Changed the project name according to the new naming convention

- Changed package names according to the new naming convention


git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@277 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
uniederer
2012-03-16 12:17:47 +00:00
parent 8b297fd01e
commit 5ef50110e7
43 changed files with 362 additions and 362 deletions

View File

@@ -7,9 +7,9 @@
*/
package ch.ntb.usb.demo;
import ch.ntb.usb.LibusbJava;
import ch.ntb.usb.Usb_Bus;
import ch.ntb.usb.Utils;
import ch.ntb.inf.libusbJava.LibusbJava;
import ch.ntb.inf.libusbJava.Usb_Bus;
import ch.ntb.inf.libusbJava.Utils;
/**
* Initalises Libusb and prints the bus(ses) with attached devices to the
@@ -20,7 +20,7 @@ import ch.ntb.usb.Utils;
public class LogBus {
private static void logBus() {
// if you don't use the ch.ntb.usb.Device class you must initialise
// if you don't use the ch.ntb.inf.libusbJava.Device class you must initialise
// Libusb before use
LibusbJava.usb_init();
LibusbJava.usb_find_busses();