You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2010/04/30 15:16:16 UTC

svn commit: r939659 - /myfaces/extensions/scripting/trunk/src/site/xdoc/using_advanced.xml

Author: werpu
Date: Fri Apr 30 13:16:16 2010
New Revision: 939659

URL: http://svn.apache.org/viewvc?rev=939659&view=rev
Log:
https://issues.apache.org/jira/browse/EXTSCRIPT-125

Modified:
    myfaces/extensions/scripting/trunk/src/site/xdoc/using_advanced.xml

Modified: myfaces/extensions/scripting/trunk/src/site/xdoc/using_advanced.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/src/site/xdoc/using_advanced.xml?rev=939659&r1=939658&r2=939659&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/src/site/xdoc/using_advanced.xml (original)
+++ myfaces/extensions/scripting/trunk/src/site/xdoc/using_advanced.xml Fri Apr 30 13:16:16 2010
@@ -500,7 +500,7 @@
 
 
             </subsection>
-            <subsection name="Compiling the Groovy classes for the final build">
+            <subsection name="Multi Developer Scenarii">
                 <p>One problem you might have noticed is, that if you do not work with the default configuration on your sources
                 (aka. WEB-INF/&lt;scripting-language&gt;, you have to rely on the corresponding configuration entries, which in itself take absolute paths.
                 One user of the system came up with the question, on how to deal with multiple developers. The answer is plain and simple, unfortunately the