Skip to content
This repository was archived by the owner on Apr 5, 2022. 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
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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.springextensions.actionscript</groupId>
<artifactId>spring-actionscript-superpom</artifactId>
Expand Down Expand Up @@ -65,7 +65,7 @@

<issueManagement>
<system>jira</system>
<url>http://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS</url>
<url>https://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS</url>
</issueManagement>

<mailingLists>
Expand All @@ -74,7 +74,7 @@
<subscribe>springactionscript-dev+subscribe@googlegroups.com</subscribe>
<unsubscribe>springactionscript-dev+unsubscribe@googlegroups.com</unsubscribe>
<post>springactionscript-dev@googlegroups.com</post>
<archive>http://groups.google.com/group/springactionscript-dev</archive>
<archive>https://groups.google.com/group/springactionscript-dev</archive>
</mailingList>
</mailingLists>

Expand All @@ -83,7 +83,7 @@
<id>cherreman</id>
<name>Christophe Herreman</name>
<email>christophe.herreman [at] stackandheap.com</email>
<url>http://www.herrodius.com</url>
<url>https://www.herrodius.com</url>
<organization>Stack &amp; Heap</organization>
<organizationUrl>http://www.stackandheap.com</organizationUrl>
<timezone>+1</timezone>
Expand All @@ -92,7 +92,7 @@
<id>rzwaga</id>
<name>Roland Zwaga</name>
<email>roland.zwaga [at] stackandheap.com</email>
<url>http://zwaga.blogspot.com/</url>
<url>https://zwaga.blogspot.com/</url>
<organization>Stack &amp; Heap</organization>
<organizationUrl>http://www.stackandheap.com</organizationUrl>
<timezone>+1</timezone>
Expand Down Expand Up @@ -342,7 +342,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<!--
Must not be 2.2-beta-1 which is distributed with Maven 2.2.0 because of
http://jira.codehaus.org/browse/MASSEMBLY-285
https://jira.codehaus.org/browse/MASSEMBLY-285
-->
<version>2.2-beta-4</version>
<inherited>false</inherited>
Expand Down Expand Up @@ -830,7 +830,7 @@
</repository>
<repository>
<id>flex-mojos-repository</id>
<url>http://repository.sonatype.org/content/groups/public</url>
<url>https://repository.sonatype.org/content/groups/public</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -840,7 +840,7 @@
</repository>
<repository>
<id>flex-mojos-flex-repository</id>
<url>http://repository.sonatype.org/content/groups/flexgroup</url>
<url>https://repository.sonatype.org/content/groups/flexgroup</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -850,14 +850,14 @@
</repository>
<repository>
<id>yoolab.org-releases</id>
<url>http://projects.yoolab.org/maven/content/repositories/releases</url>
<url>https://projects.yoolab.org/maven/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>yoolab.org-snapshots</id>
<url>http://projects.yoolab.org/maven/content/repositories/snapshots</url>
<url>https://projects.yoolab.org/maven/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -867,7 +867,7 @@
<pluginRepositories>
<pluginRepository>
<id>flexmojos-plugin</id>
<url>http://repository.sonatype.org/content/groups/flexgroup</url>
<url>https://repository.sonatype.org/content/groups/flexgroup</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion spring-actionscript-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">

<parent>
<groupId>org.springextensions.actionscript</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-actionscript-core/src/main/assembly/sources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly
xmlns="http://maven.apache.org/xsd/assembly/1.1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/xsd/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/xsd/assembly/1.1.1 https://maven.apache.org/xsd/assembly-1.1.1.xsd">

<id>sources</id>
<includeBaseDirectory>false</includeBaseDirectory>
Expand Down
2 changes: 1 addition & 1 deletion spring-actionscript-flex/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">

<parent>
<groupId>org.springextensions.actionscript</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-actionscript-mvc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">

<parent>
<groupId>org.springextensions.actionscript</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-actionscript-security/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">

<parent>
<groupId>org.springextensions.actionscript</groupId>
Expand Down
6 changes: 3 additions & 3 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<properties>
<title>Spring ActionScript changes</title>
</properties>
Expand Down Expand Up @@ -227,7 +227,7 @@

<release version="0.7" date="2009-01-20" description="Release of version 0.7">
<action system="jira" type="add">Prana Framework is now Spring ActionScript</action>
<action system="jira" type="add">Reflection API is now a separate project (as3reflect: http://code.google.com/p/as3reflect/)</action>
<action system="jira" type="add">Reflection API is now a separate project (as3reflect: https://code.google.com/p/as3reflect/)</action>
<action system="jira" type="add">Cairngorm and PureMVC extensions removed from the core framework sources</action>
<action system="jira" type="add">added support for parent objects in XML config</action>
<action system="jira" type="add">added support for depends-on attribute in XML config</action>
Expand Down Expand Up @@ -378,7 +378,7 @@
<release version="0.4" date="2008-01-26" description="Release of version 0.4">
<action system="jira" type="update">introduction of PureMVC support</action>
<action system="jira" type="add">added PureMVC sample application</action>
<action system="jira" type="add">nightly builds available at http://prana.herrodius.com</action>
<action system="jira" type="add">nightly builds available at https://prana.herrodius.com</action>
<action system="jira" type="fix">fixed config.xsl to ignore _svn folders</action>
<action system="jira" type="fix">fixed early dispatching of events in EventSequence</action>
<action system="jira" type="add">added "remove" method to IMap and Map</action>
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/autowiring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<note>
<para>The engine that is responsible for managing the stage processing in the
<literal>FlashStageObjectProcessorRegistry</literal> that is offered by the <literal
xlink:href="http://www.as3commons.org/as3-commons-stageprocessing/index.html"
xlink:href="https://www.as3commons.org/as3-commons-stageprocessing/index.html"
>AS3Commons-stageprocessing library</literal>.</para>
</note>
<para>To make use of the metadata processor that handles all of the functionality described in
Expand Down
8 changes: 4 additions & 4 deletions src/docbkx/eventbus-integration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<sect1 xml:id="eventbus-introduction">
<title>Introduction</title>
<para>Spring Actionscript uses the <literal
xlink:href="http://as3commons.org/as3-commons-eventbus/index.html"
xlink:href="https://as3commons.org/as3-commons-eventbus/index.html"
>as3commons-eventbus</literal> project internally to facilitate decoupled
communication between objects. To learn more about about as3commons's eventbus, take a
look at its <literal
xlink:href="http://as3commons.org/as3-commons-eventbus/introduction.html"
xlink:href="https://as3commons.org/as3-commons-eventbus/introduction.html"
>introduction page</literal>.</para>
<para>As an extension to this functionality Spring Actionscript offers a number of
configuration shortcuts that will make using the eventbus a lot easier. Actually, the
Expand Down Expand Up @@ -104,9 +104,9 @@ public class MyEventDispatcher {
&lt;sas:EventHandlerConfiguration />
&lt;/sas:Object></programlisting></para></sect2>
<sect2><title>Event interception</title>
<para>The <literal xlink:href="http://as3commons.org/as3-commons-eventbus/index.html"
<para>The <literal xlink:href="https://as3commons.org/as3-commons-eventbus/index.html"
>AS3commons-eventbus</literal> supports the concept of <literal
xlink:href="http://as3commons.org/as3-commons-eventbus/introduction.html#EventBus_event_intercepting"
xlink:href="https://as3commons.org/as3-commons-eventbus/introduction.html#EventBus_event_intercepting"
>event interceptors</literal>. These interceptors can be easily defined in the
Spring configuration in the following ways.</para>
<para>Using <abbrev>XML</abbrev> configuration, this would be the
Expand Down
18 changes: 9 additions & 9 deletions src/docbkx/extending-the-application-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ public class PropertyBindingPostProcessor implements IObjectPostProcessor {
<sect1 xml:id="metadata-processors">
<title>Metadata processors</title>
<para> Spring Actionscript offers an easy way to process actionscript metadata annotations. An
<literal xlink:href="http://www.as3commons.org">AS3Commons</literal> library is used
<literal xlink:href="https://www.as3commons.org">AS3Commons</literal> library is used
to faciliate this functionality: <literal
xlink:href="http://www.as3commons.org/as3-commons-metadata/index.html"
xlink:href="https://www.as3commons.org/as3-commons-metadata/index.html"
>as3commons-metadata</literal>.</para>
<para>The main interface of interest in this library
is <literal>IMetadataProcessor</literal>. It looks like
Expand Down Expand Up @@ -316,14 +316,14 @@ public class PropertyBindingPostProcessor implements IObjectPostProcessor {
<note>
<para>Credit where credit is due: This type of metadata handling is similar to the
<literal
xlink:href="http://www.spicefactory.org/parsley/docs/2.3/api/parsley-flex/org/spicefactory/parsley/config/ObjectDefinitionDecorator.html"
xlink:href="https://www.spicefactory.org/parsley/docs/2.3/api/parsley-flex/org/spicefactory/parsley/config/ObjectDefinitionDecorator.html"
>ObjectDefinitionDecorator</literal> in the <literal
xlink:href="http://www.spicefactory.org/parsley/">Parsley Framework</literal>
and the IMetadataProcessor in the <literal xlink:href="http://www.swizframework.org"
xlink:href="https://www.spicefactory.org/parsley/">Parsley Framework</literal>
and the IMetadataProcessor in the <literal xlink:href="https://www.swizframework.org"
>Swiz Framework</literal>, the Spring Actionscript team both acknowledges and
appreciates this work.</para>
<para>Java programmers will see obvious similarities to the <literal
xlink:href="http://download.oracle.com/javase/1.5.0/docs/guide/apt/mirror/com/sun/mirror/apt/AnnotationProcessor.html"
xlink:href="https://download.oracle.com/javase/1.5.0/docs/guide/apt/mirror/com/sun/mirror/apt/AnnotationProcessor.html"
>Java annotation processor</literal>.</para>
</note>
<note>
Expand Down Expand Up @@ -378,9 +378,9 @@ public class MyObjectFactoryPostProcessor implements IObjectFactoryPostProcessor
added to the stage and perform abritrary processing on them.</para>
<para>The logic behind this used to be an internal part of Spring Actionscript but since version
2.0 it has been split off and released as an autonomous API in the <literal
xlink:href="http://www.as3commons.org/as3-commons-stageprocessing"
xlink:href="https://www.as3commons.org/as3-commons-stageprocessing"
>as3commons-stageprocessing</literal> project. Please refer to the <literal
xlink:href="http://www.as3commons.org/as3-commons-stageprocessing/introduction.html"
xlink:href="https://www.as3commons.org/as3-commons-stageprocessing/introduction.html"
>documentation section on the as3commons.org</literal> site for specific info on the
internals.</para>
<para>To register your own <literal>IStageObjectProcessor</literal> and/or
Expand Down Expand Up @@ -462,7 +462,7 @@ public class MyObjectFactoryPostProcessor implements IObjectFactoryPostProcessor
<listitem>
<para><literal>IEventBus</literal> - For more more information about this
interface please refer to the <literal
xlink:href="http://www.as3commons.org/as3-commons-eventbus">as3commons.org/eventbus
xlink:href="https://www.as3commons.org/as3-commons-eventbus">as3commons.org/eventbus
documentation</literal>.</para>
</listitem>
<listitem>
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/object-definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<para>If an object is encountered in the context that implements this interface its
dispose() method will be invoked once the context itself is being disposed.</para>
<para>The IDisposable interface is part of the <literal
xlink:href="http://www.as3commons.org/as3-commons-lang/index.html"
xlink:href="https://www.as3commons.org/as3-commons-lang/index.html"
>as3commons-lang</literal> library.</para>
</sect3>
<sect3>
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/actionscript-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for Java

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/c-hl.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Syntax highlighting definition for C xslthl - XSLT Syntax Highlighting http://sourceforge.net/projects/xslthl/
Syntax highlighting definition for C xslthl - XSLT Syntax Highlighting https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any
express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this
software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/cpp-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for C++

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/csharp-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for C#

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/delphi-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for Delphi (also suitable for Pascal)

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/ini-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for ini files

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/java-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for Java

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/javascript-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for JavaScript

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/m2-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for Modulo-2

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/perl-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for Perl

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/php-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for PHP

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/python-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for Python

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/resources/xslthl/ruby-hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Syntax highlighting definition for Ruby

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down
4 changes: 2 additions & 2 deletions src/docbkx/resources/xslthl/xslthl-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
https://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
Expand Down Expand Up @@ -43,5 +43,5 @@ Michiel Hendriks <elmuerte at users.sourceforge.net>
<highlighter id="perl" file="perl-hl.xml" />
<highlighter id="javascript" file="javascript-hl.xml" />
<highlighter id="actionscript" file="actionscript-hl.xml" />
<namespace prefix="xslthl" uri="http://xslthl.sf.net" />
<namespace prefix="xslthl" uri="http://xslthl.sourceforge.net/" />
</xslthl-config>
Loading