Store this in the templates plugin and the perferences should be read from here.
There will need to be a way for the user to select this template either via a Dialog that or a drop down list box. Templates will need to be loaded when the app starts up.
Users should be able to add their own templates to the list either through the UI or via editing the template.xml file directly.
Because of the templates can come in multiple files it is difficult to know which template file is to be used.
Eclipse provides a framework that can be leveraged, the TemplatesPreferencePage.
http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjface%2Ftext%2Ftemplates%2Fpersistence%2FTemplateStore.html
The simple description for this template can be described in a xml file:
Store this in the templates plugin and the perferences should be read from here.
There will need to be a way for the user to select this template either via a Dialog that or a drop down list box. Templates will need to be loaded when the app starts up.
Users should be able to add their own templates to the list either through the UI or via editing the template.xml file directly.