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 2016/01/05 00:39:04 UTC

[2/3] git commit: [flex-sdk] [refs/heads/develop] - fix script

fix script


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

Branch: refs/heads/develop
Commit: fb263b338d501eafeca7a7ff4132a0328ddefcb3
Parents: 947a832
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jan 4 15:37:58 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jan 4 15:37:58 2016 -0800

----------------------------------------------------------------------
 flexunit-tests.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fb263b33/flexunit-tests.xml
----------------------------------------------------------------------
diff --git a/flexunit-tests.xml b/flexunit-tests.xml
index d49a550..b09b56c 100644
--- a/flexunit-tests.xml
+++ b/flexunit-tests.xml
@@ -106,7 +106,7 @@
         <include name="**/*Tests.as"/>
       </testSource>
 
-      <library dir="${FLEXUNIT_HOME}/FlexUnit4/target/flexunit-4.3.0-20140410-flex_4.12.0.swc"/>
+      <library file="${FLEXUNIT_HOME}/FlexUnit4/target/flexunit-4.3.0-20140410-flex_4.12.0.swc"/>
       <library dir="${FLEXUNIT_HOME}/FlexUnit4CIListener/target"/>
       <library dir="${project.libs}"/>
     </flexunit>


Re: [2/3] git commit: [flex-sdk] [refs/heads/develop] - fix script

Posted by Mihai Chira <mi...@gmail.com>.
thanks for that, I hadn't noticed.

On 5 January 2016 at 00:39,  <ah...@apache.org> wrote:
> fix script
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/fb263b33
> Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/fb263b33
> Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/fb263b33
>
> Branch: refs/heads/develop
> Commit: fb263b338d501eafeca7a7ff4132a0328ddefcb3
> Parents: 947a832
> Author: Alex Harui <ah...@apache.org>
> Authored: Mon Jan 4 15:37:58 2016 -0800
> Committer: Alex Harui <ah...@apache.org>
> Committed: Mon Jan 4 15:37:58 2016 -0800
>
> ----------------------------------------------------------------------
>  flexunit-tests.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fb263b33/flexunit-tests.xml
> ----------------------------------------------------------------------
> diff --git a/flexunit-tests.xml b/flexunit-tests.xml
> index d49a550..b09b56c 100644
> --- a/flexunit-tests.xml
> +++ b/flexunit-tests.xml
> @@ -106,7 +106,7 @@
>          <include name="**/*Tests.as"/>
>        </testSource>
>
> -      <library dir="${FLEXUNIT_HOME}/FlexUnit4/target/flexunit-4.3.0-20140410-flex_4.12.0.swc"/>
> +      <library file="${FLEXUNIT_HOME}/FlexUnit4/target/flexunit-4.3.0-20140410-flex_4.12.0.swc"/>
>        <library dir="${FLEXUNIT_HOME}/FlexUnit4CIListener/target"/>
>        <library dir="${project.libs}"/>
>      </flexunit>
>