- Corrected wrong package name in test directory
- Moved demo classes from the test tree to the application tree git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@279 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.libusbJava.demo;
|
package ch.ntb.inf.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.libusbJava.demo;
|
package ch.ntb.inf.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.libusbJava.test;
|
package ch.ntb.inf.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.libusbJava.test;
|
package ch.ntb.inf.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.libusbJava.test;
|
package ch.ntb.inf.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.libusbJava.test.devices;
|
package ch.ntb.inf.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.libusbJava.test.devices;
|
package ch.ntb.inf.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.libusbJava.test.devices;
|
package ch.ntb.inf.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.libusbJava.test.devices;
|
package ch.ntb.inf.libusbJava.test.devices;
|
||||||
|
|
||||||
import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo;
|
import ch.ntb.inf.libusbJava.testApp.AbstractDeviceInfo;
|
||||||
|
|
||||||
Reference in New Issue
Block a user