|
|
@ -9,6 +9,10 @@ |
|
|
|
<directory>${project.basedir}/src/bin</directory> |
|
|
|
<directory>${project.basedir}/src/bin</directory> |
|
|
|
<outputDirectory>bin</outputDirectory> |
|
|
|
<outputDirectory>bin</outputDirectory> |
|
|
|
</fileSet> |
|
|
|
</fileSet> |
|
|
|
|
|
|
|
<fileSet> |
|
|
|
|
|
|
|
<directory>${project.parent.basedir}/docs</directory> |
|
|
|
|
|
|
|
<outputDirectory>docs</outputDirectory> |
|
|
|
|
|
|
|
</fileSet> |
|
|
|
</fileSets> |
|
|
|
</fileSets> |
|
|
|
<files> |
|
|
|
<files> |
|
|
|
<file> |
|
|
|
<file> |
|
|
@ -16,5 +20,11 @@ |
|
|
|
<outputDirectory>lib</outputDirectory> |
|
|
|
<outputDirectory>lib</outputDirectory> |
|
|
|
<destName>openrs2.jar</destName> |
|
|
|
<destName>openrs2.jar</destName> |
|
|
|
</file> |
|
|
|
</file> |
|
|
|
|
|
|
|
<file> |
|
|
|
|
|
|
|
<source>${project.parent.basedir}/COPYING</source> |
|
|
|
|
|
|
|
</file> |
|
|
|
|
|
|
|
<file> |
|
|
|
|
|
|
|
<source>${project.parent.basedir}/README.md</source> |
|
|
|
|
|
|
|
</file> |
|
|
|
</files> |
|
|
|
</files> |
|
|
|
</assembly> |
|
|
|
</assembly> |
|
|
|