Revision: 19388
          http://sourceforge.net/p/gate/code/19388
Author:   ian_roberts
Date:     2016-06-01 09:50:13 +0000 (Wed, 01 Jun 2016)
Log Message:
-----------
Make gate.home parameterizable, and use a sensible default

Modified Paths:
--------------
    mimir/trunk/mimir-test/build.xml

Modified: mimir/trunk/mimir-test/build.xml
===================================================================
--- mimir/trunk/mimir-test/build.xml    2016-06-01 01:21:46 UTC (rev 19387)
+++ mimir/trunk/mimir-test/build.xml    2016-06-01 09:50:13 UTC (rev 19388)
@@ -9,6 +9,7 @@
        
        <property name="core-home" location="../${mimir-core.dirname}"/>
        <property name="client-home" location="../${mimir-client.dirname}"/>
+        <property name="gate.home" location="../../gate" />
        
   <!-- Load Ivy support -->
   <property name="build.dir" location="${core-home}/build" />
@@ -116,7 +117,7 @@
         <pathelement location="${classes.dir}" />
         <path refid="compile.classpath" />
       </classpath>
-        <sysproperty key="gate.home" value="/Users/ian/svn/gate" />
+        <sysproperty key="gate.home" value="${gate.home}" />
        <sysproperty key="helpers.to.test" value="${helpers.to.test}" />
         <!--<sysproperty key="keepTestIndex" value="true" />-->
       <formatter type="xml" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to