You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2016/05/13 13:22:28 UTC

git commit: [flex-flexunit] [refs/heads/develop] - updating README markdown formatting

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop 15d897549 -> 59086ff21


updating README markdown formatting

- adding markdown suffix to README files
- improving formatting for GitHub


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

Branch: refs/heads/develop
Commit: 59086ff21e7d6738479bef9eb39b1ee006de7681
Parents: 15d8975
Author: Hays Clark <hc...@mixpo.com>
Authored: Thu May 12 17:38:20 2016 -0700
Committer: Hays Clark <hc...@mixpo.com>
Committed: Thu May 12 20:36:06 2016 -0700

----------------------------------------------------------------------
 FlexUnit4SampleCIProject/README.md  | 105 +++++++++++++++++++++
 FlexUnit4SampleCIProject/README.txt | 107 ---------------------
 FlexUnit4Tutorials/README           |  50 ----------
 FlexUnit4Tutorials/README.md        |  50 ++++++++++
 README                              | 154 -------------------------------
 README.md                           | 139 ++++++++++++++++++++++++++++
 RELEASE_NOTES                       |  55 -----------
 RELEASE_NOTES.md                    |  55 +++++++++++
 8 files changed, 349 insertions(+), 366 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/FlexUnit4SampleCIProject/README.md
----------------------------------------------------------------------
diff --git a/FlexUnit4SampleCIProject/README.md b/FlexUnit4SampleCIProject/README.md
new file mode 100644
index 0000000..f738d04
--- /dev/null
+++ b/FlexUnit4SampleCIProject/README.md
@@ -0,0 +1,105 @@
+Configuration
+-------------
+This is a sample project showing how the FlexUnit4 Ant task can be used to build a project.
+In terms of this sample project, the project folder layout is as such:
+
+- bin-debug
+- html-template
+- libs
+- src
+  - main
+    - flex
+  - test
+    - flex
+- build.xml         <-- Ant build file using the Flash Player for testing
+- build.air.xml     <-- Ant build file using ADL for testing
+- build.browser.xml <-- Ant build file using the browser for testing
+- build.custom.xml  <-- Ant build file showing how to test a custom built SWF
+- pom.xml           <-- Maven build file using FlexMojos
+
+The Ant build file using the Flash Player (stand alone, browser, or custom), when run successfully, 
+will produce a folder layout as such:
+
+- bin-debug
+- html-template
+- libs
+- src
+  - main
+    - flex
+  - test
+    - flex
+- target               <-- Location of final Flex website zip
+  - bin                <-- Binary working folder for build
+    - Main.swf
+    - TestRunner.mxml  <-- In all builds but build.custom.xml
+    - TestRunner.swf
+  - reports            <-- FlexUnit4 xml reports
+- build.xml
+- build.air.xml
+- build.browser.xml
+- build.custom.xml
+- pom.xml
+
+The Ant build file using ADL, when run successfully, will produce a folder layout as such:
+
+- bin-debug
+- html-template
+- libs
+- src
+  - main
+    - flex
+  - test
+    - flex
+- target                      <-- Location of final Flex website zip
+  - bin                       <-- Binary working folder for build
+    - flexUnitDescriptor.xml
+    - Main.swf
+    - TestRunner.mxml         
+    - TestRunner.swf
+  - reports                   <-- FlexUnit4 xml reports
+- build.xml
+- build.air.xml
+- build.browser.xml
+- build.custom.xml
+- pom.xml
+
+The Maven build file using FlexMojos, when run successfully, will produce a folder layout 
+as such:
+
+- bin-debug
+- html-template
+- libs
+- src
+  - main
+    - flex
+  - test
+    - flex
+- target
+  - classes
+  - test-classes        
+    - TestRunner.swf
+  - surefire-reports    <-- FlexUnit4 xml reports
+  - demo-1.0.0-swf            
+- build.xml
+- build.air.xml
+- build.browser.xml
+- build.custom.xml
+- pom.xml
+
+Disclaimer and support
+----------------------
+The builds in the sample project were tested using Ant 1.7.1, Maven 2.0.10, and FlexMojos 
+3.6.1.  The FlexUnit4 Ant task JAR was built for Java 5 using JDK 6.  Validation of the 
+source for the sample project was built using Flex 3.5.0.12683 and Flash Player 10.0 r42.  
+Please consult the individual build files for more details on each's implementation of 
+the build process.
+
+Please keep in mind, these Ant and Maven builds have been created as suggestions for how 
+to employ FlexUnit4 in a project's build process.  These build files are not intended to 
+dictate good practice with respect to using Ant or Maven.  For more details on the FlexUnit 
+Ant task visit http://docs.flexunit.org/index.php?title=Ant_Task, Apache Ant project visit 
+http://ant.apache.org/, for Apache Maven visit http://maven.apache.org/, and for 
+FlexMojos visit http://flexmojos.sonatype.org/.  If you require assistance in using this Ant 
+task, please utilize the user forums listed at http://flexunit.org as well as the wiki at 
+the same location.  To read more about Continuous Integration methods using FlexUnit visit 
+http://docs.flexunit.org/index.php?title=Continuous_Integration_Support.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/FlexUnit4SampleCIProject/README.txt
----------------------------------------------------------------------
diff --git a/FlexUnit4SampleCIProject/README.txt b/FlexUnit4SampleCIProject/README.txt
deleted file mode 100644
index e554599..0000000
--- a/FlexUnit4SampleCIProject/README.txt
+++ /dev/null
@@ -1,107 +0,0 @@
-------------------------------------------------------------------------
-Configuration
-------------------------------------------------------------------------
-This is a sample project showing how the FlexUnit4 Ant task can be used to build a project.
-In terms of this sample project, the project folder layout is as such:
-
-- bin-debug
-- html-template
-- libs
-- src
-  - main
-    - flex
-  - test
-    - flex
-- build.xml         <-- Ant build file using the Flash Player for testing
-- build.air.xml     <-- Ant build file using ADL for testing
-- build.browser.xml <-- Ant build file using the browser for testing
-- build.custom.xml  <-- Ant build file showing how to test a custom built SWF
-- pom.xml           <-- Maven build file using FlexMojos
-
-The Ant build file using the Flash Player (stand alone, browser, or custom), when run successfully, 
-will produce a folder layout as such:
-
-- bin-debug
-- html-template
-- libs
-- src
-  - main
-    - flex
-  - test
-    - flex
-- target               <-- Location of final Flex website zip
-  - bin                <-- Binary working folder for build
-    - Main.swf
-    - TestRunner.mxml  <-- In all builds but build.custom.xml
-    - TestRunner.swf
-  - reports            <-- FlexUnit4 xml reports
-- build.xml
-- build.air.xml
-- build.browser.xml
-- build.custom.xml
-- pom.xml
-
-The Ant build file using ADL, when run successfully, will produce a folder layout as such:
-
-- bin-debug
-- html-template
-- libs
-- src
-  - main
-    - flex
-  - test
-    - flex
-- target                      <-- Location of final Flex website zip
-  - bin                       <-- Binary working folder for build
-    - flexUnitDescriptor.xml
-    - Main.swf
-    - TestRunner.mxml         
-    - TestRunner.swf
-  - reports                   <-- FlexUnit4 xml reports
-- build.xml
-- build.air.xml
-- build.browser.xml
-- build.custom.xml
-- pom.xml
-
-The Maven build file using FlexMojos, when run successfully, will produce a folder layout 
-as such:
-
-- bin-debug
-- html-template
-- libs
-- src
-  - main
-    - flex
-  - test
-    - flex
-- target
-  - classes
-  - test-classes        
-    - TestRunner.swf
-  - surefire-reports    <-- FlexUnit4 xml reports
-  - demo-1.0.0-swf            
-- build.xml
-- build.air.xml
-- build.browser.xml
-- build.custom.xml
-- pom.xml
-
-------------------------------------------------------------------------
-Disclaimer and support
-------------------------------------------------------------------------
-The builds in the sample project were tested using Ant 1.7.1, Maven 2.0.10, and FlexMojos 
-3.6.1.  The FlexUnit4 Ant task JAR was built for Java 5 using JDK 6.  Validation of the 
-source for the sample project was built using Flex 3.5.0.12683 and Flash Player 10.0 r42.  
-Please consult the individual build files for more details on each's implementation of 
-the build process.
-
-Please keep in mind, these Ant and Maven builds have been created as suggestions for how 
-to employ FlexUnit4 in a project's build process.  These build files are not intended to 
-dictate good practice with respect to using Ant or Maven.  For more details on the FlexUnit 
-Ant task visit http://docs.flexunit.org/index.php?title=Ant_Task, Apache Ant project visit 
-http://ant.apache.org/, for Apache Maven visit http://maven.apache.org/, and for 
-FlexMojos visit http://flexmojos.sonatype.org/.  If you require assistance in using this Ant 
-task, please utilize the user forums listed at http://flexunit.org as well as the wiki at 
-the same location.  To read more about Continuous Integration methods using FlexUnit visit 
-http://docs.flexunit.org/index.php?title=Continuous_Integration_Support.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/FlexUnit4Tutorials/README
----------------------------------------------------------------------
diff --git a/FlexUnit4Tutorials/README b/FlexUnit4Tutorials/README
deleted file mode 100644
index ea4074c..0000000
--- a/FlexUnit4Tutorials/README
+++ /dev/null
@@ -1,50 +0,0 @@
-Install Prerequisites
----------------------
-
-    Before using FlexUnit tutorials you must install the following software and set the
-    corresponding environment variables using absolute file paths.  Relative file paths
-    will result in build errors.
-    
-	==================================================================================
-    SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)
-    ==================================================================================
-    
-    Java SDK 1.6 or greater (*1)                JAVA_HOME
-        (for Java 1.7 see note at (*2))
-        
-    Ant 1.7.1 or greater (*1)                   ANT_HOME
-        (for Java 1.7 see note at (*2))
-    
-    Apache Flex (*3)                            FLEX_HOME 
-    
-    ==================================================================================
-	
-	*1) The bin directories for ANT_HOME and JAVA_HOME should be added to your PATH.
-        
-        On Windows, set PATH to
-            
-            PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin
-            
-        On the Mac (bash), set PATH to
-            
-            export PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"
-            
-         On Linux make sure you path include ANT_HOME and JAVA_HOME.
-
-    *2)  If you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8 or 
-         greater. If you use Java 1.7 with Ant 1.7, ant reports the java version as 1.6 
-         so the JVM args for the data model (-d32/-d64) will not be set correctly and
-         you will get compile errors.
-        
-    *3) FLEX_HOME should be set to a valid Apache Flex installation.
-	
-	
-Software Dependencies
---------------------- 
-
-    When you have all the prerequisites in place and the environment variables set, 
-    (see Install Prerequisites above), use
-
-        ant -f downloads.xml
-		
-	in each tutorial project. 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/FlexUnit4Tutorials/README.md
----------------------------------------------------------------------
diff --git a/FlexUnit4Tutorials/README.md b/FlexUnit4Tutorials/README.md
new file mode 100644
index 0000000..ea4074c
--- /dev/null
+++ b/FlexUnit4Tutorials/README.md
@@ -0,0 +1,50 @@
+Install Prerequisites
+---------------------
+
+    Before using FlexUnit tutorials you must install the following software and set the
+    corresponding environment variables using absolute file paths.  Relative file paths
+    will result in build errors.
+    
+	==================================================================================
+    SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)
+    ==================================================================================
+    
+    Java SDK 1.6 or greater (*1)                JAVA_HOME
+        (for Java 1.7 see note at (*2))
+        
+    Ant 1.7.1 or greater (*1)                   ANT_HOME
+        (for Java 1.7 see note at (*2))
+    
+    Apache Flex (*3)                            FLEX_HOME 
+    
+    ==================================================================================
+	
+	*1) The bin directories for ANT_HOME and JAVA_HOME should be added to your PATH.
+        
+        On Windows, set PATH to
+            
+            PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin
+            
+        On the Mac (bash), set PATH to
+            
+            export PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"
+            
+         On Linux make sure you path include ANT_HOME and JAVA_HOME.
+
+    *2)  If you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8 or 
+         greater. If you use Java 1.7 with Ant 1.7, ant reports the java version as 1.6 
+         so the JVM args for the data model (-d32/-d64) will not be set correctly and
+         you will get compile errors.
+        
+    *3) FLEX_HOME should be set to a valid Apache Flex installation.
+	
+	
+Software Dependencies
+--------------------- 
+
+    When you have all the prerequisites in place and the environment variables set, 
+    (see Install Prerequisites above), use
+
+        ant -f downloads.xml
+		
+	in each tutorial project. 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/README
----------------------------------------------------------------------
diff --git a/README b/README
deleted file mode 100644
index 960d1f6..0000000
--- a/README
+++ /dev/null
@@ -1,154 +0,0 @@
-Apache Flex FlexUnit
-==================
-
-Apache Flex FlexUnit is a unit testing framework for Apache Flex and ActionScript 3.0 
-applications and libraries. It mimics the functionality of JUnit, a Java 
-unit testing framework, and comes with a graphical test runner.
-
-Getting the latest sources via git
-==================================
-
-    You can always checkout the latest source via git using the following
-    command:
-	
-	 git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit.git flexunit
-	 cd flexunit
-	 git checkout develop
-
-    For further information visit http://flex.apache.org/download-source.html
-
-Building Apache Flex FlexUnit
-=========================
-
-    Apache Flex FlexUnit requires some build tools which must be installed
-    prior to building FlexUnit and it depends on some external software which
-    are downloaded as part of the build process.  Some of these have different licenses.
-    See the Software Dependencies section for more information on the external software
-    dependencies.
-	
-Install Prerequisites
----------------------
-
-    Before building FlexUnit you must install the following software and set the
-    corresponding environment variables using absolute file paths.  Relative file paths
-    will result in build errors.
-    
-	==================================================================================
-    SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)
-    ==================================================================================
-    
-    Java SDK 1.6 or greater (*1)                JAVA_HOME
-        (for Java 1.7 see note at (*2))
-        
-    Ant 1.7.1 or greater (*1)                   ANT_HOME
-        (for Java 1.7 see note at (*2))
-    
-    Apache Flex (*3)                            FLEX_HOME 
-    
-    ==================================================================================
-	
-	*1) The bin directories for ANT_HOME and JAVA_HOME should be added to your PATH.
-        
-        On Windows, set PATH to
-            
-            PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin
-            
-        On the Mac (bash), set PATH to
-            
-            export PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"
-            
-         On Linux make sure you path include ANT_HOME and JAVA_HOME.
-
-    *2)  If you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8 or 
-         greater.
-         
-         If you use Java 1.7 with Ant 1.7, ant reports the java version as 1.6 
-         so the JVM args for the data model (-d32/-d64) will not be set correctly and
-         you will get compile errors.
-         
-         Also if you use Java SDK 1.7 you may encounter SSL errors when downloading
-         3rd party files as part of the build process to fix this issue
-         
-         On Windows:
-         
-            create an environment variable called ANT_OPTS with the value
-            -Djsse.enableSNIExtension=false
-            
-         On the Mac (bash):
-         
-             export ANT_OPTS="-Djsse.enableSNIExtension=false"
-         
-   
-    *3) FLEX_HOME should be set to a valid Apache Flex installation.
-	
-	
-Software Dependencies
----------------------
-
-    Apache Flex FlexUnit uses third-party code that will be downloaded as part of the Apache
-    Flex FlexUnit build.  
-
-    When you have all the prerequisites in place and the environment variables set, 
-    (see Install Prerequisites above), use
-
-        cd <flexunit.dir>
-        ant thirdparty-downloads
-			
-    The Apache Version 2.0 license is in the LICENSE file.
-    
-    The following dependencies have licenses which are, or are compatible with, the Apache 
-    Version 2.0 license.  You will not be prompted to acknowledge the download.  
-	
-		(jars)
-		ant -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant/1.7.1/ant-1.7.1.jar (Apache 2.0 License)
-		ant-contrib - http://search.maven.org/remotecontent?filepath=ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (Apache 2.0 License)
-		ant-launcher -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar (Apache 2.0 License)
-		ant-testutil -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar	(Apache 2.0 License)
-		maven-ant-tasks  - http://search.maven.org/remotecontent?filepath=org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar (Apache 2.0 License)
-		dom4j - http://search.maven.org/remotecontent?filepath=dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (BSD License)
-		jaxen - http://search.maven.org/remotecontent?filepath=jaxen/jaxen/1.1-beta-6/jaxen-1.1-beta-6.jar (BSD License)
-		
-		(swcs)
-		coverageagent - https://flexcover.googlecode.com/files/flexcover-0.90.zip (MIT License)
-		fluint - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/fluint-1_2.swc (MIT License)
-		mockolate - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/hamcrest-as3-flex-1.1.3.zip (MIT License)	
-		mock-as - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/mock-as3.swc (BSD License)	
-		hamcrest - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/mockolate-0.9.5.zip (BSD License)
-		flexunit1lib - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/FlexUnit1Lib.swc (BSD License)
-		
-	The following dependencies have licenses which Apache considers to be reciprocal
-    licenses so you will be prompted to acknowledge the license before the software is
-    downloaded to your system.
-	
-		(jars)
-		junit - http://search.maven.org/remotecontent?filepath=junit/junit/3.8.1/junit-3.8.1.jar (License - CPL 1.0)
-		saxon9he - http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/Saxon-HE-9.4.jar (License - MPL 1.1)
-
-
-Building Apache Flex FlexUnit
------------------------------------------------
-
-    When you have all the prerequisites in place and the environment variables set, 
-    (see Install Prerequisites above), to build Apache Flex FlexUnit use:
-
-        cd <flexunit.dir>
-        ant
-	
-	To clean the build use:
-    
-        ant clean 
-        
- 	To package the build use:
-    
-        ant package   
-        
-For information on setting up FlexUnit, creating tests, using FlexUnit with
-ant or continuous integration please see the FlexUnit section of the Apache
-Flex wiki.
-
-https://cwiki.apache.org/confluence/display/FLEX/FlexUnit
-     
-Thanks for using Apache Flex FlexUnit.  Enjoy!
-
-The Apache Flex Project
-<http://flex.apache.org>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6009598
--- /dev/null
+++ b/README.md
@@ -0,0 +1,139 @@
+Apache Flex FlexUnit
+====================
+
+Apache Flex FlexUnit is a unit testing framework for Apache Flex and ActionScript 3.0 
+applications and libraries. It mimics the functionality of JUnit, a Java 
+unit testing framework, and comes with a graphical test runner.
+
+Getting the latest sources via git
+==================================
+
+You can always checkout the latest source via git using the following
+command:
+
+    git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit.git flexunit
+    cd flexunit
+    git checkout develop
+
+For further information visit http://flex.apache.org/download-source.html
+
+Building Apache Flex FlexUnit
+=============================
+
+Apache Flex FlexUnit requires some build tools which must be installed
+prior to building FlexUnit and it depends on some external software which
+are downloaded as part of the build process.  Some of these have different licenses.
+See the Software Dependencies section for more information on the external software
+dependencies.
+	
+Install Prerequisites
+---------------------
+
+Before building FlexUnit you must install the following software and set the
+corresponding environment variables using absolute file paths.  Relative file paths
+will result in build errors.
+
+| SOFTWARE                     | ENVIRONMENT VARIABLE <br> (absolute paths) |
+| ---------------------------- | -------------------------------------:|
+| Java SDK 1.6 or greater (*1)<br> (for Java 1.7 see note at (*2)) | JAVA_HOME |
+| Ant 1.7.1 or greater (*1)<br> (for Java 1.7 see note at (*2))    | ANT_HOME  |
+| Apache Flex (*3)                                             | FLEX_HOME |
+
+1. The bin directories for ANT_HOME and JAVA_HOME should be added to your PATH.
+    
+  On Windows, set PATH to ```PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin```
+    
+  On the Mac (bash), set PATH to ```export PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"```
+    
+  On Linux make sure you path include ```ANT_HOME``` and ```JAVA_HOME```.
+
+2. If you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8 or 
+ greater.
+ 
+  If you use Java 1.7 with Ant 1.7, ant reports the java version as 1.6 
+  so the JVM args for the data model (-d32/-d64) will not be set correctly and
+  you will get compile errors.
+ 
+  Also if you use Java SDK 1.7 you may encounter SSL errors when downloading
+  3rd party files as part of the build process to fix this issue
+ 
+  On Windows, create an environment variable called ```ANT_OPTS``` with the value
+
+      -Djsse.enableSNIExtension=false
+    
+  On the Mac (bash):
+ 
+      export ANT_OPTS="-Djsse.enableSNIExtension=false"
+
+3. ```FLEX_HOME``` should be set to a valid Apache Flex installation.
+	
+
+Software Dependencies
+---------------------
+
+Apache Flex FlexUnit uses third-party code that will be downloaded as part of the Apache
+Flex FlexUnit build.  
+
+When you have all the prerequisites in place and the environment variables set, 
+(see Install Prerequisites above), use
+
+    cd <flexunit.dir>
+    ant thirdparty-downloads
+		
+The Apache Version 2.0 license is in the LICENSE file.
+
+The following dependencies have licenses which are, or are compatible with, the Apache 
+Version 2.0 license.  You will not be prompted to acknowledge the download.  
+
+### jars
+ - ant -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant/1.7.1/ant-1.7.1.jar (Apache 2.0 License)
+ - ant-contrib - http://search.maven.org/remotecontent?filepath=ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (Apache 2.0 License)
+ - ant-launcher -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar (Apache 2.0 License)
+ - ant-testutil -  http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar	(Apache 2.0 License)
+ - maven-ant-tasks  - http://search.maven.org/remotecontent?filepath=org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar (Apache 2.0 License)
+ - dom4j - http://search.maven.org/remotecontent?filepath=dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (BSD License)
+ - jaxen - http://search.maven.org/remotecontent?filepath=jaxen/jaxen/1.1-beta-6/jaxen-1.1-beta-6.jar (BSD License)
+	
+### swcs
+ - coverageagent - https://flexcover.googlecode.com/files/flexcover-0.90.zip (MIT License)
+ - fluint - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/fluint-1_2.swc (MIT License)
+ - mockolate - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/hamcrest-as3-flex-1.1.3.zip (MIT License)	
+ - mock-as - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/mock-as3.swc (BSD License)	
+ - hamcrest - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/mockolate-0.9.5.zip (BSD License)
+ - flexunit1lib - https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/FlexUnit1Lib.swc (BSD License)
+	
+The following dependencies have licenses which Apache considers to be reciprocal
+licenses so you will be prompted to acknowledge the license before the software is
+downloaded to your system.
+
+### jars
+ - junit - http://search.maven.org/remotecontent?filepath=junit/junit/3.8.1/junit-3.8.1.jar (License - CPL 1.0)
+ - saxon9he - http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/Saxon-HE-9.4.jar (License - MPL 1.1)
+
+Building Apache Flex FlexUnit
+-----------------------------
+
+When you have all the prerequisites in place and the environment variables set, 
+(see Install Prerequisites above), to build Apache Flex FlexUnit use:
+
+    cd <flexunit.dir>
+    ant
+
+To clean the build use:
+
+    ant clean
+
+To package the build use:
+
+    ant package
+
+For information on setting up FlexUnit, creating tests, using FlexUnit with
+ant or continuous integration please see the FlexUnit section of the Apache
+Flex wiki.
+
+https://cwiki.apache.org/confluence/display/FLEX/FlexUnit
+     
+Thanks for using Apache Flex FlexUnit. Enjoy!
+
+The Apache Flex Project
+<http://flex.apache.org>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
deleted file mode 100644
index 6e3d5a8..0000000
--- a/RELEASE_NOTES
+++ /dev/null
@@ -1,55 +0,0 @@
-Apache Flex FlexUnit 4.3.0
-===========================
-
-Apache Flex FlexUnit 4.3.0 is an update to Apache Flex FlexUnit 4.2.0.
-
-Differences from FlexUnit 4.2.0 include:
-
-Changes
---------
-- Updated the maven example to using apache flex 4.12 and flexmojos 7.0.0
-
-Bug Fixes
-----------
- Below is a complete list of all the bug fixes that have been included since
- the last release, FlexUnit 4.2.0.
- If you would like specific information about any of the items below, go to
- https://issues.apache.org and search for the JIRA Issue Number by using the
- Quick Search.  Details of the bug and its fix will be included on the
- resulting page.
-
-JIRA Issue Number  Summary                                                                                        
--------------------------------------------------------------------------------------------------------------------
-
-
-Apache Flex FlexUnit 4.2.0
-===========================
-
-Apache Flex FlexUnit 4.2.0 is an update to FlexUnit 4.1 and first release under Apache. 
-
-Differences from FlexUnit 4.1 include:
-
-Changes
---------
-- Automated sonatype OSS deployment of the Apache Flex (FlexUnit) artifacts
-- Implemented the url property in FlexUnit Ant task to allow use of remote swfs
-
-Bug Fixes
-----------
- Below is a complete list of all the bug fixes that have been included since
- the last release, FlexUnit 4.1
- If you would like specific information about any of the items below, go to
- https://issues.apache.org and search for the JIRA Issue Number by using the
- Quick Search.  Details of the bug and its fix will be included on the
- resulting page.
-
-JIRA Issue Number  Summary                                                                                        
--------------------------------------------------------------------------------------------------------------------
-FLEX-33572 further implemented the automated sonatype OSS deployment of the FlexUnit artifacts
-
-Please report new issues to our bugbase at:
-
-    https://issues.apache.org/jira/browse/FLEX
-
-The Apache Flex Project
-<http://flex.apache.org/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/59086ff2/RELEASE_NOTES.md
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
new file mode 100644
index 0000000..6e3d5a8
--- /dev/null
+++ b/RELEASE_NOTES.md
@@ -0,0 +1,55 @@
+Apache Flex FlexUnit 4.3.0
+===========================
+
+Apache Flex FlexUnit 4.3.0 is an update to Apache Flex FlexUnit 4.2.0.
+
+Differences from FlexUnit 4.2.0 include:
+
+Changes
+--------
+- Updated the maven example to using apache flex 4.12 and flexmojos 7.0.0
+
+Bug Fixes
+----------
+ Below is a complete list of all the bug fixes that have been included since
+ the last release, FlexUnit 4.2.0.
+ If you would like specific information about any of the items below, go to
+ https://issues.apache.org and search for the JIRA Issue Number by using the
+ Quick Search.  Details of the bug and its fix will be included on the
+ resulting page.
+
+JIRA Issue Number  Summary                                                                                        
+-------------------------------------------------------------------------------------------------------------------
+
+
+Apache Flex FlexUnit 4.2.0
+===========================
+
+Apache Flex FlexUnit 4.2.0 is an update to FlexUnit 4.1 and first release under Apache. 
+
+Differences from FlexUnit 4.1 include:
+
+Changes
+--------
+- Automated sonatype OSS deployment of the Apache Flex (FlexUnit) artifacts
+- Implemented the url property in FlexUnit Ant task to allow use of remote swfs
+
+Bug Fixes
+----------
+ Below is a complete list of all the bug fixes that have been included since
+ the last release, FlexUnit 4.1
+ If you would like specific information about any of the items below, go to
+ https://issues.apache.org and search for the JIRA Issue Number by using the
+ Quick Search.  Details of the bug and its fix will be included on the
+ resulting page.
+
+JIRA Issue Number  Summary                                                                                        
+-------------------------------------------------------------------------------------------------------------------
+FLEX-33572 further implemented the automated sonatype OSS deployment of the FlexUnit artifacts
+
+Please report new issues to our bugbase at:
+
+    https://issues.apache.org/jira/browse/FLEX
+
+The Apache Flex Project
+<http://flex.apache.org/>