You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/10/12 12:15:24 UTC

svn commit: r1021727 - /geronimo/devtools/eclipse-plugin/trunk/testsuite/launcher/build.xml

Author: delos
Date: Tue Oct 12 10:15:24 2010
New Revision: 1021727

URL: http://svn.apache.org/viewvc?rev=1021727&view=rev
Log:
revise message asking developer to install free aries tools manually

Modified:
    geronimo/devtools/eclipse-plugin/trunk/testsuite/launcher/build.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/testsuite/launcher/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/testsuite/launcher/build.xml?rev=1021727&r1=1021726&r2=1021727&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/testsuite/launcher/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/testsuite/launcher/build.xml Tue Oct 12 10:15:24 2010
@@ -34,7 +34,7 @@
      -->
     <target name="init">
 	    <!-- Prompt to install aries tools manually -->
-	    <input message="Please install aries tools manually and then press Enter to continue..."/>
+        <input message="Please install aries tools manually for eclipse under testsuite/launcher/eclipse and then press Enter to continue..."/>
 		
         <property name="eclipse-home" value="eclipse"/>
         <copy tofile="${eclipse-home}/eclipse/plugins/org.eclipse.equinox.launcher.jar">