...
In order to make life easier when these file locations need to be specified in the install.xml, we can befine a variable resourceRoot RESOURCEROOT that will point to the src/main/izPack folder
| Code Block | ||||
|---|---|---|---|---|
| ||||
<installation version="5.0"> <variables> <variable name="resourceRootRESOURCEROOT" value="src/main/izPack"/> </variables> </installation> |
...