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 3784220  Fix royale-sdk-description.xml for Maven distribution build 
(reference #125)
3784220 is described below

commit 3784220de6a51f83e81e5ad12434cc71f46790d5
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Sun Feb 25 21:55:29 2018 +0100

    Fix royale-sdk-description.xml for Maven distribution build (reference #125)
---
 .../src/main/resources/royale-sdk-description.xml  | 55 ++++++++++++----------
 1 file changed, 29 insertions(+), 26 deletions(-)

diff --git a/distribution/src/main/resources/royale-sdk-description.xml 
b/distribution/src/main/resources/royale-sdk-description.xml
index a7e96ca..6cb8c1d 100644
--- a/distribution/src/main/resources/royale-sdk-description.xml
+++ b/distribution/src/main/resources/royale-sdk-description.xml
@@ -1,26 +1,29 @@
-<?xml version="1.0"?>
-<!--
-
-  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.
-
--->
-<royale-sdk-description>
-  <name>Apache Royale ${project.version} FP${flash.version} AIR${air.version} 
en_US</name>
-  <!--version>${project.version}</version-->
-  <!-- This is a hack to trick the FlashBuilder in accepting this version -->
-  <version>4.8.${project.version}</version>
-  <build>${timestamp}</build>
-</royale-sdk-description>
+<?xml version="1.0"?>
+<!--
+
+  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.
+
+-->
+<royale-sdk-description>
+    <name>Apache Royale</name>
+    <version>${project.version}</version>
+    <build>${timestamp}</build>
+
+    <output-targets>
+      <output-target name="js" version="Ecma5Strict" />
+      <output-target name="swf" version="AS3" AIR="14.0" Flash="11.7" />
+    </output-targets>
+</royale-sdk-description>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to