mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
- Rename core to common
|
|
- Split up into three sub modules?
|
|
- common-core
|
|
- 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 encoder/decoders
|
|
- Test cases in general
|