You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by br...@apache.org on 2013/08/16 12:33:05 UTC

svn commit: r1514645 - /ace/trunk/org.apache.ace.agent/.classpath

Author: bramk
Date: Fri Aug 16 10:33:04 2013
New Revision: 1514645

URL: http://svn.apache.org/r1514645
Log:
ACE-347 Corrected test output dir to match convention

Modified:
    ace/trunk/org.apache.ace.agent/.classpath

Modified: ace/trunk/org.apache.ace.agent/.classpath
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent/.classpath?rev=1514645&r1=1514644&r2=1514645&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent/.classpath (original)
+++ ace/trunk/org.apache.ace.agent/.classpath Fri Aug 16 10:33:04 2013
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" output="test_bin" path="test"/>
+	<classpathentry kind="src" output="bin_test" path="test"/>
 	<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>