You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2020/09/24 05:46:32 UTC

[royale-asjs] branch develop updated: Add Moonshine IDE project file to RemoteObjectAMFTest

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 2929a9e  Add Moonshine IDE project file to RemoteObjectAMFTest
2929a9e is described below

commit 2929a9ed24e91fcd01da7e477fdcb4728ba24432
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Thu Sep 24 07:46:18 2020 +0200

    Add Moonshine IDE project file to RemoteObjectAMFTest
---
 .../RemoteObjectAMFTest.as3proj                    | 121 +++++++++++++++++++++
 1 file changed, 121 insertions(+)

diff --git a/examples/mxroyale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj b/examples/mxroyale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
new file mode 100644
index 0000000..b07e54e
--- /dev/null
+++ b/examples/mxroyale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
@@ -0,0 +1,121 @@
+<?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 platform="Flash Player"/>
+    <movie disabled="False"/>
+    <movie fps="60"/>
+    <movie background="#FFFFFF"/>
+    <movie version="11"/>
+    <movie path="bin-debug/App.swf"/>
+    <movie width="800"/>
+    <movie height="600"/>
+    <movie input=""/>
+  </output>
+  &lt;!-- Other classes to be compiled into your SWF --&gt;
+  <jsOutput>
+    <option path=""/>
+  </jsOutput>
+  <classpaths>
+    <class path="src/main/royale"/>
+  </classpaths>
+  <moonshineResourcePaths></moonshineResourcePaths>
+  <moonshineNativeExtensionPaths></moonshineNativeExtensionPaths>
+  <build>
+    <option antBuildPath="build.xml"/>
+    <option customSDK=""/>
+    <option useResourceBundleMetadata="True"/>
+    <option sourceMap="True"/>
+    <option showDeprecationWarnings="True"/>
+    <option benchmark="False"/>
+    <option allowSourcePathOverlap="False"/>
+    <option compilerConstants=""/>
+    <option locale=""/>
+    <option accessible="False"/>
+    <option useNetwork="True"/>
+    <option showUnusedTypeSelectorWarnings="True"/>
+    <option additional="+configname=flex"/>
+    <option strict="True"/>
+    <option warnings="True"/>
+    <option showBindingWarnings="True"/>
+    <option es="False"/>
+    <option verboseStackTraces="False"/>
+    <option loadConfig=""/>
+    <option linkReport=""/>
+    <option optimize="False"/>
+    <option staticLinkRSL="False"/>
+    <option showActionScriptWarnings="True"/>
+  </build>
+  <mavenBuild>
+    <option dominoNotesProgram=""/>
+    <option mavenBuildPath=""/>
+    <option settingsFilePath=""/>
+    <option dominoNotesPlatform=""/>
+    <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>
+  <modules/>
+  <compileTargets>
+    <compile path="src/main/royale/App.mxml"/>
+  </compileTargets>
+  <hiddenPaths></hiddenPaths>
+  <preBuildCommand>null</preBuildCommand>
+  <postBuildCommand alwaysRun="False">null</postBuildCommand>
+  <trustSVNCertificate>False</trustSVNCertificate>
+  <options>
+    <option testMovieCommand=""/>
+    <option isPrimeFacesVisualEditor="False"/>
+    <option defaultBuildTargets=""/>
+    <option showHiddenPaths="False"/>
+    <option isRoyale="True"/>
+    <option isExportedToExistingSource="False"/>
+    <option testMovie=""/>
+    <option visualEditorExportPath=""/>
+  </options>
+  <moonshineRunCustomization>
+    <option customUrlToLaunch=""/>
+    <option deviceConnectType="USB"/>
+    <option deviceSimulator="null"/>
+    <option launchMethod="Simulator"/>
+    <option projectType="2"/>
+    <option webBrowser="Google Chrome"/>
+    <option targetPlatform="5"/>
+    <option urlToLaunch=""/>
+    <deviceSimulator>null</deviceSimulator>
+    <certAndroid>null</certAndroid>
+    <certIos>null</certIos>
+    <certIosProvisioning>null</certIosProvisioning>
+  </moonshineRunCustomization>
+</project>
\ No newline at end of file