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 2012/04/05 10:14:54 UTC

svn commit: r1309689 - in /myfaces/extensions/scripting/trunk/src/site/xdoc: install_alpha_1.xml install_beta_1.xml using_netbeans.xml

Author: werpu
Date: Thu Apr  5 08:14:54 2012
New Revision: 1309689

URL: http://svn.apache.org/viewvc?rev=1309689&view=rev
Log:
EXTSCRIPT-163: fixing typos and grammar errors
removing old outdated version docs which are not linked anymore

Removed:
    myfaces/extensions/scripting/trunk/src/site/xdoc/install_alpha_1.xml
    myfaces/extensions/scripting/trunk/src/site/xdoc/install_beta_1.xml
Modified:
    myfaces/extensions/scripting/trunk/src/site/xdoc/using_netbeans.xml

Modified: myfaces/extensions/scripting/trunk/src/site/xdoc/using_netbeans.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/src/site/xdoc/using_netbeans.xml?rev=1309689&r1=1309688&r2=1309689&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/src/site/xdoc/using_netbeans.xml (original)
+++ myfaces/extensions/scripting/trunk/src/site/xdoc/using_netbeans.xml Thu Apr  5 08:14:54 2012
@@ -35,7 +35,7 @@
             <p>
                 Netbeans also works perfectly in conjunction with Ext-Scripting
                 pretty much everything said for Eclipse and Intellij also applies to NetBeans.
-                The biggest restriction is if you want to use netbeans in conjunction with maven
+                The biggest restriction is if you want to use Netbeans in conjunction with maven
                 only one source folder is picked up and you cannot use additional source folders
                 like for instance Intellij or Eclipse allow. So either dont use maven or
                 use package whitelisting as workaround if you want to use Netbeans.
@@ -62,7 +62,7 @@
         </section>
         <section name="Setting up Ext-Scripting specifics">
             <p>
-                If you only have one sourcepath you might have a look at the package whitelisting
+                If you only have one source path you might have a look at the package whitelisting
                 to mark only the packages you actively want to edit for this deployment cycle.
                 This speeds up startup time and helps generally to avoid restarts.
             </p>