From 8009cab663ddc081367d4944c497a92c5968c820 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 23 Mar 2003 02:44:10 +0000 Subject: [PATCH] Did that. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1074 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/docs/notes.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/samskivert/docs/notes.txt b/projects/samskivert/docs/notes.txt index 279764ec..3fd6a259 100644 --- a/projects/samskivert/docs/notes.txt +++ b/projects/samskivert/docs/notes.txt @@ -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.