Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.
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
10 changes: 5 additions & 5 deletions docbkx/flexaddon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
Spring Roo brings brings a whole new level of productivity to building Java applications. From the Spring Roo Reference Guide:
</para>
<para>
"<ulink url="http://www.springsource.org/roo">Spring Roo</ulink> is an easy-to-use productivity tool for rapidly building enterprise applications in the
"<ulink url="https://www.springsource.org/roo">Spring Roo</ulink> is an easy-to-use productivity tool for rapidly building enterprise applications in the
Java programming language. It allows you to build high-quality, high-performance, lock-in-free enterprise applications in just minutes. Best of all, Roo
works alongside your existing Java knowledge, skills and experience. You probably won't need to learn anything new to use Roo, as there's no new language
or runtime platform needed. You simply program in your normal Java way and Roo just works, sitting in the background taking care of the things you don't
want to worry about."
</para>
<para>
To learn more about Spring Roo itself, you'll find numerous resources from the project's homepage at <ulink url="http://www.springsource.org/roo">http://www.springsource.org/roo</ulink>
To learn more about Spring Roo itself, you'll find numerous resources from the project's homepage at <ulink url="https://www.springsource.org/roo">https://www.springsource.org/roo</ulink>
</para>
<para>
The Flex Addon for Spring Roo aims to raise the bar for developer productivity in building Spring-based RIAs with a Flex client by meeting the
Expand Down Expand Up @@ -47,14 +47,14 @@
<title>Installing the Flex Addon for Spring Roo</title>
<para>
The currently released version of the Flex Addon for Spring Roo is 1.0.0.M1. The addon was included in the Spring BlazeDS Integration 1.5.0.M1 distribution
and is also available from the Spring Milestones Maven Repository at <code>http://maven.springframework.org/milestone</code> under the group id
and is also available from the Spring Milestones Maven Repository at <code>https://maven.springframework.org/milestone</code> under the group id
<code>org.springframework.flex.roo.addon</code> and artifact id <code>org.springframework.flex.roo.addon</code>.
</para>
<para>
First, ensure that you have Spring Roo 1.1.0.M1 set up correctly by following the <ulink url="http://static.springsource.org/spring-roo/reference/html-single/index.html#intro-installation">steps found here</ulink>.
First, ensure that you have Spring Roo 1.1.0.M1 set up correctly by following the <ulink url="https://docs.spring.io/spring-roo/reference/html-single/index.html#intro-installation">steps found here</ulink>.
</para>
<para>
If you've not already done so, download the Spring BlazeDS Integration 1.5.0.M1 <ulink url="http://www.springsource.com/download/community?project=Spring%20BlazeDS%20Integration">project distribution</ulink>.
If you've not already done so, download the Spring BlazeDS Integration 1.5.0.M1 <ulink url="https://www.springsource.com/download/community?project=Spring%20BlazeDS%20Integration">project distribution</ulink>.
</para>
<para>
Once you have a working Spring Roo installation, you can install the Flex Addon by simply copying it from <code>{spring_blazeds_dist}/org.springframework.flex.roo.addon-1.0.0.M1.jar</code> into the
Expand Down
2 changes: 1 addition & 1 deletion docbkx/index.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "https://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book xmlns:xi="http://www.w3.org/2001/XInclude">

<bookinfo>
Expand Down
14 changes: 7 additions & 7 deletions org.springframework.flex.roo.addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.flex.roo.addon</groupId>
<artifactId>org.springframework.flex.roo.addon</artifactId>
Expand Down Expand Up @@ -31,32 +31,32 @@
<repository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/release</url>
<url>https://repository.springsource.com/maven/bundles/release</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
<url>https://repository.springsource.com/maven/bundles/external</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.milestone</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Milestones</name>
<url>http://repository.springsource.com/maven/bundles/milestone</url>
<url>https://repository.springsource.com/maven/bundles/milestone</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.snapshot</id>
<name>SpringSource Enterprise Bundle Repository - Nightly Snapshots</name>
<url> http://repository.springsource.com/maven/bundles/snapshot</url>
<url> https://repository.springsource.com/maven/bundles/snapshot</url>
</repository>
<repository>
<id>maven.springframework.org.milestone</id>
<name>Spring Framework Maven Repository - Milestone Releases</name>
<url>http://maven.springframework.org/milestone</url>
<url>https://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>maven.springframework.org.snapshot</id>
<name>Spring Framework Maven Repository - Nightly Snapshots</name>
<url>http://maven.springframework.org/milestone</url>
<url>https://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>metaas-repo</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 https://maven.apache.org/xsd/assembly-1.1.0.xsd">
<formats>
<format>zip</format>
</formats>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
https://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/flex
http://www.springframework.org/schema/flex/spring-flex-1.5.xsd">
https://www.springframework.org/schema/flex/spring-flex-1.5.xsd">

<flex:message-broker mapping-order="1">
<flex:mapping pattern="/messagebroker/*"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 3.0//EN" "http://tuckey.org/res/dtds/urlrewrite3.0.dtd">
<!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 3.0//EN" "https://tuckey.org/res/dtds/urlrewrite3.0.dtd">

<urlrewrite default-match-type="wildcard">
<rule>
Expand Down
2 changes: 1 addition & 1 deletion org.springframework.flex.roo.annotations/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.flex.roo.addon</groupId>
<artifactId>org.springframework.flex.roo.annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.flex.roo.addon</groupId>
<artifactId>org.springframework.flex.roo.root</artifactId>
Expand Down