This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 4838877 Fix Hello World MX Moonshine IDE File
4838877 is described below
commit 483887741a55c5e4e1388baf9e75434818e14742
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Wed Feb 13 11:51:37 2019 +0100
Fix Hello World MX Moonshine IDE File
---
examples/mxroyale/HelloWorld/HelloWorld.as3proj | 88 +++++++++++++++----------
1 file changed, 53 insertions(+), 35 deletions(-)
diff --git a/examples/mxroyale/HelloWorld/HelloWorld.as3proj
b/examples/mxroyale/HelloWorld/HelloWorld.as3proj
index 95f75bd..5d54f7d 100644
--- a/examples/mxroyale/HelloWorld/HelloWorld.as3proj
+++ b/examples/mxroyale/HelloWorld/HelloWorld.as3proj
@@ -1,64 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<project>
<output>
- <movie path="bin-debug/HelloWorld.swf"/>
+ <movie disabled="False"/>
+ <movie platform="Flash Player"/>
+ <movie version="11"/>
<movie width="800"/>
<movie fps="60"/>
<movie height="600"/>
- <movie platform="Flash Player"/>
- <movie version="11"/>
- <movie disabled="False"/>
<movie background="#FFFFFF"/>
+ <movie path="bin-debug/HelloWorld.swf"/>
<movie input=""/>
</output>
<!-- Other classes to be compiled into your SWF -->
+ <jsOutput>
+ <option path=""/>
+ </jsOutput>
<classpaths>
<class path="src/main/royale"/>
</classpaths>
<moonshineResourcePaths></moonshineResourcePaths>
<moonshineNativeExtensionPaths></moonshineNativeExtensionPaths>
<build>
+ <option verboseStackTraces="False"/>
+ <option customSDK=""/>
+ <option additional="+configname=flex"/>
+ <option linkReport=""/>
<option optimize="False"/>
+ <option antBuildPath="build/build.xml"/>
<option showActionScriptWarnings="True"/>
- <option staticLinkRSL="False"/>
- <option locale=""/>
- <option showBindingWarnings="True"/>
<option compilerConstants=""/>
- <option showDeprecationWarnings="True"/>
- <option antBuildPath="build/build.xml"/>
- <option additional="-theme=${royalelib}/themes/Basic/src/basic.css"/>
+ <option loadConfig=""/>
+ <option showBindingWarnings="True"/>
+ <option staticLinkRSL="False"/>
<option showUnusedTypeSelectorWarnings="True"/>
- <option customSDK=""/>
+ <option locale=""/>
<option strict="True"/>
- <option accessible="False"/>
+ <option showDeprecationWarnings="True"/>
<option useNetwork="True"/>
<option allowSourcePathOverlap="False"/>
<option useResourceBundleMetadata="True"/>
<option benchmark="False"/>
<option warnings="True"/>
+ <option accessible="False"/>
<option es="False"/>
- <option verboseStackTraces="False"/>
- <option loadConfig=""/>
- <option linkReport=""/>
</build>
+ <mavenBuild>
+ <option commandLine=""/>
+ <option settingsFilePath=""/>
+ <option mavenBuildPath=""/>
+ <actions>
+ <action actionName="Build" action="install"/>
+ <action actionName="Clean" action="clean"/>
+ <action actionName="Clean and Build" action="clean install"/>
+ <action actionName="Exploded" action="war:exploded"/>
+ </actions>
+ </mavenBuild>
<includeLibraries></includeLibraries>
<libraryPaths></libraryPaths>
<externalLibraryPaths></externalLibraryPaths>
@@ -67,7 +81,10 @@ limitations under the License.
<element path="Library/AS3/frameworks/Flex4"/>
<element path="Library\AS3\frameworks\Flex4"/>
</intrinsics>
- <library></library>
+ <library>
+
+
+ </library>
<compileTargets>
<compile path="src/main/royale/HelloWorld.mxml"/>
</compileTargets>
@@ -76,20 +93,21 @@ limitations under the License.
<postBuildCommand alwaysRun="False">null</postBuildCommand>
<trustSVNCertificate>False</trustSVNCertificate>
<options>
- <option isExportedToExistingSource="False"/>
+ <option testMovieCommand=""/>
<option isPrimeFacesVisualEditor="False"/>
- <option visualEditorExportPath=""/>
+ <option defaultBuildTargets=""/>
+ <option isExportedToExistingSource="False"/>
<option showHiddenPaths="False"/>
+ <option visualEditorExportPath=""/>
<option testMovie=""/>
- <option testMovieCommand=""/>
- <option defaultBuildTargets=""/>
</options>
<moonshineRunCustomization>
- <option launchMethod="Simulator"/>
- <option targetPlatform="2"/>
+ <option deviceSimulator="null"/>
<option urlToLaunch=""/>
+ <option launchMethod="Simulator"/>
<option projectType="2"/>
- <option deviceSimulator="null"/>
+ <option targetPlatform="2"/>
+ <option customUrlToLaunch=""/>
<deviceSimulator>null</deviceSimulator>
<certAndroid>null</certAndroid>
<certIos>null</certIos>