You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/05 23:35:50 UTC

svn commit: r278858 - /db/torque/test/trunk/profile/base/maven.xml

Author: tfischer
Date: Mon Sep  5 14:35:45 2005
New Revision: 278858

URL: http://svn.apache.org/viewcvs?rev=278858&view=rev
Log:
corrected path for reactor build

Modified:
    db/torque/test/trunk/profile/base/maven.xml

Modified: db/torque/test/trunk/profile/base/maven.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/base/maven.xml?rev=278858&r1=278857&r2=278858&view=diff
==============================================================================
--- db/torque/test/trunk/profile/base/maven.xml (original)
+++ db/torque/test/trunk/profile/base/maven.xml Mon Sep  5 14:35:45 2005
@@ -33,7 +33,7 @@
     name="torque:build-run-test" 
     description="Build Torque and run the test">
     <maven:reactor
-      basedir="../../../.."
+      basedir="../../.."
       includes="templates/project.xml,generator/project.xml,runtime/project.xml"
       excludes=""
       goals="jar:install"
@@ -47,7 +47,7 @@
     name="torque:clean-test" 
     description="Build Torque and run the test">
     <maven:reactor
-      basedir="../../../.."
+      basedir="../../.."
       includes="templates/project.xml,generator/project.xml,runtime/project.xml"
       excludes=""
       goals="clean"



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org