01: package XMLTemplates;
02:
03: /**
04: * This class only is used for having a door
05: * to access xmltemplates, when the IDE is running
06: * from a jarfile.
07: */
08:
09: publicclass XMLJarLocator {
10:
11: public XMLJarLocator() {
12:
13: } // Constructor
14:
15: } // XMLJarLocator