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 0117eaf Add Moonshine IDE file to tourdeflex
0117eaf is described below
commit 0117eaf5cd8e51024c0818af7ad67b988630f282
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Sun Oct 13 20:41:05 2019 +0200
Add Moonshine IDE file to tourdeflex
---
.../tourdeflexmodules/tourdeflexmodules.as3proj | 115 +++++++++++++++++++++
1 file changed, 115 insertions(+)
diff --git a/examples/mxroyale/tourdeflexmodules/tourdeflexmodules.as3proj
b/examples/mxroyale/tourdeflexmodules/tourdeflexmodules.as3proj
new file mode 100644
index 0000000..d4dba80
--- /dev/null
+++ b/examples/mxroyale/tourdeflexmodules/tourdeflexmodules.as3proj
@@ -0,0 +1,115 @@
+<?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
+
+ 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.
+
+-->
+<project>
+ <output>
+ <movie fps="60"/>
+ <movie height="600"/>
+ <movie disabled="False"/>
+ <movie background="#FFFFFF"/>
+ <movie path="bin-debug/explorer.swf"/>
+ <movie width="800"/>
+ <movie platform="Flash Player"/>
+ <movie version="11"/>
+ <movie input=""/>
+ </output>
+ <!-- Other classes to be compiled into your SWF -->
+ <jsOutput>
+ <option path=""/>
+ </jsOutput>
+ <classpaths>
+ <class path="src"/>
+ </classpaths>
+ <moonshineResourcePaths></moonshineResourcePaths>
+ <moonshineNativeExtensionPaths></moonshineNativeExtensionPaths>
+ <build>
+ <option compilerConstants=""/>
+ <option showBindingWarnings="True"/>
+ <option locale=""/>
+ <option showDeprecationWarnings="True"/>
+ <option benchmark="False"/>
+ <option showUnusedTypeSelectorWarnings="True"/>
+ <option antBuildPath=""/>
+ <option accessible="False"/>
+ <option useNetwork="True"/>
+ <option allowSourcePathOverlap="False"/>
+ <option loadConfig=""/>
+ <option showActionScriptWarnings="True"/>
+ <option strict="True"/>
+ <option warnings="True"/>
+ <option es="False"/>
+ <option verboseStackTraces="False"/>
+ <option customSDK=""/>
+ <option useResourceBundleMetadata="True"/>
+ <option linkReport=""/>
+ <option optimize="False"/>
+ <option staticLinkRSL="False"/>
+ <option additional="+configname=flex"/>
+ </build>
+ <mavenBuild>
+ <option settingsFilePath=""/>
+ <option mavenBuildPath=""/>
+ <option commandLine=""/>
+ <actions>
+ <action actionName="Build" action="install"/>
+ <action actionName="Clean and package" action="clean package"/>
+ <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>
+ <rslPaths></rslPaths>
+ <intrinsics>
+ <element path="Library/AS3/frameworks/Flex4"/>
+ <element path="Library\AS3\frameworks\Flex4"/>
+ </intrinsics>
+ <library></library>
+ <compileTargets>
+ <compile path="src/explorer.mxml"/>
+ </compileTargets>
+ <hiddenPaths></hiddenPaths>
+ <preBuildCommand>null</preBuildCommand>
+ <postBuildCommand alwaysRun="False">null</postBuildCommand>
+ <trustSVNCertificate>False</trustSVNCertificate>
+ <options>
+ <option isRoyale="True"/>
+ <option testMovie=""/>
+ <option testMovieCommand=""/>
+ <option isExportedToExistingSource="False"/>
+ <option isPrimeFacesVisualEditor="False"/>
+ <option defaultBuildTargets=""/>
+ <option visualEditorExportPath=""/>
+ <option showHiddenPaths="False"/>
+ </options>
+ <moonshineRunCustomization>
+ <option launchMethod="Simulator"/>
+ <option projectType="2"/>
+ <option targetPlatform="2"/>
+ <option urlToLaunch=""/>
+ <option customUrlToLaunch=""/>
+ <option deviceSimulator="null"/>
+ <deviceSimulator>null</deviceSimulator>
+ <certAndroid>null</certAndroid>
+ <certIos>null</certIos>
+ <certIosProvisioning>null</certIosProvisioning>
+ </moonshineRunCustomization>
+</project>
\ No newline at end of file