Repository: flex-flexunit
Updated Branches:
  refs/heads/develop 204da6225 -> 44c9a3da6


Revert "Temporarily disabling as3 compilation to determine if that's why some 
unit tests are failing"

This reverts commit 204da62253a29be5bb62e31ea941b263b52ee6d6.


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

Branch: refs/heads/develop
Commit: 3e15d6cd1b4ec26a24b772450f9b0aa2742d1801
Parents: 204da62
Author: Alex Harui <[email protected]>
Authored: Mon Dec 28 11:33:17 2015 -0800
Committer: Alex Harui <[email protected]>
Committed: Mon Dec 28 11:33:17 2015 -0800

----------------------------------------------------------------------
 FlexUnit4/build.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3e15d6cd/FlexUnit4/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4/build.xml b/FlexUnit4/build.xml
index 58964d6..f1d4696 100644
--- a/FlexUnit4/build.xml
+++ b/FlexUnit4/build.xml
@@ -198,9 +198,7 @@
    <target name="package" depends="package-default,package-instrument,asdocs" 
/>
 
    <target name="package-default" depends="compile">
-   <!-- Temporarily disabling as3 compilation to determine if that's why some 
unit tests are failing
-      <copy file="${bin.loc}/${build.finalName.as3}.${build.packaging}" 
todir="${dist.loc}" /> 
-    -->
+      <copy file="${bin.loc}/${build.finalName.as3}.${build.packaging}" 
todir="${dist.loc}" />
       <copy file="${bin.loc}/${build.finalName.flex}.${build.packaging}" 
todir="${dist.loc}" />
    </target>
 
@@ -223,7 +221,6 @@
       </apache-deploy>
 
        <!-- deploy as3 swc to apache-maven -->
-       <!-- Temporarily disabling as3 compilation to determine if that's why 
some unit tests are failing
        <apache-deploy
            binaryFile="${bin.loc}/${build.finalName.as3}.${build.packaging}"
            todir="${apache-maven.loc}/as3"
@@ -234,6 +231,5 @@
            version="${build.version}"
            description="${build.deploy.description}">
        </apache-deploy>
-        -->
    </target>
 </project>
\ No newline at end of file

Reply via email to