added initial implementation of Edit Community Profile dialog; added additional

fields needed to implement the dialog; changed build script to keep from
recompiling the JavaCC-compiled parser stuff needlessly
This commit is contained in:
Eric J. Bowersox
2003-06-16 21:11:59 +00:00
parent eb32d42bd7
commit f8ddd74223
11 changed files with 495 additions and 12 deletions

View File

@@ -30,3 +30,5 @@ text.notInteger=Invalid non-numeric character in the "{0}" field.
int.tooSmall=The value of the "{0}" field must be greater than or equal to {1}.
int.tooLarge=The value of the "{0}" field must be less than or equal to {1}.
valid.except=Exception generated while validating "{0}": {1}
picklist.choices=Error parsing the pick list choices for field "{0}": {1}.
picklist.noChoice=No choices present for static pick list "{0}."