# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 7529 | Sven Erik Knop |
Deleted the whole JournalReader. It has actually moved to //guest/sven_erik_knop/java/JournalReader/. |
||
#1 | 7380 | Sven Erik Knop |
Moved journalReader.jar into a dist directory. This will match it up with the build.xml file that can generate this file now. The jar builder target in Eclipse puts this file in the same place now. Also updated the generics definition of the Comparable<? extends <? extends Comparable>> to the much saner Comparable<Object>, which solves my compiler problems (and hopefully everyone elses as well). |