You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/01/29 23:48:29 UTC

svn commit: r739060 - /lucene/solr/trunk/common-build.xml

Author: yonik
Date: Thu Jan 29 22:48:28 2009
New Revision: 739060

URL: http://svn.apache.org/viewvc?rev=739060&view=rev
Log:
allow passing in of args to the jvm running unit tests

Modified:
    lucene/solr/trunk/common-build.xml

Modified: lucene/solr/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/common-build.xml?rev=739060&r1=739059&r2=739060&view=diff
==============================================================================
--- lucene/solr/trunk/common-build.xml (original)
+++ lucene/solr/trunk/common-build.xml Thu Jan 29 22:48:28 2009
@@ -38,6 +38,8 @@
     <format property="dateversion" pattern="yyyy.MM.dd.HH.mm.ss" />
   </tstamp>
 
+  <!-- default arguments to pass to jvm executing tests -->
+  <property name="args" value="" />
 
   <!-- Example directory -->
   <property name="example" value="${common.dir}/example" />
@@ -71,6 +73,7 @@
        where X.Y.M is the last version released (on this branch).
     -->
   <property name="specversion" value="1.3.0.${dateversion}" />
+
   
     <!-- Type of checksum to compute for distribution files -->
   <property name="checksum.algorithm" value="md5" />