You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/06/29 16:59:05 UTC

git commit: [flex-asjs] [refs/heads/develop] - add pom and template to release package

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 8f4b03787 -> ed16392f0


add pom and template to release package


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

Branch: refs/heads/develop
Commit: ed16392f0e4c3ceb0d15438d3468e0c3e63646fc
Parents: 8f4b037
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 29 09:58:58 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 29 09:58:58 2016 -0700

----------------------------------------------------------------------
 build.xml             |  2 ++
 settings-template.xml | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ed16392f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 714a33e..0c091d0 100644
--- a/build.xml
+++ b/build.xml
@@ -564,6 +564,8 @@
                 <include name="LICENSE.bin"/>
                 <include name="LICENSE.base"/>
                 <include name="NOTICE"/>
+                <include name="pom.xml"/>
+                <include name="settings-template.xml"/>
             </fileset>
         </copy>
          

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ed16392f/settings-template.xml
----------------------------------------------------------------------
diff --git a/settings-template.xml b/settings-template.xml
index a863de5..ab5cc96 100644
--- a/settings-template.xml
+++ b/settings-template.xml
@@ -1,4 +1,22 @@
 <?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
+ 
+ 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.
+ 
+ -->
 <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"
           xmlns="http://maven.apache.org/SETTINGS/1.1.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">