there should be an easy way to include external template sets in a build/package.
currently, enabling a template sets requires the following:
- a set of files in a journals/template directory
- a struts-template.xml file
- <virtualJournals> config in ambra.xml
- a set of <freemarker> config in ambra.xml
- optional conditional logic in global/*.ftl and/or templates/main_template.ftl
we need to find a way to include all of the configuration necessary in the journals/template directory, so that as much as possible is self-contained and minimal configuration changes are necessary to enable a template set.
it would be nice to have a maven build/packaging option that would pull external template sets into the build/rpm.