Include README.txt (which is up to date) and exclude docs/ (which is outdated)
This commit is contained in:
parent
8cc6ed61eb
commit
853001e62e
1 changed files with 5 additions and 2 deletions
|
@ -196,10 +196,13 @@
|
|||
<!-- copy the launcher jar file -->
|
||||
<copy file="${home.dir}/launcher.jar" todir="${build.work}/"/>
|
||||
|
||||
<!-- copy README.txt -->
|
||||
<copy file="${home.dir}/README.txt" todir="${build.work}/"/>
|
||||
|
||||
<!-- copy the whole docs-directory -->
|
||||
<copy todir="${build.work}/docs">
|
||||
<!-- copy todir="${build.work}/docs">
|
||||
<fileset dir="${build.docs}"/>
|
||||
</copy>
|
||||
</copy -->
|
||||
|
||||
<!-- copy all libraries except helma-YYYYMMDD.jar -->
|
||||
<copy todir="${build.work}/lib">
|
||||
|
|
Loading…
Add table
Reference in a new issue