Wiki source code of Preparing the WOApplication

Version 3.1 by Ulrich Köster on 2006/08/21 02:23

Hide last authors
Ulrich Köster 2.1 1 Add the woa == true property to the POM:
2
3 {{code value="xml"}}
4
5 <?xml version="1.0" encoding="UTF-8"?>
6
7 <project>
8 <properties>
9 <woa>true</woa>
10 </properties>
11 </project>
12
13 {{/code}}