Author: robbie
Date: Thu Apr 30 16:42:05 2009
New Revision: 770317

URL: http://svn.apache.org/viewvc?rev=770317&view=rev
Log:
QPID-1833: use file.seperator to overcome copy+globmapper path limitation on 
Windows

Modified:
    qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml
    qpid/trunk/qpid/java/management/eclipse-plugin/build-release.xml

Modified: 
qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml?rev=770317&r1=770316&r2=770317&view=diff
==============================================================================
--- qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml 
(original)
+++ qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml Thu 
Apr 30 16:42:05 2009
@@ -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 -->

Modified: qpid/trunk/qpid/java/management/eclipse-plugin/build-release.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/eclipse-plugin/build-release.xml?rev=770317&r1=770316&r2=770317&view=diff
==============================================================================
--- qpid/trunk/qpid/java/management/eclipse-plugin/build-release.xml (original)
+++ qpid/trunk/qpid/java/management/eclipse-plugin/build-release.xml Thu Apr 30 
16:42:05 2009
@@ -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 -->



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to