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 0815198 Remove customSDK from RoyaleWebsite.as3proj configuration
0815198 is described below
commit 0815198690a1a0d847a0f4e167f4f592e268af47
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Sun Feb 18 12:31:38 2018 +0100
Remove customSDK from RoyaleWebsite.as3proj configuration
---
examples/royale/RoyaleWebsite/RoyaleWebsite.as3proj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/examples/royale/RoyaleWebsite/RoyaleWebsite.as3proj
b/examples/royale/RoyaleWebsite/RoyaleWebsite.as3proj
index 83dab65..749218a 100644
--- a/examples/royale/RoyaleWebsite/RoyaleWebsite.as3proj
+++ b/examples/royale/RoyaleWebsite/RoyaleWebsite.as3proj
@@ -19,7 +19,7 @@ limitations under the License.
-->
<project>
<output>
- <movie version="10"/>
+ <movie version="11"/>
<movie disabled="False"/>
<movie height="600"/>
<movie fps="60"/>
@@ -38,7 +38,7 @@ limitations under the License.
<option showDeprecationWarnings="True"/>
<option antBuildPath="build/build.xml"/>
<option showUnusedTypeSelectorWarnings="True"/>
- <option customSDK="D:\Work\royale-binary-js-swf"/>
+ <option customSDK=""/>
<option strict="True"/>
<option accessible="False"/>
<option useNetwork="True"/>
@@ -79,10 +79,10 @@ limitations under the License.
</options>
<moonshineRunCustomization>
<option launchMethod="Simulator"/>
- <option projectType="2"/>
<option urlToLaunch=""/>
<option targetPlatform="2"/>
<option deviceSimulator="null"/>
+ <option projectType="2"/>
<deviceSimulator>null</deviceSimulator>
<certAndroid>null</certAndroid>
<certIos>null</certIos>
--
To stop receiving notification emails like this one, please contact
[email protected].