This is an automated email from the ASF dual-hosted git repository.
harbs 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 538d6b2 Create royale-sdk-description
new 77a7c5f Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
538d6b2 is described below
commit 538d6b2570fa32367b23ca7e86978d671731ac7f
Author: Harbs <[email protected]>
AuthorDate: Wed Dec 27 12:13:32 2017 +0200
Create royale-sdk-description
Does this work for Maven?
---
build.xml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/build.xml b/build.xml
index 5fe9d60..2342632 100644
--- a/build.xml
+++ b/build.xml
@@ -350,6 +350,31 @@
<build>${build.number.date}</build>
</flex-sdk-description>
</echo>
+ <echo file="${basedir}/royale-sdk-description.xml"><?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>${release.name} ${release.version} FP${playerglobal.version}
AIR${air.version} ${locale}</name>
+<version>${fb.release.version}</version>
+<build>${build.number.date}</build>
+</royale-sdk-description>
+ </echo>
</target>
<target name="create-config" description="Create config files"
unless="airsdk.found">
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].