You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/02/14 04:42:25 UTC

svn commit: r627649 - /harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml

Author: smishura
Date: Wed Feb 13 19:42:23 2008
New Revision: 627649

URL: http://svn.apache.org/viewvc?rev=627649&view=rev
Log:
Update JPDA tests framework location (it was changed by commit r620879)

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml?rev=627649&r1=627648&r2=627649&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml Wed Feb 13 19:42:23 2008
@@ -451,7 +451,7 @@
         <mkdir dir="${jpda-framework}" />
         <exec executable="svn" dir="${jpda-framework}" failonerror="true">
             <arg line="checkout"/>
-            <arg line="${svn-URL}/jdktools/trunk/modules/jpda/test/common/unit/${jpda-fr-package} " />
+            <arg line="${svn-URL}/jdktools/trunk/modules/jpda/src/test/java/${jpda-fr-package} " />
             <arg line="${jpda-fr-package}" />
         </exec>
 	</target>