You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/28 17:07:14 UTC

svn commit: r876490 [2/8] - in /websites/production/cxf/content: ./ 2008/04/28/ 2008/06/20/ 2009/02/10/ 2009/08/04/ cache/ docs/

Modified: websites/production/cxf/content/banner.html
==============================================================================
--- websites/production/cxf/content/banner.html (original)
+++ websites/production/cxf/content/banner.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Banner">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Banner
     </title>

Modified: websites/production/cxf/content/build-utils.html
==============================================================================
--- websites/production/cxf/content/build-utils.html (original)
+++ websites/production/cxf/content/build-utils.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Build Utils">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Build Utils
     </title>

Modified: websites/production/cxf/content/building-with-netbeans.html
==============================================================================
--- websites/production/cxf/content/building-with-netbeans.html (original)
+++ websites/production/cxf/content/building-with-netbeans.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Building with NetBeans">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Building with NetBeans
     </title>

Modified: websites/production/cxf/content/building.html
==============================================================================
--- websites/production/cxf/content/building.html (original)
+++ websites/production/cxf/content/building.html Wed Aug 28 15:07:05 2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Building">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Building
     </title>

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/coding-guidelines.html
==============================================================================
--- websites/production/cxf/content/coding-guidelines.html (original)
+++ websites/production/cxf/content/coding-guidelines.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Coding Guidelines">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Coding Guidelines
     </title>

Modified: websites/production/cxf/content/commercial-cxf-offerings.html
==============================================================================
--- websites/production/cxf/content/commercial-cxf-offerings.html (original)
+++ websites/production/cxf/content/commercial-cxf-offerings.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Commercial CXF Offerings">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Commercial CXF Offerings
     </title>

Modified: websites/production/cxf/content/connecting-maven-eclipse-checkstyle-and-pmd.html
==============================================================================
--- websites/production/cxf/content/connecting-maven-eclipse-checkstyle-and-pmd.html (original)
+++ websites/production/cxf/content/connecting-maven-eclipse-checkstyle-and-pmd.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Connecting Maven, Eclipse, Checkstyle, and PMD">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Connecting Maven, Eclipse, Checkstyle, and PMD
     </title>

Modified: websites/production/cxf/content/custom-cxf-transport.html
==============================================================================
--- websites/production/cxf/content/custom-cxf-transport.html (original)
+++ websites/production/cxf/content/custom-cxf-transport.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Custom CXF Transport">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Custom CXF Transport
     </title>

Modified: websites/production/cxf/content/cve-2012-0803.html
==============================================================================
--- websites/production/cxf/content/cve-2012-0803.html (original)
+++ websites/production/cxf/content/cve-2012-0803.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CVE-2012-0803">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CVE-2012-0803
     </title>

Modified: websites/production/cxf/content/cve-2012-2378.html
==============================================================================
--- websites/production/cxf/content/cve-2012-2378.html (original)
+++ websites/production/cxf/content/cve-2012-2378.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CVE-2012-2378">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CVE-2012-2378
     </title>

Modified: websites/production/cxf/content/cve-2012-2379.html
==============================================================================
--- websites/production/cxf/content/cve-2012-2379.html (original)
+++ websites/production/cxf/content/cve-2012-2379.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CVE-2012-2379">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CVE-2012-2379
     </title>

Modified: websites/production/cxf/content/cve-2012-3451.html
==============================================================================
--- websites/production/cxf/content/cve-2012-3451.html (original)
+++ websites/production/cxf/content/cve-2012-3451.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CVE-2012-3451">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CVE-2012-3451
     </title>

Modified: websites/production/cxf/content/cve-2012-5575.html
==============================================================================
--- websites/production/cxf/content/cve-2012-5575.html (original)
+++ websites/production/cxf/content/cve-2012-5575.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CVE-2012-5575">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CVE-2012-5575
     </title>

Modified: websites/production/cxf/content/cve-2012-5633.html
==============================================================================
--- websites/production/cxf/content/cve-2012-5633.html (original)
+++ websites/production/cxf/content/cve-2012-5633.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CVE-2012-5633">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CVE-2012-5633
     </title>

Modified: websites/production/cxf/content/cve-2013-0239.html
==============================================================================
--- websites/production/cxf/content/cve-2013-0239.html (original)
+++ websites/production/cxf/content/cve-2013-0239.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CVE-2013-0239">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CVE-2013-0239
     </title>

Modified: websites/production/cxf/content/cxf-2410-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-2410-release-notes.html (original)
+++ websites/production/cxf/content/cxf-2410-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.4.10 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.4.10 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-244-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-244-release-notes.html (original)
+++ websites/production/cxf/content/cxf-244-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.4.4 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.4.4 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-245-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-245-release-notes.html (original)
+++ websites/production/cxf/content/cxf-245-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.4.5 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.4.5 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-246-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-246-release-notes.html (original)
+++ websites/production/cxf/content/cxf-246-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.4.6 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.4.6 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-247-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-247-release-notes.html (original)
+++ websites/production/cxf/content/cxf-247-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.4.7 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.4.7 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-248-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-248-release-notes.html (original)
+++ websites/production/cxf/content/cxf-248-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.4.8 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.4.8 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-249-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-249-release-notes.html (original)
+++ websites/production/cxf/content/cxf-249-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.4.9 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.4.9 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-251-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-251-release-notes.html (original)
+++ websites/production/cxf/content/cxf-251-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.1 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.1 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-2510-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-2510-release-notes.html (original)
+++ websites/production/cxf/content/cxf-2510-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.10 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.10 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-2511-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-2511-release-notes.html (original)
+++ websites/production/cxf/content/cxf-2511-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.11 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.11 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-252-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-252-release-notes.html (original)
+++ websites/production/cxf/content/cxf-252-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.2 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.2 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-253-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-253-release-notes.html (original)
+++ websites/production/cxf/content/cxf-253-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.3 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.3 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-254-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-254-release-notes.html (original)
+++ websites/production/cxf/content/cxf-254-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.4 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.4 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-255-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-255-release-notes.html (original)
+++ websites/production/cxf/content/cxf-255-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.5 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.5 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-256-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-256-release-notes.html (original)
+++ websites/production/cxf/content/cxf-256-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.6 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.6 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-257-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-257-release-notes.html (original)
+++ websites/production/cxf/content/cxf-257-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.7 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.7 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-258-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-258-release-notes.html (original)
+++ websites/production/cxf/content/cxf-258-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.8 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.8 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-259-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-259-release-notes.html (original)
+++ websites/production/cxf/content/cxf-259-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.5.9 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.5.9 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-261-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-261-release-notes.html (original)
+++ websites/production/cxf/content/cxf-261-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.1 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.1 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-262-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-262-release-notes.html (original)
+++ websites/production/cxf/content/cxf-262-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.2 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.2 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-263-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-263-release-notes.html (original)
+++ websites/production/cxf/content/cxf-263-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.3 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.3 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-264-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-264-release-notes.html (original)
+++ websites/production/cxf/content/cxf-264-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.4 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.4 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-265-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-265-release-notes.html (original)
+++ websites/production/cxf/content/cxf-265-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.5 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.5 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-266-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-266-release-notes.html (original)
+++ websites/production/cxf/content/cxf-266-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.6 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.6 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-267-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-267-release-notes.html (original)
+++ websites/production/cxf/content/cxf-267-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.7 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.7 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-268-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-268-release-notes.html (original)
+++ websites/production/cxf/content/cxf-268-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.8 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.8 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-269-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-269-release-notes.html (original)
+++ websites/production/cxf/content/cxf-269-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.6.9 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.6.9 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-271-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-271-release-notes.html (original)
+++ websites/production/cxf/content/cxf-271-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.7.1 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.7.1 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-272-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-272-release-notes.html (original)
+++ websites/production/cxf/content/cxf-272-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.7.2 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.7.2 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-273-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-273-release-notes.html (original)
+++ websites/production/cxf/content/cxf-273-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.7.3 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.7.3 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-274-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-274-release-notes.html (original)
+++ websites/production/cxf/content/cxf-274-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.7.4 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.7.4 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-275-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-275-release-notes.html (original)
+++ websites/production/cxf/content/cxf-275-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.7.5 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.7.5 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-276-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-276-release-notes.html (original)
+++ websites/production/cxf/content/cxf-276-release-notes.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - CXF 2.7.6 Release Notes">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- CXF 2.7.6 Release Notes
     </title>

Modified: websites/production/cxf/content/cxf-m2eclipse.html
==============================================================================
--- websites/production/cxf/content/cxf-m2eclipse.html (original)
+++ websites/production/cxf/content/cxf-m2eclipse.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - cxf-m2eclipse">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- cxf-m2eclipse
     </title>

Modified: websites/production/cxf/content/cxf-xjc-boolean.html
==============================================================================
--- websites/production/cxf/content/cxf-xjc-boolean.html (original)
+++ websites/production/cxf/content/cxf-xjc-boolean.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - cxf-xjc-boolean">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- cxf-xjc-boolean
     </title>

Modified: websites/production/cxf/content/cxf-xjc-bug671.html
==============================================================================
--- websites/production/cxf/content/cxf-xjc-bug671.html (original)
+++ websites/production/cxf/content/cxf-xjc-bug671.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - cxf-xjc-bug671">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- cxf-xjc-bug671
     </title>

Modified: websites/production/cxf/content/cxf-xjc-dv.html
==============================================================================
--- websites/production/cxf/content/cxf-xjc-dv.html (original)
+++ websites/production/cxf/content/cxf-xjc-dv.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - cxf-xjc-dv">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- cxf-xjc-dv
     </title>

Modified: websites/production/cxf/content/cxf-xjc-plugin.html
==============================================================================
--- websites/production/cxf/content/cxf-xjc-plugin.html (original)
+++ websites/production/cxf/content/cxf-xjc-plugin.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - cxf-xjc-plugin">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- cxf-xjc-plugin
     </title>

Modified: websites/production/cxf/content/cxf-xjc-ts.html
==============================================================================
--- websites/production/cxf/content/cxf-xjc-ts.html (original)
+++ websites/production/cxf/content/cxf-xjc-ts.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - cxf-xjc-ts">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- cxf-xjc-ts
     </title>

Modified: websites/production/cxf/content/cxf-xjc-wsdlextension.html
==============================================================================
--- websites/production/cxf/content/cxf-xjc-wsdlextension.html (original)
+++ websites/production/cxf/content/cxf-xjc-wsdlextension.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - cxf-xjc-wsdlextension">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- cxf-xjc-wsdlextension
     </title>

Modified: websites/production/cxf/content/developing-a-distributed-osgi-application-in-eclipse.html
==============================================================================
--- websites/production/cxf/content/developing-a-distributed-osgi-application-in-eclipse.html (original)
+++ websites/production/cxf/content/developing-a-distributed-osgi-application-in-eclipse.html Wed Aug 28 15:07:05 2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Developing a Distributed OSGi Application in Eclipse">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Developing a Distributed OSGi Application in Eclipse
     </title>

Modified: websites/production/cxf/content/distributed-osgi-greeter-demo-walkthrough.html
==============================================================================
--- websites/production/cxf/content/distributed-osgi-greeter-demo-walkthrough.html (original)
+++ websites/production/cxf/content/distributed-osgi-greeter-demo-walkthrough.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Distributed OSGi Greeter Demo Walkthrough">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Distributed OSGi Greeter Demo Walkthrough
     </title>

Modified: websites/production/cxf/content/distributed-osgi-reference.html
==============================================================================
--- websites/production/cxf/content/distributed-osgi-reference.html (original)
+++ websites/production/cxf/content/distributed-osgi-reference.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Distributed OSGi Reference">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Distributed OSGi Reference
     </title>

Modified: websites/production/cxf/content/distributed-osgi.html
==============================================================================
--- websites/production/cxf/content/distributed-osgi.html (original)
+++ websites/production/cxf/content/distributed-osgi.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Distributed OSGi">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Distributed OSGi
     </title>

Modified: websites/production/cxf/content/docs/21-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/21-migration-guide.html (original)
+++ websites/production/cxf/content/docs/21-migration-guide.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - 2.1 Migration Guide">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- 2.1 Migration Guide
     </title>

Modified: websites/production/cxf/content/docs/22-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/22-migration-guide.html (original)
+++ websites/production/cxf/content/docs/22-migration-guide.html Wed Aug 28 15:07:05 2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - 2.2 Migration Guide">
 
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' rel='stylesheet' type='text/css' />
-  <link href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- 2.2 Migration Guide
     </title>