diff options
Diffstat (limited to 'qpid/java/management/eclipse-plugin/build-release.xml')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/build-release.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/management/eclipse-plugin/build-release.xml b/qpid/java/management/eclipse-plugin/build-release.xml index 3cb1af194f..889e3f6222 100644 --- a/qpid/java/management/eclipse-plugin/build-release.xml +++ b/qpid/java/management/eclipse-plugin/build-release.xml @@ -114,7 +114,7 @@ <!-- Copy the rcp module libs --> <copy todir="${release.subdir}/plugins" failonerror="true"> <fileset dir="${project.root}" includes="${rcp.libs}"/> - <globmapper from="lib/*" to="*"/> + <globmapper from="lib${file.separator}*" to="*"/> </copy> <!-- Copy the relevant configuration dir --> |
