Repository: flex-asjs
Updated Branches:
  refs/heads/develop 97d438c32 -> 16f3d7225


(Hopefully) fix ByteArrayAsset problem


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/16f3d722
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/16f3d722
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/16f3d722

Branch: refs/heads/develop
Commit: 16f3d7225844392852e2555cadc13def67bff119
Parents: 97d438c
Author: yishayw <yishayj...@hotmail.com>
Authored: Wed Mar 8 11:27:34 2017 +0200
Committer: yishayw <yishayj...@hotmail.com>
Committed: Wed Mar 8 11:27:34 2017 +0200

----------------------------------------------------------------------
 frameworks/projects/Graphics/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/16f3d722/frameworks/projects/Graphics/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Graphics/pom.xml 
b/frameworks/projects/Graphics/pom.xml
index 75d7339..9f00efc 100644
--- a/frameworks/projects/Graphics/pom.xml
+++ b/frameworks/projects/Graphics/pom.xml
@@ -54,6 +54,7 @@
           <includeClasses>
             <includeClass>GraphicsClasses</includeClass>
           </includeClasses>
+          
<additionalCompilerOptions>-compiler.byte-array-embed-class=org.apache.flex.core.ByteArrayAsset</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>

Reply via email to