- Added a new flexjs-sdk-description.xml

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2fe754fe
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2fe754fe
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2fe754fe

Branch: refs/heads/develop
Commit: 2fe754feaec8c4da67b7e448414a22ce07db8907
Parents: 25195f5
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed Jan 25 23:16:19 2017 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed Jan 25 23:16:59 2017 +0100

----------------------------------------------------------------------
 distribution/src/main/assembly/component.xml    |  1 +
 .../main/resources/flexjs-sdk-description.xml   | 32 ++++++++++++++++++++
 2 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2fe754fe/distribution/src/main/assembly/component.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/component.xml 
b/distribution/src/main/assembly/component.xml
index 419777d..a27dc15 100644
--- a/distribution/src/main/assembly/component.xml
+++ b/distribution/src/main/assembly/component.xml
@@ -167,6 +167,7 @@ under the License.
       <outputDirectory></outputDirectory>
       <includes>
         <include>flex-sdk-description.xml</include>
+        <include>flexjs-sdk-description.xml</include>
       </includes>
       <filtered>true</filtered>
     </fileSet>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2fe754fe/distribution/src/main/resources/flexjs-sdk-description.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/resources/flexjs-sdk-description.xml 
b/distribution/src/main/resources/flexjs-sdk-description.xml
new file mode 100644
index 0000000..f566f20
--- /dev/null
+++ b/distribution/src/main/resources/flexjs-sdk-description.xml
@@ -0,0 +1,32 @@
+<?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.
+
+-->
+<flexjs-sdk-description>
+  <name>Apache Flex: FlexJS ${project.version} FP${flash.version} 
AIR${air.version} en_US</name>
+  <version>${project.version}</version>
+  <build>${timestamp}</build>
+  <flavor>default</flavor>
+  <default-locale>en_US</default-locale>
+  <flash>
+    <version>${flash.version}</version>
+  </flash>
+  <air>
+    <version>${air.version}</version>
+  </air>
+</flexjs-sdk-description>

Reply via email to