...
Other resources
Under the scr/main/izPackizpack, you can create folders to hold the various files that you want to include in your installation.
...
In order to make life easier when these file locations need to be specified in the install.xml, we can befine a variable RESOURCEROOT
that will point to the src/main/izPackizpack
folder
Code Block | ||||
---|---|---|---|---|
| ||||
<installation version="5.0"> <variables> <variable name="RESOURCEROOT" value="src/main/izpack"/> </variables> </installation> |
...