Repository: flex-falcon Updated Branches: refs/heads/develop ab104db02 -> ccdfe3718
add header to setting-template and include in release package Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ccdfe371 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ccdfe371 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ccdfe371 Branch: refs/heads/develop Commit: ccdfe3718bddcd4d75f6d8c325360b3212dd4a22 Parents: ab104db Author: Alex Harui <[email protected]> Authored: Wed Jun 29 09:09:59 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 29 09:09:59 2016 -0700 ---------------------------------------------------------------------- build.xml | 1 + settings-template.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ccdfe371/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 9969f0c..fc3c3b5 100644 --- a/build.xml +++ b/build.xml @@ -259,6 +259,7 @@ <include name="installer.xml"/> <include name="installer.properties/**"/> <include name="pom.xml"/> + <include name="settings-template.xml"/> <include name="flexjs-maven-plugin/pom.xml"/> <include name="flexjs-maven-plugin/src/**"/> </fileset> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ccdfe371/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">
