- 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:
@@ -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;
|
||||||
@@ -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;
|
||||||
@@ -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;
|
||||||
@@ -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;
|
||||||
@@ -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;
|
||||||
@@ -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;
|
||||||
@@ -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;
|
||||||
@@ -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;
|
||||||
|
|
||||||
@@ -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;
|
||||||
|
|
||||||
Reference in New Issue
Block a user