- Removed some unused methods, to allow splitting things up

- Moved rubbish to sandbox
- Updated todo-list
This commit is contained in:
Harald Kuhr 2009-10-02 18:56:00 +02:00
parent a86cf5bf15
commit 74cbb789a8
3 changed files with 23 additions and 14 deletions

View File

@ -498,13 +498,13 @@ public final class SystemUtil {
} }
} }
public static void loadLibrary(String pLibrary) { // public static void loadLibrary(String pLibrary) {
NativeLoader.loadLibrary(pLibrary); // NativeLoader.loadLibrary(pLibrary);
} // }
//
public static void loadLibrary(String pLibrary, ClassLoader pLoader) { // public static void loadLibrary(String pLibrary, ClassLoader pLoader) {
NativeLoader.loadLibrary(pLibrary, pLoader); // NativeLoader.loadLibrary(pLibrary, pLoader);
} // }
public static void main(String[] args) throws CloneNotSupportedException { public static void main(String[] args) throws CloneNotSupportedException {

23
twelvemonkeys-core/todo.txt Executable file → Normal file
View File

@ -1,10 +1,19 @@
- Move some of the imageio classes and test cases to a new submodule imageio-util (imageio-core) - Rename core to common
- ImageReaderBase - Split up into three sub modules?
- ImageWriterBase - common-core
- Maybe something in the adapter folder? - lang
- util
- common-io
- io
- io.enc
- io.ole2 (or move to separate module?)
- net (or move to separate module?)
- xml (or move to separate module?)
- common-image
- image
- common-sandbox
- all unreleased/experimental stuff
- Test cases for the OLE2Compound stuff - Test cases for the OLE2Compound stuff
- Move encoder/decoder streams to separate subpackage "enc"
- Test cases for encoder/decoders - Test cases for encoder/decoders
- Test cases in general - Test cases in general
- Remove lots of the old imageio code
- Remove some of the old SQL stuff?