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 2015/06/19 02:05:20 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - fix typo

Repository: flex-utilities
Updated Branches:
  refs/heads/develop dc28dbe6b -> 03912acbf


fix typo


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

Branch: refs/heads/develop
Commit: 80f6b55d80a7c9f5fdd7527540f91606c017b0e6
Parents: dc28dbe
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 18 17:03:04 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 18 17:03:04 2015 -0700

----------------------------------------------------------------------
 flex-installer/CONTRIBUTING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/80f6b55d/flex-installer/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/flex-installer/CONTRIBUTING b/flex-installer/CONTRIBUTING
index 64ec4af..3a0a547 100644
--- a/flex-installer/CONTRIBUTING
+++ b/flex-installer/CONTRIBUTING
@@ -1,7 +1,7 @@
 Apache Flex SDK Installer
 =========================
 
-   	Apache Flex SDK Installer is a installer for installing Apche Flex projects.
+   	Apache Flex SDK Installer is a installer for installing Apache Flex projects.
 	    
     For detailed information about Apache Flex SDK Installer and other Apache Flex
     projects please visit:


[2/2] git commit: [flex-utilities] [refs/heads/develop] - exclude these files from rat

Posted by ah...@apache.org.
exclude these files from rat


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

Branch: refs/heads/develop
Commit: 03912acbfa1f1161d9dcd64aca940e1801fb91e6
Parents: 80f6b55
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 18 17:05:15 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 18 17:05:15 2015 -0700

----------------------------------------------------------------------
 flex-installer/ApproveInstaller.xml | 2 ++
 flex-installer/build.xml            | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/03912acb/flex-installer/ApproveInstaller.xml
----------------------------------------------------------------------
diff --git a/flex-installer/ApproveInstaller.xml b/flex-installer/ApproveInstaller.xml
index 4e955fa..8698ccf 100644
--- a/flex-installer/ApproveInstaller.xml
+++ b/flex-installer/ApproveInstaller.xml
@@ -227,6 +227,8 @@
                 <exclude name="**/*.mp3"/>
                 <exclude name="**/*.flv"/>
                 <exclude name="build.number"/>
+                <exclude name="CONTRIBUTING"/>
+                <exclude name="CONTRIBUTORS"/>
             </fileset>
         </rat:report>
 		<antcall target="display-text" >

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/03912acb/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index b39a18d..24b932f 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -577,6 +577,8 @@
                 <exclude name="**/.settings/**"/>
                 <exclude name="**/.idea/**"/>
                 <exclude name="**/*.iml"/>
+                <exclude name="CONTRIBUTING"/>
+                <exclude name="CONTRIBUTORS"/>
                 <!--          End of source files           -->
                 <!--          Start of binary files           -->
                 <!-- exclude media (png, ico) -->