You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/04/04 17:56:29 UTC

svn commit: r1464610 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: lofwyr
Date: Thu Apr  4 15:56:29 2013
New Revision: 1464610

URL: http://svn.apache.org/r1464610
Log:
changed artifact name

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1464610&r1=1464609&r2=1464610&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Thu Apr  4 15:56:29 2013
@@ -330,16 +330,16 @@ mvn selenium:start-server</source>
         </p>
         <ul>
           <li>Download the server like:
-            <source>wlp-developers-8.5.next.beta.jar</source>
+            <source>wlp-developers-runtime-8.5.next.beta.jar</source>
             from
             <a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/wasdev/entry/download?lang=en">IBM</a>
             (Todo: check if this is the correct version)
           </li>
           <li>
             Unpack the server anywhere in you file system, e.g. like this
-            <source>mkdir /opt/wlp-developers-8.5.next.beta
-cd /opt/wlp-developers-8.5.next.beta
-java -jar ~/Downloads/wlp-developers-8.5.next.beta.jar
+            <source>mkdir /opt/wlp-developers-runtime-8.5.next.beta
+cd /opt/wlp-developers-runtime-8.5.next.beta
+java -jar ~/Downloads/wlp-developers-runtime-8.5.next.beta.jar
             </source>
           </li>
           <li>
@@ -350,7 +350,7 @@ java -jar ~/Downloads/wlp-developers-8.5
           </li>
           <li>
             Adding your server home to a property in the settings.xml of Maven
-            <source>&lt;wlp.directory&gt;/opt/wlp-developers-8.5.next.beta&lt;/wlp.directory&gt;</source>
+            <source>&lt;wlp.directory&gt;/opt/wlp-developers-runtime-8.5.next.beta&lt;/wlp.directory&gt;</source>
           </li>
         </ul>
         <p>