You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/10/27 20:19:19 UTC

svn commit: r1189916 - /cassandra/branches/cassandra-1.0/build.xml

Author: eevans
Date: Thu Oct 27 18:19:19 2011
New Revision: 1189916

URL: http://svn.apache.org/viewvc?rev=1189916&view=rev
Log:
properly generate paths

Patch by David Allsopp; reviewed by eevans for CASSANDRA-2854

Modified:
    cassandra/branches/cassandra-1.0/build.xml

Modified: cassandra/branches/cassandra-1.0/build.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/build.xml?rev=1189916&r1=1189915&r2=1189916&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/build.xml (original)
+++ cassandra/branches/cassandra-1.0/build.xml Thu Oct 27 18:19:19 2011
@@ -1213,7 +1213,7 @@ url=${svn.entry.url}?pathrev=${svn.entry
   	<property name="eclipse-project-libs" refid="eclipse-project-libs-path"/>
   	<script language="javascript"> <![CDATA[
   		importClass(java.io.File);
-  		jars = project.getProperty("eclipse-project-libs").split(":");  
+  		jars = project.getProperty("eclipse-project-libs").split(project.getProperty("path.separator"));
   		
   		cp = "";
   	    for (i=0; i< jars.length; i++) {