Skip to content

Commit

Permalink
Merge branch 'hotfix-v1.3.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bclinkinbeard committed Aug 26, 2011
2 parents 05c7981 + f157651 commit 084a88d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/build.properties
@@ -1,5 +1,5 @@
# Versioning
swiz.version = v1.3.0
swiz.version = v1.3.1
swiz.name = swiz-framework-${swiz.version}
swiz.name.flex3 = ${swiz.name}-flex3
swiz.namespace = http://swiz.swizframework.org
Expand Down
2 changes: 2 additions & 0 deletions build/build.xml
Expand Up @@ -102,6 +102,7 @@
<keep-as3-metadata name="PostConstruct"/>
<keep-as3-metadata name="PreDestroy"/>
<keep-as3-metadata name="ViewAdded"/>
<keep-as3-metadata name="ViewNavigator"/>
<keep-as3-metadata name="ViewRemoved"/>

<!-- Sets java.awt.headless=true so font compilation works in headless environments -->
Expand Down Expand Up @@ -137,6 +138,7 @@
<keep-as3-metadata name="PostConstruct"/>
<keep-as3-metadata name="PreDestroy"/>
<keep-as3-metadata name="ViewAdded"/>
<keep-as3-metadata name="ViewNavigator"/>
<keep-as3-metadata name="ViewRemoved"/>

<!-- Sets java.awt.headless=true so font compilation works in headless environments -->
Expand Down
1 change: 0 additions & 1 deletion src/org/swizframework/core/Swiz.as
Expand Up @@ -34,7 +34,6 @@ package org.swizframework.core
import org.swizframework.utils.logging.SwizLogger;

[DefaultProperty( "beanProviders" )]
[ExcludeClass]

/**
* Core framework class that serves as an IoC container rooted
Expand Down
2 changes: 0 additions & 2 deletions src/org/swizframework/utils/services/SwizResponder.as
Expand Up @@ -18,8 +18,6 @@ package org.swizframework.utils.services
{
import mx.rpc.IResponder;

[ExcludeClass]

public class SwizResponder implements IResponder
{
private var resultHandler:Function;
Expand Down
4 changes: 1 addition & 3 deletions src/org/swizframework/utils/services/SwizURLRequest.as
Expand Up @@ -24,11 +24,9 @@ package org.swizframework.utils.services
import flash.net.URLLoader;
import flash.net.URLRequest;

[ExcludeClass]

/**
*
* DynamicUrlRequest can be used to wrap URLLoader calles.
* SwizURLRequest can be used to wrap URLLoader calles.
* The faultHandler function will be used for IOErrors and SecurityErrors
* so you should type the argument Event and check/cast the specific type
* in the method body.
Expand Down

0 comments on commit 084a88d

Please sign in to comment.