- Changed package names of the test modules according to the new naming convention

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@278 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
uniederer
2012-03-16 13:09:13 +00:00
parent 5ef50110e7
commit 957a4e193a
9 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.demo; package ch.ntb.libusbJava.demo;
import ch.ntb.inf.libusbJava.LibusbJava; import ch.ntb.inf.libusbJava.LibusbJava;
import ch.ntb.inf.libusbJava.Usb_Bus; import ch.ntb.inf.libusbJava.Usb_Bus;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.demo; package ch.ntb.libusbJava.demo;
import ch.ntb.inf.libusbJava.Device; import ch.ntb.inf.libusbJava.Device;
import ch.ntb.inf.libusbJava.USB; import ch.ntb.inf.libusbJava.USB;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.test; package ch.ntb.libusbJava.test;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.test; package ch.ntb.libusbJava.test;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.test; package ch.ntb.libusbJava.test;
import ch.ntb.inf.libusbJava.LibusbJava; import ch.ntb.inf.libusbJava.LibusbJava;
import ch.ntb.inf.libusbJava.Usb_Bus; import ch.ntb.inf.libusbJava.Usb_Bus;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.test.devices; package ch.ntb.libusbJava.test.devices;
import ch.ntb.inf.libusbJava.USB; import ch.ntb.inf.libusbJava.USB;
import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo; import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.test.devices; package ch.ntb.libusbJava.test.devices;
import ch.ntb.inf.libusbJava.USB; import ch.ntb.inf.libusbJava.USB;
import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo; import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.test.devices; package ch.ntb.libusbJava.test.devices;
import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo; import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo;

View File

@@ -5,7 +5,7 @@
* http://libusbjava.sourceforge.net * http://libusbjava.sourceforge.net
* This library is covered by the LGPL, read LGPL.txt for details. * This library is covered by the LGPL, read LGPL.txt for details.
*/ */
package ch.ntb.usb.test.devices; package ch.ntb.libusbJava.test.devices;
import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo; import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo;