Did that.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1074 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-03-23 02:44:10 +00:00
parent 13f495c0b9
commit 8009cab663
-5
View File
@@ -5,11 +5,6 @@ Modify JORA such that if it doesn't find a matching public field in the
persistence object, it looks for getter/setter methods that will handle
the encoding/decoding of the composite fields during persistification.
Add support to the build system for enabling and disabling packages so
that people can build just what they want and not have to track down
support libraries for, say, WebMacro if they don't want the WebMacro
stuff.
Fix message.properties single quote handling. In messages that have
translation substitutions ({0}, {1}, etc.), one has to use '' but in plain
strings they have to use \'. It should be one or the other.