Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

URL Cleanup #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FLEX ADDON FOR SPRING ROO CHANGELOG
=========================
http://www.springsource.org/spring-flex
https://www.springsource.org/spring-flex

Changes in Flex Addon for Spring Roo 1.0.0.M1 (06.30.2010)
_________________________________________
Expand Down
2 changes: 1 addition & 1 deletion docbkx/resources/xsl/highlight-fo.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:xslthl="http://xslthl.sf.net"
xmlns:xslthl="http://xslthl.sourceforge.net/"
exclude-result-prefixes="xslthl"
version='1.0'>

Expand Down
2 changes: 1 addition & 1 deletion docbkx/resources/xsl/highlight.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Simple highlighter for HTML output. Follows the Eclipse color scheme.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xslthl="http://xslthl.sf.net"
xmlns:xslthl="http://xslthl.sourceforge.net/"
exclude-result-prefixes="xslthl"
version='1.0'>

Expand Down
6 changes: 3 additions & 3 deletions docbkx/resources/xsl/html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:xslthl="http://xslthl.sf.net"
xmlns:xslthl="http://xslthl.sourceforge.net/"
exclude-result-prefixes="xslthl"
version="1.0">

Expand Down Expand Up @@ -93,11 +93,11 @@
<!-- let's have a Spring and I21 banner across the top of each page -->
<xsl:template name="user.header.navigation">
<div style="background-color:white;border:none;height:73px;border:1px solid black;">
<a style="border:none;" href="http://www.springframework.org/osgi/"
<a style="border:none;" href="https://www.springframework.org/osgi/"
title="The Spring Framework - Spring Data">
<img style="border:none;" src="images/xdev-spring_logo.jpg"/>
</a>
<a style="border:none;" href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">
<a style="border:none;" href="https://www.SpringSource.com/" title="SpringSource - Spring from the Source">
<img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/s2-banner-rhs.png"/>
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docbkx/resources/xsl/html_chunk.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
<!-- let's have a Spring and I21 banner across the top of each page -->
<xsl:template name="user.header.navigation">
<div style="background-color:white;border:none;height:73px;border:1px solid black;">
<a style="border:none;" href="http://www.springframework.org/osgi/"
<a style="border:none;" href="https://www.springframework.org/osgi/"
title="The Spring Framework - Spring Data">
<img style="border:none;" src="images/xdev-spring_logo.jpg"/>
</a>
<a style="border:none;" href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">
<a style="border:none;" href="https://www.SpringSource.com/" title="SpringSource - Spring from the Source">
<img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/s2-banner-rhs.png"/>
</a>
</div>
Expand Down Expand Up @@ -200,7 +200,7 @@
</td>
<td width="20%" align="center">
<span style="color:white;font-size:90%;">
<a href="http://www.SpringSource.com/"
<a href="https://www.SpringSource.com/"
title="SpringSource - Spring from the Source">Sponsored by SpringSource
</a>
</span>
Expand Down
4 changes: 2 additions & 2 deletions notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
======================================================================

This product includes software developed by
the Apache Software Foundation (http://www.apache.org).
the Apache Software Foundation (https://www.apache.org).

The end-user documentation included with a redistribution, if any,
must include the following acknowledgement:

"This product includes software developed by the Spring Framework
Project (http://www.springframework.org)."
Project (https://www.springframework.org)."

Alternately, this acknowledgement may appear in the software itself,
if and wherever such third-party acknowledgements normally appear.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,12 @@ private void fixBrokenFlexPlugin() {
private void configureFlexBuild() {
ProjectMetadata projectMetadata = (ProjectMetadata) this.metadataService.get(ProjectMetadata.getProjectIdentifier());

Repository externalRepository = new Repository("spring-external", "Spring External Repository", "http://maven.springframework.org/external");
Repository externalRepository = new Repository("spring-external", "Spring External Repository", "https://maven.springframework.org/external");
if (!projectMetadata.isRepositoryRegistered(externalRepository)) {
this.projectOperations.addRepository(externalRepository);
}

Repository flexRepository = new Repository("flex", "Sonatype Flex Repo", "http://repository.sonatype.org/content/groups/flexgroup");
Repository flexRepository = new Repository("flex", "Sonatype Flex Repo", "https://repository.sonatype.org/content/groups/flexgroup");
if (!projectMetadata.isRepositoryRegistered(flexRepository)) {
this.projectOperations.addRepository(flexRepository);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!--
Expand All @@ -8,7 +8,7 @@
for building rich Internet applications that get delivered via the
Flash Player or to desktops via Adobe AIR.

Learn more about Flex at http://flex.org
Learn more about Flex at https://flex.org
// -->
<head>
<title>$projectName$</title>
Expand Down Expand Up @@ -68,7 +68,7 @@
</p>
<script type="text/javascript">
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
document.write("<a href='https://www.adobe.com/go/getflashplayer'><img src='"
+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
</script>
</div>
Expand All @@ -93,8 +93,8 @@
10.0.0 or greater is not installed.
</p>
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
<a href="https://www.adobe.com/go/getflashplayer">
<img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
</a>
<!--[if !IE]>-->
</object>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!--
Expand All @@ -8,7 +8,7 @@
for building rich Internet applications that get delivered via the
Flash Player or to desktops via Adobe AIR.

Learn more about Flex at http://flex.org
Learn more about Flex at https://flex.org
// -->
<head>
<title>${title}</title>
Expand Down Expand Up @@ -68,7 +68,7 @@
</p>
<script type="text/javascript">
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
document.write("<a href='https://www.adobe.com/go/getflashplayer'><img src='"
+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
</script>
</div>
Expand All @@ -93,8 +93,8 @@
${version_major}.${version_minor}.${version_revision} or greater is not installed.
</p>
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
<a href="https://www.adobe.com/go/getflashplayer">
<img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
</a>
<!--[if !IE]>-->
</object>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! SWFObject v2.2 <http://code.google.com/p/swfobject/>
is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
/*! SWFObject v2.2 <https://code.google.com/p/swfobject/>
is released under the MIT License <https://www.opensource.org/licenses/mit-license.php>
*/

var swfobject = function() {
Expand Down Expand Up @@ -42,7 +42,7 @@ var swfobject = function() {
windows = p ? /win/.test(p) : /win/.test(u),
mac = p ? /mac/.test(p) : /mac/.test(u),
webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit
ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: http://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html
ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: https://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html
playerVersion = [0,0,0],
d = null;
if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) {
Expand Down Expand Up @@ -146,7 +146,7 @@ var swfobject = function() {
}

/* Cross-browser onload
- Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/
- Based on James Edwards' solution: https://brothercake.com/site/resources/scripts/onload/
- Will fire an event as soon as a web page including all of its assets are loaded
*/
function addLoadEvent(fn) {
Expand Down Expand Up @@ -307,7 +307,7 @@ var swfobject = function() {
}

/* Show the Adobe Express Install dialog
- Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
- Reference: https://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
*/
function showExpressInstall(att, par, replaceElemIdStr, callbackFn) {
isExpressInstallActive = true;
Expand Down Expand Up @@ -537,7 +537,7 @@ var swfobject = function() {
}

/* Cross-browser dynamic CSS creation
- Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
- Based on Bobby van der Sluis' solution: https://www.bobbyvandersluis.com/articles/dynamicCSS.php
*/
function createCSS(sel, decl, media, newStyle) {
if (ua.ie && ua.mac) { return; }
Expand Down Expand Up @@ -621,7 +621,7 @@ var swfobject = function() {

return {
/* Public API
- Reference: http://code.google.com/p/swfobject/wiki/documentation
- Reference: https://code.google.com/p/swfobject/wiki/documentation
*/
registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn) {
if (ua.w3 && objectIdStr && swfVersionStr) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! SWFObject v2.2 <http://code.google.com/p/swfobject/>
is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
/*! SWFObject v2.2 <https://code.google.com/p/swfobject/>
is released under the MIT License <https://www.opensource.org/licenses/mit-license.php>
*/

var swfobject = function() {
Expand Down Expand Up @@ -42,7 +42,7 @@ var swfobject = function() {
windows = p ? /win/.test(p) : /win/.test(u),
mac = p ? /mac/.test(p) : /mac/.test(u),
webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit
ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: http://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html
ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: https://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html
playerVersion = [0,0,0],
d = null;
if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) {
Expand Down Expand Up @@ -146,7 +146,7 @@ var swfobject = function() {
}

/* Cross-browser onload
- Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/
- Based on James Edwards' solution: https://brothercake.com/site/resources/scripts/onload/
- Will fire an event as soon as a web page including all of its assets are loaded
*/
function addLoadEvent(fn) {
Expand Down Expand Up @@ -307,7 +307,7 @@ var swfobject = function() {
}

/* Show the Adobe Express Install dialog
- Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
- Reference: https://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
*/
function showExpressInstall(att, par, replaceElemIdStr, callbackFn) {
isExpressInstallActive = true;
Expand Down Expand Up @@ -537,7 +537,7 @@ var swfobject = function() {
}

/* Cross-browser dynamic CSS creation
- Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
- Based on Bobby van der Sluis' solution: https://www.bobbyvandersluis.com/articles/dynamicCSS.php
*/
function createCSS(sel, decl, media, newStyle) {
if (ua.ie && ua.mac) { return; }
Expand Down Expand Up @@ -621,7 +621,7 @@ var swfobject = function() {

return {
/* Public API
- Reference: http://code.google.com/p/swfobject/wiki/documentation
- Reference: https://code.google.com/p/swfobject/wiki/documentation
*/
registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn) {
if (ua.w3 && objectIdStr && swfVersionStr) {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FLEX ADDON FOR SPRING ROO 1.0.0.M2 (? 2011)
----------------------------------
http://www.springsource.org/spring-flex
https://www.springsource.org/spring-flex

1. INTRODUCTION
---------------
Expand Down