You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2014/04/18 16:04:53 UTC

svn commit: r1588473 - in /pivot: branches/2.0.x/tutorials/www/hello-world.xml site/trunk/deploy/tutorials/hello-world.html trunk/tutorials/www/hello-world.xml

Author: smartini
Date: Fri Apr 18 14:04:53 2014
New Revision: 1588473

URL: http://svn.apache.org/r1588473
Log:
clarified info on pivot-tutorials-[version].jar, missing from binary distribution (but available inside war files, or by building sources)

Modified:
    pivot/branches/2.0.x/tutorials/www/hello-world.xml
    pivot/site/trunk/deploy/tutorials/hello-world.html
    pivot/trunk/tutorials/www/hello-world.xml

Modified: pivot/branches/2.0.x/tutorials/www/hello-world.xml
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tutorials/www/hello-world.xml?rev=1588473&r1=1588472&r2=1588473&view=diff
==============================================================================
--- pivot/branches/2.0.x/tutorials/www/hello-world.xml (original)
+++ pivot/branches/2.0.x/tutorials/www/hello-world.xml Fri Apr 18 14:04:53 2014
@@ -173,6 +173,12 @@ limitations under the License.
         </p>
 
         <p>
+            Note that (for offline testing purposes) <tt>pivot-tutorials-<i>[version]</i>.jar</tt>
+			is not provided directly in binary distribution, but it's inside generated war files
+			(under the lib folder). Otherwise, you can build it from sources.
+        </p>
+
+       <p>
             The application class name is specified as the first argument to the
             <tt>DesktopApplicationContext</tt> loader application.
         </p>

Modified: pivot/site/trunk/deploy/tutorials/hello-world.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/hello-world.html?rev=1588473&r1=1588472&r2=1588473&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/hello-world.html (original)
+++ pivot/site/trunk/deploy/tutorials/hello-world.html Fri Apr 18 14:04:53 2014
@@ -214,6 +214,12 @@ limitations under the License.
         </p>
 
         <p>
+            Note that (for offline testing purposes) <tt>pivot-tutorials-<i>[version]</i>.jar</tt>
+			is not provided directly in binary distribution, but it's inside generated war files
+			(under the lib folder). Otherwise, you can build it from sources.
+        </p>
+
+        <p>
             The application class name is specified as the first argument to the
             <tt>DesktopApplicationContext</tt> loader application.
         </p>

Modified: pivot/trunk/tutorials/www/hello-world.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/www/hello-world.xml?rev=1588473&r1=1588472&r2=1588473&view=diff
==============================================================================
--- pivot/trunk/tutorials/www/hello-world.xml (original)
+++ pivot/trunk/tutorials/www/hello-world.xml Fri Apr 18 14:04:53 2014
@@ -173,6 +173,12 @@ limitations under the License.
         </p>
 
         <p>
+            Note that (for offline testing purposes) <tt>pivot-tutorials-<i>[version]</i>.jar</tt>
+			is not provided directly in binary distribution, but it's inside generated war files
+			(under the lib folder). Otherwise, you can build it from sources.
+        </p>
+
+       <p>
             The application class name is specified as the first argument to the
             <tt>DesktopApplicationContext</tt> loader application.
         </p>