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/06/05 11:10:59 UTC

svn commit: r1600570 - in /pivot/site/trunk: deploy/demos/ deploy/tests/ deploy/tutorials/ xsl/

Author: smartini
Date: Thu Jun  5 09:10:57 2014
New Revision: 1600570

URL: http://svn.apache.org/r1600570
Log:
PIVOT-950, the fix applied to all pages using deployJava.js

Modified:
    pivot/site/trunk/deploy/demos/bxml-explorer.html
    pivot/site/trunk/deploy/demos/color-scheme-builder.html
    pivot/site/trunk/deploy/demos/component-explorer.html
    pivot/site/trunk/deploy/demos/decorators.html
    pivot/site/trunk/deploy/demos/dom-interaction.html
    pivot/site/trunk/deploy/demos/file-drag-drop.html
    pivot/site/trunk/deploy/demos/fixed-column-table.html
    pivot/site/trunk/deploy/demos/itunes-search.html
    pivot/site/trunk/deploy/demos/json-viewer.html
    pivot/site/trunk/deploy/demos/kitchen-sink.html
    pivot/site/trunk/deploy/demos/large-data.html
    pivot/site/trunk/deploy/demos/multiselect.html
    pivot/site/trunk/deploy/demos/rss-feed.html
    pivot/site/trunk/deploy/demos/stock-tracker.html
    pivot/site/trunk/deploy/demos/suggest.html
    pivot/site/trunk/deploy/demos/table-row-editor.html
    pivot/site/trunk/deploy/demos/xml-viewer.html
    pivot/site/trunk/deploy/tests/hello-world.html
    pivot/site/trunk/deploy/tutorials/accordions.html
    pivot/site/trunk/deploy/tutorials/activity-indicators.html
    pivot/site/trunk/deploy/tutorials/background-tasks.html
    pivot/site/trunk/deploy/tutorials/borders.html
    pivot/site/trunk/deploy/tutorials/box-panes.html
    pivot/site/trunk/deploy/tutorials/bxml-explorer.html
    pivot/site/trunk/deploy/tutorials/calendars.html
    pivot/site/trunk/deploy/tutorials/card-panes.html
    pivot/site/trunk/deploy/tutorials/checkboxes.html
    pivot/site/trunk/deploy/tutorials/clipboard.html
    pivot/site/trunk/deploy/tutorials/color-choosers.html
    pivot/site/trunk/deploy/tutorials/component-explorer.html
    pivot/site/trunk/deploy/tutorials/context-menus.html
    pivot/site/trunk/deploy/tutorials/data-binding.html
    pivot/site/trunk/deploy/tutorials/drag-and-drop.html
    pivot/site/trunk/deploy/tutorials/effects.html
    pivot/site/trunk/deploy/tutorials/effects.transitions.html
    pivot/site/trunk/deploy/tutorials/expanders.html
    pivot/site/trunk/deploy/tutorials/file-browsing.html
    pivot/site/trunk/deploy/tutorials/fill-panes.html
    pivot/site/trunk/deploy/tutorials/flow-panes.html
    pivot/site/trunk/deploy/tutorials/forms.html
    pivot/site/trunk/deploy/tutorials/grid-panes.html
    pivot/site/trunk/deploy/tutorials/hello-bxml.html
    pivot/site/trunk/deploy/tutorials/hello-world.html
    pivot/site/trunk/deploy/tutorials/labels-and-image-views.html
    pivot/site/trunk/deploy/tutorials/link-buttons.html
    pivot/site/trunk/deploy/tutorials/list-buttons.html
    pivot/site/trunk/deploy/tutorials/lists.html
    pivot/site/trunk/deploy/tutorials/localization.html
    pivot/site/trunk/deploy/tutorials/menu-bars.html
    pivot/site/trunk/deploy/tutorials/menu-buttons.html
    pivot/site/trunk/deploy/tutorials/meters.html
    pivot/site/trunk/deploy/tutorials/panels.html
    pivot/site/trunk/deploy/tutorials/panoramas.html
    pivot/site/trunk/deploy/tutorials/property-binding.html
    pivot/site/trunk/deploy/tutorials/push-buttons.html
    pivot/site/trunk/deploy/tutorials/query-servlet.html
    pivot/site/trunk/deploy/tutorials/radio-buttons.html
    pivot/site/trunk/deploy/tutorials/repeatable-list-buttons.html
    pivot/site/trunk/deploy/tutorials/rollups.html
    pivot/site/trunk/deploy/tutorials/sample-application.html
    pivot/site/trunk/deploy/tutorials/scripting.html
    pivot/site/trunk/deploy/tutorials/scroll-bars.html
    pivot/site/trunk/deploy/tutorials/scroll-panes.html
    pivot/site/trunk/deploy/tutorials/separators.html
    pivot/site/trunk/deploy/tutorials/sliders.html
    pivot/site/trunk/deploy/tutorials/spinners.html
    pivot/site/trunk/deploy/tutorials/split-panes.html
    pivot/site/trunk/deploy/tutorials/stack-panes.html
    pivot/site/trunk/deploy/tutorials/stock-tracker.html
    pivot/site/trunk/deploy/tutorials/stock-tracker.localization.html
    pivot/site/trunk/deploy/tutorials/suggestion-popups.html
    pivot/site/trunk/deploy/tutorials/svg-images.html
    pivot/site/trunk/deploy/tutorials/tab-panes.html
    pivot/site/trunk/deploy/tutorials/table-panes.html
    pivot/site/trunk/deploy/tutorials/table-views.custom.html
    pivot/site/trunk/deploy/tutorials/table-views.html
    pivot/site/trunk/deploy/tutorials/table-views.json.html
    pivot/site/trunk/deploy/tutorials/text-areas.html
    pivot/site/trunk/deploy/tutorials/text.html
    pivot/site/trunk/deploy/tutorials/toggle-buttons.html
    pivot/site/trunk/deploy/tutorials/tree-views.html
    pivot/site/trunk/deploy/tutorials/web-queries.html
    pivot/site/trunk/deploy/tutorials/windows.html
    pivot/site/trunk/xsl/html.xsl

Modified: pivot/site/trunk/deploy/demos/bxml-explorer.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/bxml-explorer.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/bxml-explorer.html (original)
+++ pivot/site/trunk/deploy/demos/bxml-explorer.html Thu Jun  5 09:10:57 2014
@@ -33,7 +33,7 @@ limitations under the License.
                 pageTracker._trackPageview();
                 } catch(err) {
 				}
-				</script></head><body><script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+				</script></head><body><script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/color-scheme-builder.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/color-scheme-builder.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/color-scheme-builder.html (original)
+++ pivot/site/trunk/deploy/demos/color-scheme-builder.html Thu Jun  5 09:10:57 2014
@@ -27,7 +27,7 @@ limitations under the License.
         <p>
             Allows users to create and preview custom color schemes for Pivot applications.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/component-explorer.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/component-explorer.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/component-explorer.html (original)
+++ pivot/site/trunk/deploy/demos/component-explorer.html Thu Jun  5 09:10:57 2014
@@ -33,7 +33,7 @@ limitations under the License.
                 pageTracker._trackPageview();
                 } catch(err) {
 				}
-				</script></head><body><script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+				</script></head><body><script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/decorators.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/decorators.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/decorators.html (original)
+++ pivot/site/trunk/deploy/demos/decorators.html Thu Jun  5 09:10:57 2014
@@ -30,7 +30,7 @@ limitations under the License.
             effects, etc. This example shows a window with a reflection decorator and a frame with
             a fade decorator.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/dom-interaction.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/dom-interaction.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/dom-interaction.html (original)
+++ pivot/site/trunk/deploy/demos/dom-interaction.html Thu Jun  5 09:10:57 2014
@@ -44,7 +44,7 @@ limitations under the License.
         <table>
             <tr>
                 <td style="text-align:center;">
-                    <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+                    <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/file-drag-drop.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/file-drag-drop.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/file-drag-drop.html (original)
+++ pivot/site/trunk/deploy/demos/file-drag-drop.html Thu Jun  5 09:10:57 2014
@@ -29,7 +29,7 @@ limitations under the License.
             from the desktop or local file system into the applet for upload to a web or other
             server.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/fixed-column-table.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/fixed-column-table.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/fixed-column-table.html (original)
+++ pivot/site/trunk/deploy/demos/fixed-column-table.html Thu Jun  5 09:10:57 2014
@@ -28,7 +28,7 @@ limitations under the License.
             Demonstrates how to create a table with fixed columns in Pivot. Fixed columns are
             handy when displaying tables with many columns.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/itunes-search.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/itunes-search.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/itunes-search.html (original)
+++ pivot/site/trunk/deploy/demos/itunes-search.html Thu Jun  5 09:10:57 2014
@@ -28,7 +28,7 @@ limitations under the License.
             Simple application that allows a user to run search queries against the iTunes Music
             Store and presents the results in a table view.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/json-viewer.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/json-viewer.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/json-viewer.html (original)
+++ pivot/site/trunk/deploy/demos/json-viewer.html Thu Jun  5 09:10:57 2014
@@ -27,7 +27,7 @@ limitations under the License.
         <p>
             Allows users to visually browse a JSON structure using a TreeView component.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/kitchen-sink.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/kitchen-sink.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/kitchen-sink.html (original)
+++ pivot/site/trunk/deploy/demos/kitchen-sink.html Thu Jun  5 09:10:57 2014
@@ -36,7 +36,7 @@ org.apache.pivot.wtk.skin.terra.location
                 pageTracker._trackPageview();
                 } catch(err) {
 				}
-				</script></head><body><script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+				</script></head><body><script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/large-data.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/large-data.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/large-data.html (original)
+++ pivot/site/trunk/deploy/demos/large-data.html Thu Jun  5 09:10:57 2014
@@ -38,7 +38,7 @@ limitations under the License.
             Note that the 10e3.csv, 10e4.csv, and 10e5.csv files are not included in this
             distribution due to their large size.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/multiselect.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/multiselect.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/multiselect.html (original)
+++ pivot/site/trunk/deploy/demos/multiselect.html Thu Jun  5 09:10:57 2014
@@ -29,7 +29,7 @@ limitations under the License.
             ListView component. This is more efficient than maintaining a list of individual
             selected indexes.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/rss-feed.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/rss-feed.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/rss-feed.html (original)
+++ pivot/site/trunk/deploy/demos/rss-feed.html Thu Jun  5 09:10:57 2014
@@ -29,7 +29,7 @@ limitations under the License.
             custom list view item renderer to present the news data. Double-clicking an item in
             the list will open the article in a new window.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/stock-tracker.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/stock-tracker.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/stock-tracker.html (original)
+++ pivot/site/trunk/deploy/demos/stock-tracker.html Thu Jun  5 09:10:57 2014
@@ -29,7 +29,7 @@ limitations under the License.
             Yahoo! Finance as a CSV file and presents it in a table view component (the applet is
             signed to allow it to communicate with the Yahoo web service):
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/suggest.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/suggest.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/suggest.html (original)
+++ pivot/site/trunk/deploy/demos/suggest.html Thu Jun  5 09:10:57 2014
@@ -29,7 +29,7 @@ limitations under the License.
             provide text input auto-complete suggestions. This example queries the Yahoo! search
             API to get the list of suggestions.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/table-row-editor.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/table-row-editor.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/table-row-editor.html (original)
+++ pivot/site/trunk/deploy/demos/table-row-editor.html Thu Jun  5 09:10:57 2014
@@ -28,7 +28,7 @@ limitations under the License.
             This sample application demonstrates the use of a slide transition to bring up a table
             view row editor.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/demos/xml-viewer.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/xml-viewer.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/xml-viewer.html (original)
+++ pivot/site/trunk/deploy/demos/xml-viewer.html Thu Jun  5 09:10:57 2014
@@ -27,7 +27,7 @@ limitations under the License.
         <p>
             Allows users to visually browse an XML document using a TreeView component.
         </p>
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tests/hello-world.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tests/hello-world.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tests/hello-world.html (original)
+++ pivot/site/trunk/deploy/tests/hello-world.html Thu Jun  5 09:10:57 2014
@@ -96,6 +96,7 @@ limitations under the License.
 
 
 			parameters.java_arguments = javaArguments.join(" ");
+			parameters.permissions    = "sandbox";
 
 
             deployJava.runApplet(attributes, parameters, "1.6");

Modified: pivot/site/trunk/deploy/tutorials/accordions.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/accordions.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/accordions.html (original)
+++ pivot/site/trunk/deploy/tutorials/accordions.html Thu Jun  5 09:10:57 2014
@@ -43,7 +43,7 @@ limitations under the License.
             info, payment info, and order summary:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/activity-indicators.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/activity-indicators.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/activity-indicators.html (original)
+++ pivot/site/trunk/deploy/tutorials/activity-indicators.html Thu Jun  5 09:10:57 2014
@@ -44,7 +44,7 @@ limitations under the License.
             <tt>ActivityIndicator</tt> component, shown below:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/background-tasks.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/background-tasks.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/background-tasks.html (original)
+++ pivot/site/trunk/deploy/tutorials/background-tasks.html Thu Jun  5 09:10:57 2014
@@ -77,7 +77,7 @@ limitations under the License.
             operation that runs for five seconds:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/borders.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/borders.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/borders.html (original)
+++ pivot/site/trunk/deploy/tutorials/borders.html Thu Jun  5 09:10:57 2014
@@ -44,7 +44,7 @@ limitations under the License.
             on the left has no title and applies some custom style values:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/box-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/box-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/box-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/box-panes.html Thu Jun  5 09:10:57 2014
@@ -68,7 +68,7 @@ limitations under the License.
             the box pane's components:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/bxml-explorer.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/bxml-explorer.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/bxml-explorer.html (original)
+++ pivot/site/trunk/deploy/tutorials/bxml-explorer.html Thu Jun  5 09:10:57 2014
@@ -30,7 +30,7 @@ limitations under the License.
         </style><!--NOTE: Syntax highlighting script is LGPL--><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"></script><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js"></script><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js"></script><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js"></script><link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css"><link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css"><script type="text/javascript">
             SyntaxHighlighter.all();
         </script><div class="section">
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/calendars.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/calendars.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/calendars.html (original)
+++ pivot/site/trunk/deploy/tutorials/calendars.html Thu Jun  5 09:10:57 2014
@@ -43,7 +43,7 @@ limitations under the License.
             of a label to the currently selected date:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/card-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/card-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/card-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/card-panes.html Thu Jun  5 09:10:57 2014
@@ -73,7 +73,7 @@ limitations under the License.
             The following application demonstrates the behavior of <tt>CardPane</tt>:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/checkboxes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/checkboxes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/checkboxes.html (original)
+++ pivot/site/trunk/deploy/tutorials/checkboxes.html Thu Jun  5 09:10:57 2014
@@ -35,7 +35,7 @@ limitations under the License.
             application. Selecting a checkbox shows or hides an associated icon:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/clipboard.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/clipboard.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/clipboard.html (original)
+++ pivot/site/trunk/deploy/tutorials/clipboard.html Thu Jun  5 09:10:57 2014
@@ -43,7 +43,7 @@ limitations under the License.
             and paste with a local clipboard whose content is not shared with other applications.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/color-choosers.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/color-choosers.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/color-choosers.html (original)
+++ pivot/site/trunk/deploy/tutorials/color-choosers.html Thu Jun  5 09:10:57 2014
@@ -41,7 +41,7 @@ limitations under the License.
             representation of the color they have chosen.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/component-explorer.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/component-explorer.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/component-explorer.html (original)
+++ pivot/site/trunk/deploy/tutorials/component-explorer.html Thu Jun  5 09:10:57 2014
@@ -30,7 +30,7 @@ limitations under the License.
         </style><!--NOTE: Syntax highlighting script is LGPL--><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"></script><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js"></script><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js"></script><script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js"></script><link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css"><link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css"><script type="text/javascript">
             SyntaxHighlighter.all();
         </script><div class="section">
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/context-menus.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/context-menus.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/context-menus.html (original)
+++ pivot/site/trunk/deploy/tutorials/context-menus.html Thu Jun  5 09:10:57 2014
@@ -54,7 +54,7 @@ limitations under the License.
             menu that describes what the user clicked on:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/data-binding.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/data-binding.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/data-binding.html (original)
+++ pivot/site/trunk/deploy/tutorials/data-binding.html Thu Jun  5 09:10:57 2014
@@ -57,7 +57,7 @@ limitations under the License.
             <tt>load()</tt> method:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/drag-and-drop.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/drag-and-drop.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/drag-and-drop.html (original)
+++ pivot/site/trunk/deploy/tutorials/drag-and-drop.html Thu Jun  5 09:10:57 2014
@@ -47,7 +47,7 @@ limitations under the License.
         <table>
             <tr>
                 <td rowspan="2">
-                    <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+                    <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/effects.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/effects.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/effects.html (original)
+++ pivot/site/trunk/deploy/tutorials/effects.html Thu Jun  5 09:10:57 2014
@@ -49,7 +49,7 @@ limitations under the License.
             selected decorator to an <tt>ImageView</tt> component:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/effects.transitions.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/effects.transitions.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/effects.transitions.html (original)
+++ pivot/site/trunk/deploy/tutorials/effects.transitions.html Thu Jun  5 09:10:57 2014
@@ -43,7 +43,7 @@ limitations under the License.
             button to shrink and fade as it is removed from its parent container:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/expanders.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/expanders.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/expanders.html (original)
+++ pivot/site/trunk/deploy/tutorials/expanders.html Thu Jun  5 09:10:57 2014
@@ -38,7 +38,7 @@ limitations under the License.
             component:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/file-browsing.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/file-browsing.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/file-browsing.html (original)
+++ pivot/site/trunk/deploy/tutorials/file-browsing.html Thu Jun  5 09:10:57 2014
@@ -35,7 +35,7 @@ limitations under the License.
             The following example demonstrates the use of the <tt>FileBrowserSheet</tt> class:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/fill-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/fill-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/fill-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/fill-panes.html Thu Jun  5 09:10:57 2014
@@ -53,7 +53,7 @@ limitations under the License.
             </li>
         </ul>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/flow-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/flow-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/flow-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/flow-panes.html Thu Jun  5 09:10:57 2014
@@ -45,7 +45,7 @@ limitations under the License.
             have a baseline, it draws a blue line across the component's vertical midpoint:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/forms.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/forms.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/forms.html (original)
+++ pivot/site/trunk/deploy/tutorials/forms.html Thu Jun  5 09:10:57 2014
@@ -49,7 +49,7 @@ limitations under the License.
             uses the <tt>Form.Section</tt> heading as the <tt>Separator</tt> heading:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/grid-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/grid-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/grid-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/grid-panes.html Thu Jun  5 09:10:57 2014
@@ -49,7 +49,7 @@ limitations under the License.
             insert empty cells:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/hello-bxml.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/hello-bxml.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/hello-bxml.html (original)
+++ pivot/site/trunk/deploy/tutorials/hello-bxml.html Thu Jun  5 09:10:57 2014
@@ -36,7 +36,7 @@ limitations under the License.
             version:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
@@ -197,7 +197,7 @@ limitations under the License.
             The output of this version is shown below:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/hello-world.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/hello-world.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/hello-world.html (original)
+++ pivot/site/trunk/deploy/tutorials/hello-world.html Thu Jun  5 09:10:57 2014
@@ -34,7 +34,7 @@ limitations under the License.
             Below is the output of the traditional "hello world" application written in Pivot:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/labels-and-image-views.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/labels-and-image-views.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/labels-and-image-views.html (original)
+++ pivot/site/trunk/deploy/tutorials/labels-and-image-views.html Thu Jun  5 09:10:57 2014
@@ -37,7 +37,7 @@ limitations under the License.
             applet below shows an <tt>ImageView</tt> followed by a <tt>Label</tt>:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/link-buttons.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/link-buttons.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/link-buttons.html (original)
+++ pivot/site/trunk/deploy/tutorials/link-buttons.html Thu Jun  5 09:10:57 2014
@@ -32,7 +32,7 @@ limitations under the License.
         </script><div class="section">
         <p>The following example demonstrates use of the <tt>LinkButton</tt> class in a Pivot application. Clicking the links allows the user to navigate between two "pages", each containing a single image:</p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/list-buttons.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/list-buttons.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/list-buttons.html (original)
+++ pivot/site/trunk/deploy/tutorials/list-buttons.html Thu Jun  5 09:10:57 2014
@@ -32,7 +32,7 @@ limitations under the License.
         </script><div class="section">
         <p>The following example demonstrates use of the <tt>ListButton</tt> component. Selecting an image name from the drop-down shows the corresponding image file in the image view on the right.</p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/lists.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/lists.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/lists.html (original)
+++ pivot/site/trunk/deploy/tutorials/lists.html Thu Jun  5 09:10:57 2014
@@ -44,7 +44,7 @@ limitations under the License.
             and list selections are reflected in the label to the right.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
@@ -238,7 +238,7 @@ limitations under the License.
             Sample <tt>ListView</tt> containing <tt>ListItem</tt>s, and a renderer to display images for any item.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/localization.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/localization.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/localization.html (original)
+++ pivot/site/trunk/deploy/tutorials/localization.html Thu Jun  5 09:10:57 2014
@@ -45,7 +45,7 @@ limitations under the License.
             The following application provides a simple demonstration of localization in Pivot:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
@@ -236,7 +236,7 @@ limitations under the License.
             is signed to allow the code to set the "user.language" system property:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/menu-bars.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/menu-bars.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/menu-bars.html (original)
+++ pivot/site/trunk/deploy/tutorials/menu-bars.html Thu Jun  5 09:10:57 2014
@@ -60,7 +60,7 @@ limitations under the License.
             <tt>FileBrowserSheet</tt> component, which requires access to the local file system):
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/menu-buttons.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/menu-buttons.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/menu-buttons.html (original)
+++ pivot/site/trunk/deploy/tutorials/menu-buttons.html Thu Jun  5 09:10:57 2014
@@ -42,7 +42,7 @@ limitations under the License.
             content area on the right:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/meters.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/meters.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/meters.html (original)
+++ pivot/site/trunk/deploy/tutorials/meters.html Thu Jun  5 09:10:57 2014
@@ -37,7 +37,7 @@ limitations under the License.
             Periodically, the task updates the meter to reflect its progress:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/panels.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/panels.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/panels.html (original)
+++ pivot/site/trunk/deploy/tutorials/panels.html Thu Jun  5 09:10:57 2014
@@ -47,7 +47,7 @@ limitations under the License.
             positioned such that they appear within the bounds of the rectangle:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/panoramas.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/panoramas.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/panoramas.html (original)
+++ pivot/site/trunk/deploy/tutorials/panoramas.html Thu Jun  5 09:10:57 2014
@@ -42,7 +42,7 @@ limitations under the License.
             the previous example except that it uses a panorama instead of a scroll pane:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/property-binding.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/property-binding.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/property-binding.html (original)
+++ pivot/site/trunk/deploy/tutorials/property-binding.html Thu Jun  5 09:10:57 2014
@@ -36,7 +36,7 @@ limitations under the License.
             that changes to the source are automatically reflected in the target.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/push-buttons.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/push-buttons.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/push-buttons.html (original)
+++ pivot/site/trunk/deploy/tutorials/push-buttons.html Thu Jun  5 09:10:57 2014
@@ -35,7 +35,7 @@ limitations under the License.
             modal dialog informing the user that the button was clicked:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/query-servlet.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/query-servlet.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/query-servlet.html (original)
+++ pivot/site/trunk/deploy/tutorials/query-servlet.html Thu Jun  5 09:10:57 2014
@@ -48,7 +48,7 @@ limitations under the License.
             work in the online tutorial.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/radio-buttons.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/radio-buttons.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/radio-buttons.html (original)
+++ pivot/site/trunk/deploy/tutorials/radio-buttons.html Thu Jun  5 09:10:57 2014
@@ -35,7 +35,7 @@ limitations under the License.
             Pivot application:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/repeatable-list-buttons.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/repeatable-list-buttons.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/repeatable-list-buttons.html (original)
+++ pivot/site/trunk/deploy/tutorials/repeatable-list-buttons.html Thu Jun  5 09:10:57 2014
@@ -44,7 +44,7 @@ limitations under the License.
             to the currently selected checkboxes:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/rollups.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/rollups.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/rollups.html (original)
+++ pivot/site/trunk/deploy/tutorials/rollups.html Thu Jun  5 09:10:57 2014
@@ -44,7 +44,7 @@ limitations under the License.
             Expanders example. The fourth includes an example of nested rollups:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/sample-application.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/sample-application.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/sample-application.html (original)
+++ pivot/site/trunk/deploy/tutorials/sample-application.html Thu Jun  5 09:10:57 2014
@@ -35,7 +35,7 @@ limitations under the License.
             Pivot components:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/scripting.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/scripting.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/scripting.html (original)
+++ pivot/site/trunk/deploy/tutorials/scripting.html Thu Jun  5 09:10:57 2014
@@ -67,7 +67,7 @@ limitations under the License.
             The following application demonstrate's Pivot's scripting support:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/scroll-bars.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/scroll-bars.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/scroll-bars.html (original)
+++ pivot/site/trunk/deploy/tutorials/scroll-bars.html Thu Jun  5 09:10:57 2014
@@ -67,7 +67,7 @@ limitations under the License.
             simple timeline.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/scroll-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/scroll-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/scroll-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/scroll-panes.html Thu Jun  5 09:10:57 2014
@@ -43,7 +43,7 @@ limitations under the License.
             image:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/separators.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/separators.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/separators.html (original)
+++ pivot/site/trunk/deploy/tutorials/separators.html Thu Jun  5 09:10:57 2014
@@ -36,7 +36,7 @@ limitations under the License.
             sample application below:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/sliders.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/sliders.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/sliders.html (original)
+++ pivot/site/trunk/deploy/tutorials/sliders.html Thu Jun  5 09:10:57 2014
@@ -37,7 +37,7 @@ limitations under the License.
             <tt>Label</tt> component:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/spinners.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/spinners.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/spinners.html (original)
+++ pivot/site/trunk/deploy/tutorials/spinners.html Thu Jun  5 09:10:57 2014
@@ -46,7 +46,7 @@ limitations under the License.
             second is not:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/split-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/split-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/split-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/split-panes.html Thu Jun  5 09:10:57 2014
@@ -68,7 +68,7 @@ limitations under the License.
             styles supported by the Terra there's implementation of the split pane skin.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/stack-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/stack-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/stack-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/stack-panes.html Thu Jun  5 09:10:57 2014
@@ -43,7 +43,7 @@ limitations under the License.
             label is layered on top of the image:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/stock-tracker.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/stock-tracker.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/stock-tracker.html (original)
+++ pivot/site/trunk/deploy/tutorials/stock-tracker.html Thu Jun  5 09:10:57 2014
@@ -51,7 +51,7 @@ limitations under the License.
             it to communicate with the Yahoo web service):
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/stock-tracker.localization.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/stock-tracker.localization.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/stock-tracker.localization.html (original)
+++ pivot/site/trunk/deploy/tutorials/stock-tracker.localization.html Thu Jun  5 09:10:57 2014
@@ -135,7 +135,7 @@ limitations under the License.
             execute both the English and French versions:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/suggestion-popups.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/suggestion-popups.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/suggestion-popups.html (original)
+++ pivot/site/trunk/deploy/tutorials/suggestion-popups.html Thu Jun  5 09:10:57 2014
@@ -37,7 +37,7 @@ limitations under the License.
             matches:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/svg-images.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/svg-images.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/svg-images.html (original)
+++ pivot/site/trunk/deploy/tutorials/svg-images.html Thu Jun  5 09:10:57 2014
@@ -36,7 +36,7 @@ limitations under the License.
             an SVG image containing the Pivot logo, alongside a PNG equivalent:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/tab-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/tab-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/tab-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/tab-panes.html Thu Jun  5 09:10:57 2014
@@ -37,7 +37,7 @@ limitations under the License.
             example demonstrates the use of the <tt>TabPane</tt> component:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/table-panes.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/table-panes.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/table-panes.html (original)
+++ pivot/site/trunk/deploy/tutorials/table-panes.html Thu Jun  5 09:10:57 2014
@@ -80,7 +80,7 @@ limitations under the License.
             responds to mouse clicks with information about where the user clicked:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",
@@ -255,7 +255,7 @@ limitations under the License.
             the effect it has on the relative columns in the grid pane.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/table-views.custom.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/table-views.custom.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/table-views.custom.html (original)
+++ pivot/site/trunk/deploy/tutorials/table-views.custom.html Thu Jun  5 09:10:57 2014
@@ -41,7 +41,7 @@ limitations under the License.
             the first column:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/table-views.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/table-views.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/table-views.html (original)
+++ pivot/site/trunk/deploy/tutorials/table-views.html Thu Jun  5 09:10:57 2014
@@ -51,7 +51,7 @@ limitations under the License.
             final standings of the top ten medal-winning countries in the 2008 Summer Olympics:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/table-views.json.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/table-views.json.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/table-views.json.html (original)
+++ pivot/site/trunk/deploy/tutorials/table-views.json.html Thu Jun  5 09:10:57 2014
@@ -37,7 +37,7 @@ limitations under the License.
             numbers, rather than strings:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/text-areas.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/text-areas.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/text-areas.html (original)
+++ pivot/site/trunk/deploy/tutorials/text-areas.html Thu Jun  5 09:10:57 2014
@@ -36,7 +36,7 @@ limitations under the License.
             The following application demonstrates the use of <tt>TextArea</tt>:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/text.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/text.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/text.html (original)
+++ pivot/site/trunk/deploy/tutorials/text.html Thu Jun  5 09:10:57 2014
@@ -41,7 +41,7 @@ limitations under the License.
             The following example application demonstrates use of the <tt>TextInput</tt> component:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/toggle-buttons.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/toggle-buttons.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/toggle-buttons.html (original)
+++ pivot/site/trunk/deploy/tutorials/toggle-buttons.html Thu Jun  5 09:10:57 2014
@@ -37,7 +37,7 @@ limitations under the License.
             button causes it to retain a pressed state; clicking it again releases the button:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/tree-views.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/tree-views.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/tree-views.html (original)
+++ pivot/site/trunk/deploy/tutorials/tree-views.html Thu Jun  5 09:10:57 2014
@@ -45,7 +45,7 @@ limitations under the License.
             the raw data straight to the user.
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/web-queries.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/web-queries.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/web-queries.html (original)
+++ pivot/site/trunk/deploy/tutorials/web-queries.html Thu Jun  5 09:10:57 2014
@@ -74,7 +74,7 @@ limitations under the License.
             to allow it to communicate with the Yahoo web service):
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/deploy/tutorials/windows.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/tutorials/windows.html?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/deploy/tutorials/windows.html (original)
+++ pivot/site/trunk/deploy/tutorials/windows.html Thu Jun  5 09:10:57 2014
@@ -142,7 +142,7 @@ limitations under the License.
             window types:
         </p>
 
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script><script type="text/javascript">
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script><script type="text/javascript">
             
             var attributes = {
                 code:"org.apache.pivot.wtk.BrowserApplicationContext$HostApplet",

Modified: pivot/site/trunk/xsl/html.xsl
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/html.xsl?rev=1600570&r1=1600569&r2=1600570&view=diff
==============================================================================
--- pivot/site/trunk/xsl/html.xsl (original)
+++ pivot/site/trunk/xsl/html.xsl Thu Jun  5 09:10:57 2014
@@ -210,7 +210,7 @@ limitations under the License.
 
     <!-- <application> translates to Javascript that creates an applet -->
     <xsl:template match="application">
-        <script type="text/javascript" src="http://java.com/js/deployJava.js"></script>
+        <script type="text/javascript" src="https://java.com/js/deployJava.js"></script>
 
         <script type="text/javascript">
             <!-- Base attributes -->