You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/05 22:10:13 UTC

svn commit: r295100 - /maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Configure.vm

Author: evenisse
Date: Wed Oct  5 13:10:09 2005
New Revision: 295100

URL: http://svn.apache.org/viewcvs?rev=295100&view=rev
Log: (empty)

Modified:
    maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Configure.vm

Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Configure.vm
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Configure.vm?rev=295100&r1=295099&r2=295100&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Configure.vm (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Configure.vm Wed Oct  5 13:10:09 2005
@@ -35,11 +35,11 @@
       <table cellspacing="2" cellpadding="3" width="450">
         <tr>
           <td>Working Directory :</td>
-          <td><input type="text" name="workingDirectory" value="working-directory" size="50"></td>
+          <td><input type="text" name="workingDirectory" value="working-directory" size="50"> If you define a relative path, it will be relative to $CONTINUUM_HOME/apps/continuum/</td>
         </tr>
         <tr>
           <td>Build Output Directory :</td>
-          <td><input type="text" name="buildOutputDirectory" value="build-output-directory" size="50"></td>
+          <td><input type="text" name="buildOutputDirectory" value="build-output-directory" size="50"> If you define a relative path, it will be relative to $CONTINUUM_HOME/apps/continuum/</td>
         </tr>
       </table>