renamed packages and project to include fda

This commit is contained in:
2013-12-18 11:42:22 +01:00
parent 37a9f89a20
commit 7e41009483
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ch.psi.fdaq</name>
<name>ch.psi.fda.fdaq</name>
<comment></comment>
<projects>
</projects>
@@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>.
*
*/
package ch.psi.fdaq;
package ch.psi.fda.fdaq;
import java.io.File;
import java.util.concurrent.Executors;
@@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>.
*
*/
package ch.psi.fdaq;
package ch.psi.fda.fdaq;
import java.io.DataInputStream;
import java.io.DataOutputStream;
@@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>.
*
*/
package ch.psi.fdaq;
package ch.psi.fda.fdaq;
import java.io.DataInputStream;
import java.io.DataOutputStream;
@@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>.
*
*/
package ch.psi.fdaq;
package ch.psi.fda.fdaq;
import java.io.DataOutputStream;
import java.io.IOException;