0002-Drop-copying-task-from-lib-at-build.xml-as-there-is-.patch
| extensions/extHelp/build.xml | ||
|---|---|---|
| 54 | 54 |
<fileset dir="./config" includes="**/**"/> |
| 55 | 55 |
</copy> |
| 56 | 56 |
<copy file="package.info" todir="${dist}"/>
|
| 57 |
<copy todir="${dist}/lib">
|
|
| 58 |
<fileset dir="./lib" includes="**/**"/> |
|
| 59 |
</copy> |
|
| 60 |
|
|
| 61 | 57 |
</target> |
| 62 | 58 |
|
| 63 | 59 |
|
| 64 |
- |
|