summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-04-30 16:42:05 +0000
committerRobert Gemmell <robbie@apache.org>2009-04-30 16:42:05 +0000
commit78026c144698090e1d018bf9b80515165949c6ce (patch)
tree6e152ae728dd718ebabc80b24c44ebf0915afc3b /qpid/java
parent14816555f98f5e70dd8f8102c553c500ae9219ce (diff)
downloadqpid-python-78026c144698090e1d018bf9b80515165949c6ce.tar.gz
QPID-1833: use file.seperator to overcome copy+globmapper path limitation on Windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@770317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/management/eclipse-plugin/build-release-macosx.xml2
-rw-r--r--qpid/java/management/eclipse-plugin/build-release.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/management/eclipse-plugin/build-release-macosx.xml b/qpid/java/management/eclipse-plugin/build-release-macosx.xml
index e9e4f000ba..49be6e8c4b 100644
--- a/qpid/java/management/eclipse-plugin/build-release-macosx.xml
+++ b/qpid/java/management/eclipse-plugin/build-release-macosx.xml
@@ -73,7 +73,7 @@
<!-- Copy the eclipse rcp module libs -->
<copy todir="${release.app}/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 -->
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 -->