Preparing the Maven POM

Version 10.1 by Ulrich Köster on 2006/08/19 12:46
Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

<build>
    <sourceDirectory>$Unknown macro: basedir. Click on this message for details.
/src/java</sourceDirectory>
        <resources>
            <resource>
                <directory>$Unknown macro: basedir. Click on this message for details.
/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>$Unknown macro: basedir. Click on this message for details.
/Resources</directory>
                <targetPath>Resources</targetPath>
            </resource>
        </resources>
</build>