You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/01 13:51:54 UTC

svn commit: r617488 - /harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/parameters.xml

Author: varlax
Date: Fri Feb  1 04:51:45 2008
New Revision: 617488

URL: http://svn.apache.org/viewvc?rev=617488&view=rev
Log:
Fix canonical deploy dir location

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/parameters.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/parameters.xml?rev=617488&r1=617487&r2=617488&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/parameters.xml Fri Feb  1 04:51:45 2008
@@ -19,9 +19,9 @@
         <!-- the trunk url for svn -->
         <svn.url value="http://svn.apache.org/repos/asf/harmony/enhanced/drlvm/trunk"/>
         <!-- the path to built DRLVM JRE -->
-        <jre.dir value="${drlvm.parameters.shared.trunk.dir}/build/deploy/jdk/jre"/>
+        <jre.dir value="${drlvm.parameters.shared.trunk.dir}/deploy/jdk/jre"/>
         <!-- the path to built DRLVM JVM -->
-        <jvm.location value="${drlvm.parameters.shared.trunk.dir}/build/deploy/jdk/jre/bin/java${exe.suffix}"/>
+        <jvm.location value="${drlvm.parameters.shared.trunk.dir}/deploy/jdk/jre/bin/java${exe.suffix}"/>
         <!-- DRLVM build configuration (debug/release) -->
         <build.config value="${build.config}"/>
     </shared>