From 72f73f8f92f86b70d08524f18ba4668e2acba0d0 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 7 Oct 2012 12:47:29 +0200 Subject: Simple JOGL2 port: Remove old joal/jogl/jsr231 libs --- lib/joal/joal.jar | Bin 51522 -> 0 bytes lib/joal/linux/libjoal_native.so | Bin 101064 -> 0 bytes lib/joal/linux/libopenal.so | Bin 758109 -> 0 bytes lib/joal/osx/libjoal_native.jnilib | Bin 170276 -> 0 bytes lib/joal/windows/OpenAL32.dll | Bin 73728 -> 0 bytes lib/joal/windows/joal_native.dll | Bin 45056 -> 0 bytes lib/joal/windows/wrap_oal.dll | Bin 409600 -> 0 bytes lib/jogl/jogl.jar | Bin 1172426 -> 0 bytes lib/jogl/linux/libjogl.so | Bin 1666582 -> 0 bytes lib/jogl/linux/libjogl_cg.so | Bin 234273 -> 0 bytes lib/jogl/osx/libjogl.jnilib | Bin 1132380 -> 0 bytes lib/jogl/osx/libjogl_cg.jnilib | Bin 104084 -> 0 bytes lib/jogl/windows/jogl.dll | Bin 413696 -> 0 bytes lib/jogl/windows/jogl_cg.dll | Bin 73728 -> 0 bytes lib/jsr231/gluegen-rt.jar | Bin 17829 -> 0 bytes lib/jsr231/jogl.jar | Bin 1065888 -> 0 bytes lib/jsr231/linux/libgluegen-rt.so | Bin 7319 -> 0 bytes lib/jsr231/linux/libjogl.so | Bin 1212850 -> 0 bytes lib/jsr231/linux/libjogl_awt.so | Bin 10279 -> 0 bytes lib/jsr231/linux/libjogl_cg.so | Bin 191161 -> 0 bytes lib/jsr231/osx/libgluegen-rt.jnilib | Bin 29812 -> 0 bytes lib/jsr231/osx/libjogl.jnilib | Bin 1518320 -> 0 bytes lib/jsr231/osx/libjogl_awt.jnilib | Bin 34828 -> 0 bytes lib/jsr231/osx/libjogl_cg.jnilib | Bin 307116 -> 0 bytes lib/jsr231/windows/gluegen-rt.dll | Bin 20480 -> 0 bytes lib/jsr231/windows/jogl.dll | Bin 315392 -> 0 bytes lib/jsr231/windows/jogl_awt.dll | Bin 20480 -> 0 bytes lib/jsr231/windows/jogl_cg.dll | Bin 114688 -> 0 bytes 28 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/joal/joal.jar delete mode 100644 lib/joal/linux/libjoal_native.so delete mode 100644 lib/joal/linux/libopenal.so delete mode 100644 lib/joal/osx/libjoal_native.jnilib delete mode 100644 lib/joal/windows/OpenAL32.dll delete mode 100644 lib/joal/windows/joal_native.dll delete mode 100644 lib/joal/windows/wrap_oal.dll delete mode 100644 lib/jogl/jogl.jar delete mode 100644 lib/jogl/linux/libjogl.so delete mode 100644 lib/jogl/linux/libjogl_cg.so delete mode 100644 lib/jogl/osx/libjogl.jnilib delete mode 100644 lib/jogl/osx/libjogl_cg.jnilib delete mode 100644 lib/jogl/windows/jogl.dll delete mode 100644 lib/jogl/windows/jogl_cg.dll delete mode 100644 lib/jsr231/gluegen-rt.jar delete mode 100644 lib/jsr231/jogl.jar delete mode 100644 lib/jsr231/linux/libgluegen-rt.so delete mode 100644 lib/jsr231/linux/libjogl.so delete mode 100644 lib/jsr231/linux/libjogl_awt.so delete mode 100644 lib/jsr231/linux/libjogl_cg.so delete mode 100644 lib/jsr231/osx/libgluegen-rt.jnilib delete mode 100755 lib/jsr231/osx/libjogl.jnilib delete mode 100755 lib/jsr231/osx/libjogl_awt.jnilib delete mode 100755 lib/jsr231/osx/libjogl_cg.jnilib delete mode 100644 lib/jsr231/windows/gluegen-rt.dll delete mode 100644 lib/jsr231/windows/jogl.dll delete mode 100644 lib/jsr231/windows/jogl_awt.dll delete mode 100644 lib/jsr231/windows/jogl_cg.dll (limited to 'lib') diff --git a/lib/joal/joal.jar b/lib/joal/joal.jar deleted file mode 100644 index 2fec879..0000000 Binary files a/lib/joal/joal.jar and /dev/null differ diff --git a/lib/joal/linux/libjoal_native.so b/lib/joal/linux/libjoal_native.so deleted file mode 100644 index 287f5f5..0000000 Binary files a/lib/joal/linux/libjoal_native.so and /dev/null differ diff --git a/lib/joal/linux/libopenal.so b/lib/joal/linux/libopenal.so deleted file mode 100644 index ebcaee5..0000000 Binary files a/lib/joal/linux/libopenal.so and /dev/null differ diff --git a/lib/joal/osx/libjoal_native.jnilib b/lib/joal/osx/libjoal_native.jnilib deleted file mode 100644 index 985efe3..0000000 Binary files a/lib/joal/osx/libjoal_native.jnilib and /dev/null differ diff --git a/lib/joal/windows/OpenAL32.dll b/lib/joal/windows/OpenAL32.dll deleted file mode 100644 index a2e77f2..0000000 Binary files a/lib/joal/windows/OpenAL32.dll and /dev/null differ diff --git a/lib/joal/windows/joal_native.dll b/lib/joal/windows/joal_native.dll deleted file mode 100644 index 0c496e8..0000000 Binary files a/lib/joal/windows/joal_native.dll and /dev/null differ diff --git a/lib/joal/windows/wrap_oal.dll b/lib/joal/windows/wrap_oal.dll deleted file mode 100644 index 22697eb..0000000 Binary files a/lib/joal/windows/wrap_oal.dll and /dev/null differ diff --git a/lib/jogl/jogl.jar b/lib/jogl/jogl.jar deleted file mode 100644 index e7a05b7..0000000 Binary files a/lib/jogl/jogl.jar and /dev/null differ diff --git a/lib/jogl/linux/libjogl.so b/lib/jogl/linux/libjogl.so deleted file mode 100644 index e7ea97a..0000000 Binary files a/lib/jogl/linux/libjogl.so and /dev/null differ diff --git a/lib/jogl/linux/libjogl_cg.so b/lib/jogl/linux/libjogl_cg.so deleted file mode 100644 index 249fa5d..0000000 Binary files a/lib/jogl/linux/libjogl_cg.so and /dev/null differ diff --git a/lib/jogl/osx/libjogl.jnilib b/lib/jogl/osx/libjogl.jnilib deleted file mode 100644 index 811f306..0000000 Binary files a/lib/jogl/osx/libjogl.jnilib and /dev/null differ diff --git a/lib/jogl/osx/libjogl_cg.jnilib b/lib/jogl/osx/libjogl_cg.jnilib deleted file mode 100644 index 195d1b2..0000000 Binary files a/lib/jogl/osx/libjogl_cg.jnilib and /dev/null differ diff --git a/lib/jogl/windows/jogl.dll b/lib/jogl/windows/jogl.dll deleted file mode 100644 index e9bb5b2..0000000 Binary files a/lib/jogl/windows/jogl.dll and /dev/null differ diff --git a/lib/jogl/windows/jogl_cg.dll b/lib/jogl/windows/jogl_cg.dll deleted file mode 100644 index b7c821d..0000000 Binary files a/lib/jogl/windows/jogl_cg.dll and /dev/null differ diff --git a/lib/jsr231/gluegen-rt.jar b/lib/jsr231/gluegen-rt.jar deleted file mode 100644 index 5de7d74..0000000 Binary files a/lib/jsr231/gluegen-rt.jar and /dev/null differ diff --git a/lib/jsr231/jogl.jar b/lib/jsr231/jogl.jar deleted file mode 100644 index c973b83..0000000 Binary files a/lib/jsr231/jogl.jar and /dev/null differ diff --git a/lib/jsr231/linux/libgluegen-rt.so b/lib/jsr231/linux/libgluegen-rt.so deleted file mode 100644 index 5266429..0000000 Binary files a/lib/jsr231/linux/libgluegen-rt.so and /dev/null differ diff --git a/lib/jsr231/linux/libjogl.so b/lib/jsr231/linux/libjogl.so deleted file mode 100644 index fd98dac..0000000 Binary files a/lib/jsr231/linux/libjogl.so and /dev/null differ diff --git a/lib/jsr231/linux/libjogl_awt.so b/lib/jsr231/linux/libjogl_awt.so deleted file mode 100644 index 74a3513..0000000 Binary files a/lib/jsr231/linux/libjogl_awt.so and /dev/null differ diff --git a/lib/jsr231/linux/libjogl_cg.so b/lib/jsr231/linux/libjogl_cg.so deleted file mode 100644 index bb31d7b..0000000 Binary files a/lib/jsr231/linux/libjogl_cg.so and /dev/null differ diff --git a/lib/jsr231/osx/libgluegen-rt.jnilib b/lib/jsr231/osx/libgluegen-rt.jnilib deleted file mode 100644 index 87886b1..0000000 Binary files a/lib/jsr231/osx/libgluegen-rt.jnilib and /dev/null differ diff --git a/lib/jsr231/osx/libjogl.jnilib b/lib/jsr231/osx/libjogl.jnilib deleted file mode 100755 index 739291d..0000000 Binary files a/lib/jsr231/osx/libjogl.jnilib and /dev/null differ diff --git a/lib/jsr231/osx/libjogl_awt.jnilib b/lib/jsr231/osx/libjogl_awt.jnilib deleted file mode 100755 index bc111ef..0000000 Binary files a/lib/jsr231/osx/libjogl_awt.jnilib and /dev/null differ diff --git a/lib/jsr231/osx/libjogl_cg.jnilib b/lib/jsr231/osx/libjogl_cg.jnilib deleted file mode 100755 index ab2501b..0000000 Binary files a/lib/jsr231/osx/libjogl_cg.jnilib and /dev/null differ diff --git a/lib/jsr231/windows/gluegen-rt.dll b/lib/jsr231/windows/gluegen-rt.dll deleted file mode 100644 index 956f2a4..0000000 Binary files a/lib/jsr231/windows/gluegen-rt.dll and /dev/null differ diff --git a/lib/jsr231/windows/jogl.dll b/lib/jsr231/windows/jogl.dll deleted file mode 100644 index 894fa37..0000000 Binary files a/lib/jsr231/windows/jogl.dll and /dev/null differ diff --git a/lib/jsr231/windows/jogl_awt.dll b/lib/jsr231/windows/jogl_awt.dll deleted file mode 100644 index 8dd9d91..0000000 Binary files a/lib/jsr231/windows/jogl_awt.dll and /dev/null differ diff --git a/lib/jsr231/windows/jogl_cg.dll b/lib/jsr231/windows/jogl_cg.dll deleted file mode 100644 index 62c0272..0000000 Binary files a/lib/jsr231/windows/jogl_cg.dll and /dev/null differ -- cgit v1.2.3