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 2019/01/31 13:25:35 UTC

[royale-asjs] branch develop updated: Fix Moonshine IDE files to properly build example

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 20e5c7d  Fix Moonshine IDE files to properly build example
20e5c7d is described below

commit 20e5c7d1ef0e09972ef0bfe24d7bcaff56ccf60c
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Thu Jan 31 14:25:19 2019 +0100

    Fix Moonshine IDE files to properly build example
---
 .../RemoteObjectAMFTest.as3proj                    | 77 ++++++++++++++--------
 1 file changed, 49 insertions(+), 28 deletions(-)

diff --git a/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj b/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
index 7c25b46..5664075 100644
--- a/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
+++ b/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
@@ -1,62 +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 version="11"/>
     <movie disabled="False"/>
-    <movie height="600"/>
+    <movie platform="Flash Player"/>
+    <movie version="11"/>
+    <movie width="800"/>
     <movie fps="60"/>
+    <movie height="600"/>
     <movie background="#FFFFFF"/>
     <movie path="bin-debug/App.swf"/>
-    <movie width="800"/>
     <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 customSDK=""/>
+    <option showDeprecationWarnings="True"/>
+    <option showUnusedTypeSelectorWarnings="True"/>
+    <option locale=""/>
     <option strict="True"/>
+    <option additional="-html-template=src/main/resources/jewel-example-index-template.html -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css"/>
     <option accessible="False"/>
     <option useNetwork="True"/>
-    <option allowSourcePathOverlap="False"/>
+    <option antBuildPath="build/build.xml"/>
     <option useResourceBundleMetadata="True"/>
     <option benchmark="False"/>
     <option warnings="True"/>
-    <option additional=""/>
     <option es="False"/>
-    <option locale=""/>
+    <option verboseStackTraces="False"/>
+    <option customSDK=""/>
     <option loadConfig=""/>
     <option linkReport=""/>
     <option optimize="False"/>
-    <option verboseStackTraces="False"/>
     <option staticLinkRSL="False"/>
-    <option showBindingWarnings="True"/>
-    <option compilerConstants=""/>
-    <option showDeprecationWarnings="True"/>
-    <option antBuildPath="build/build.xml"/>
     <option showActionScriptWarnings="True"/>
-    <option showUnusedTypeSelectorWarnings="True"/>
+    <option compilerConstants=""/>
+    <option allowSourcePathOverlap="False"/>
+    <option showBindingWarnings="True"/>
   </build>
+  <mavenBuild>
+    <option mavenBuildPath=""/>
+    <option settingsFilePath=""/>
+    <option commandLine=""/>
+    <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>
@@ -69,18 +85,23 @@ limitations under the License.
   <hiddenPaths></hiddenPaths>
   <preBuildCommand>null</preBuildCommand>
   <postBuildCommand alwaysRun="False">null</postBuildCommand>
+  <trustSVNCertificate>False</trustSVNCertificate>
   <options>
-    <option defaultBuildTargets=""/>
+    <option visualEditorExportPath=""/>
     <option testMovie=""/>
     <option testMovieCommand=""/>
     <option showHiddenPaths="False"/>
+    <option defaultBuildTargets=""/>
+    <option isExportedToExistingSource="False"/>
+    <option isPrimeFacesVisualEditor="False"/>
   </options>
   <moonshineRunCustomization>
-    <option deviceSimulator="null"/>
+    <option launchMethod="Simulator"/>
     <option targetPlatform="2"/>
     <option projectType="2"/>
-    <option launchMethod="Simulator"/>
     <option urlToLaunch=""/>
+    <option customUrlToLaunch=""/>
+    <option deviceSimulator="null"/>
     <deviceSimulator>null</deviceSimulator>
     <certAndroid>null</certAndroid>
     <certIos>null</certIos>