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 2014/11/21 22:04:03 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - save modified xml file

save modified xml file


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

Branch: refs/heads/develop
Commit: b995ad27d7ecbc4d58b915897193cffc6180cf17
Parents: db57019
Author: Alex Harui <ah...@apache.org>
Authored: Fri Nov 21 13:03:52 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Nov 21 13:03:52 2014 -0800

----------------------------------------------------------------------
 MD5Checker/build.xml            |  1 +
 MD5Checker/src/ApacheHeader.txt | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b995ad27/MD5Checker/build.xml
----------------------------------------------------------------------
diff --git a/MD5Checker/build.xml b/MD5Checker/build.xml
index 630a215..d36a7d1 100644
--- a/MD5Checker/build.xml
+++ b/MD5Checker/build.xml
@@ -97,6 +97,7 @@
 			<arg value="${basedir}/src/MD5Checker-app.xml"/>
 			<arg value="--" />
 			<arg value="-log=${basedir}/MD5CheckerLog.txt"/>
+            <arg value="-out=${basedir}/sdk-installer-config-4.0.xml"/>
         </exec>
 		<loadfile property="md5log" srcfile="${basedir}/MD5CheckerLog.txt" />
 		<echo>${md5log}</echo>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b995ad27/MD5Checker/src/ApacheHeader.txt
----------------------------------------------------------------------
diff --git a/MD5Checker/src/ApacheHeader.txt b/MD5Checker/src/ApacheHeader.txt
new file mode 100644
index 0000000..c968688
--- /dev/null
+++ b/MD5Checker/src/ApacheHeader.txt
@@ -0,0 +1,28 @@
+<?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.
+
+-->
+
+<!-- NOTE: this file format looks like this so it can be parsed by Ant's xmlproperty task.
+           The basic rule is that there can be no repeat tags as in:
+            <sometag>
+               <oneormoreofthistag />
+               <oneormoreofthistag />
+            </sometag>
+-->