diff --git a/.gitignore b/.gitignore index 9398a26..0c0b5c6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ .project .maven bin -build \ No newline at end of file +build diff --git a/java/base/.classpath b/java/base/.classpath deleted file mode 100644 index 1b39b2d..0000000 --- a/java/base/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/java/sound/.classpath b/java/sound/.classpath deleted file mode 100644 index 4828d2a..0000000 --- a/java/sound/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/java/sound/build.xml b/java/sound/build.xml deleted file mode 100644 index dbf0eb1..0000000 --- a/java/sound/build.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java/sound/launch4j.xml b/java/sound/launch4j.xml deleted file mode 100644 index 548e148..0000000 --- a/java/sound/launch4j.xml +++ /dev/null @@ -1,22 +0,0 @@ - - false - gui - stream.jar - stream.exe - - - - normal - http://java.com/download - - false - false - - - - - 1.6.0 - - preferJre - - \ No newline at end of file diff --git a/java/sound/pipe.dll b/java/sound/pipe.dll deleted file mode 100644 index 8a948e6..0000000 Binary files a/java/sound/pipe.dll and /dev/null differ diff --git a/java/sound/lame.exe b/java/sound/src/main/resources/lame.exe similarity index 100% rename from java/sound/lame.exe rename to java/sound/src/main/resources/lame.exe diff --git a/java/sound/libgomp-1.dll b/java/sound/src/main/resources/libgomp-1.dll similarity index 100% rename from java/sound/libgomp-1.dll rename to java/sound/src/main/resources/libgomp-1.dll diff --git a/java/sound/libmad.dll b/java/sound/src/main/resources/libmad.dll similarity index 100% rename from java/sound/libmad.dll rename to java/sound/src/main/resources/libmad.dll diff --git a/java/sound/libmp3lame.dll b/java/sound/src/main/resources/libmp3lame.dll similarity index 100% rename from java/sound/libmp3lame.dll rename to java/sound/src/main/resources/libmp3lame.dll diff --git a/java/sound/play.exe b/java/sound/src/main/resources/play.exe similarity index 100% rename from java/sound/play.exe rename to java/sound/src/main/resources/play.exe diff --git a/java/sound/pthreadgc2.dll b/java/sound/src/main/resources/pthreadgc2.dll similarity index 100% rename from java/sound/pthreadgc2.dll rename to java/sound/src/main/resources/pthreadgc2.dll diff --git a/java/sound/sox.exe b/java/sound/src/main/resources/sox.exe similarity index 100% rename from java/sound/sox.exe rename to java/sound/src/main/resources/sox.exe diff --git a/java/sound/soxi.exe b/java/sound/src/main/resources/soxi.exe similarity index 100% rename from java/sound/soxi.exe rename to java/sound/src/main/resources/soxi.exe diff --git a/java/sound/stream.exe b/java/sound/src/main/resources/stream.exe similarity index 100% rename from java/sound/stream.exe rename to java/sound/src/main/resources/stream.exe diff --git a/java/sound/txt/keuze.txt b/java/sound/src/main/resources/txt/keuze.txt similarity index 100% rename from java/sound/txt/keuze.txt rename to java/sound/src/main/resources/txt/keuze.txt diff --git a/java/sound/txt/mp3 b/java/sound/src/main/resources/txt/mp3 similarity index 100% rename from java/sound/txt/mp3 rename to java/sound/src/main/resources/txt/mp3 diff --git a/java/sound/txt/options b/java/sound/src/main/resources/txt/options similarity index 100% rename from java/sound/txt/options rename to java/sound/src/main/resources/txt/options diff --git a/java/sound/txt/short b/java/sound/src/main/resources/txt/short similarity index 100% rename from java/sound/txt/short rename to java/sound/src/main/resources/txt/short diff --git a/java/sound/txt/testfiles.txt b/java/sound/src/main/resources/txt/testfiles.txt similarity index 100% rename from java/sound/txt/testfiles.txt rename to java/sound/src/main/resources/txt/testfiles.txt diff --git a/java/sound/wget.exe b/java/sound/src/main/resources/wget.exe similarity index 100% rename from java/sound/wget.exe rename to java/sound/src/main/resources/wget.exe diff --git a/java/sound/zlib1.dll b/java/sound/src/main/resources/zlib1.dll similarity index 100% rename from java/sound/zlib1.dll rename to java/sound/src/main/resources/zlib1.dll diff --git a/java/sound/stream.bat b/java/sound/stream.bat deleted file mode 100644 index 21afc51..0000000 --- a/java/sound/stream.bat +++ /dev/null @@ -1 +0,0 @@ -java -classpath bin udp.StreamClient 234.5.6.7 4567 \ No newline at end of file diff --git a/java/sound/stream.jar b/java/sound/stream.jar deleted file mode 100644 index 1d8bbdc..0000000 Binary files a/java/sound/stream.jar and /dev/null differ