To edit or add content to this Wiki, you can simply create a new account at http://wocommunity.org/account.
<build>
<sourceDirectory>$
/src/java</sourceDirectory>
<resources>
<resource>
<directory>$
/src/java</directory>
<includes>
<include>*/.properties</include>
<include>*/.wo/**</include>
<include>*/.api</include>
</includes>
<excludes>
<exclude>*/build.properties</exclude>
<exclude>project.properties</exclude>
<exclude>target/**</exclude>
</excludes>
<filtering>false</filtering>
</resource>
<resource>
<directory>$
/Resources</directory>
<targetPath>Resources</targetPath>
</resource>
</resources>
</build>