Type | Changes | By |
---|
| Added a META-INF/sun-jaxb.episode file. | schulte2005 |
| Added property templateParameters to class
org.jomc.tools.JomcTool and updated method getVelocityContext to add the parameters to
new context instances. | schulte2005 |
| Added property templateLocation to class
org.jomc.tools.JomcTool and updated method getVelocityEngine to setup an
URLResourceLoader to search for templates at that location in addition to searching the class
path. | schulte2005 |
| Added property locale to class
org.jomc.tools.JomcTool and updated templates to use the value of that property when producing
documentation. | schulte2005 |
| Added head-comment and tail-comment
attributes to the SourceFileType complex type of the jomc-tools-1.2.xsd schema and
updated class org.jomc.tools.SourceFileProcessor to support those attributes. | schulte2005 |
| Added ToolsType complex type to the
jomc-tools-1.2.xsd schema and updated all complex types to extend that base type. | schulte2005 |
| Added attributes final and override
to the SourceFilesType and SourceFileType complex types of the
jomc-tools-1.2.xsd schema and updated classes org.jomc.tools.model.SourceFilesType and
org.jomc.tools.model.SourceFileType to implement interface org.jomc.model.Inheritable . | schulte2005 |
| Added classes org.jomc.tools.modlet.ToolsModelProvider ,
org.jomc.tools.modlet.ToolsModelProcessor and org.jomc.tools.modlet.ToolsModelValidator . | schulte2005 |
| Corrected method getModules of class
org.jomc.tools.JomcTool to initialize the modules of the instance if the model of the instance does
not hold modules. | schulte2005 |
| Corrected method getVelocityContext of class
org.jomc.tools.JomcTool to provide a copy of the model of the instance. | schulte2005 |
| Corrected method manageSourceFiles(Specification,File)
of class org.jomc.tools.SourceFileProcessor to correctly manage implementations based on flag
classDeclaration instead of attribute identifier . | schulte2005 |
| Corrected methods manageSourceFiles of class
org.jomc.tools.SourceFileProcessor to truncate files when editing content. | schulte2005 |
| Updated method getVelocityEngine
of class org.jomc.tools.JomcTool to not initialize new engine instances adding support for on-demand
initialization and to to set velocity runtime property runtime.strict.math | schulte2005 |
| Updated class org.jomc.tools.SourceFileProcessor
to support multiple source files per specification and implementation.
See the CLIRR report. | schulte2005 |
| Updated the location attribute of the
SourceFileType complex type of the jomc-tools-1.0.xsd schema from
required to optional . | schulte2005 |
| Added the jomc-tools-1.2.xsd schema deprecating the
jomc-tools-1.0.xsd schema. | schulte2005 |
| Updated templates to produce documentation using classes of the
Javadoc stylesheet. | schulte2005 |
| Updated method getResourceBundleDefaultLocale of
class org.jomc.tools.ResourceBundleDefaultLocale to default to the english locale, rather than to the
system's default locale. | schulte2005 |
| Updated getSourceFileType methods of class
org.jomc.tools.SourceFileProcessor to no longer create default source file models. | schulte2005 |
| Updated methods manageSourceFiles of class
org.jomc.tools.SourceFileProcessor to use file locking. | schulte2005 |
| Removed abstract modifier of class
org.jomc.tools.JomcTool . | schulte2005 |
| Removed abstract modifier of method
onLog of class org.jomc.tools.JomcTool.Listener . | schulte2005 |