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/04/23 22:57:20 UTC

[3/3] git commit: [flex-asjs] [refs/heads/develop] - try linting on Windows

try linting on Windows


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

Branch: refs/heads/develop
Commit: 0473c49db1b47ce3b6c797bbbf3e2653f4b0bc3d
Parents: 9948c7f
Author: Alex Harui <ah...@apache.org>
Authored: Wed Apr 23 13:56:57 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Apr 23 13:57:13 2014 -0700

----------------------------------------------------------------------
 build.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0473c49d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b7c767a..0c07e43 100644
--- a/build.xml
+++ b/build.xml
@@ -409,9 +409,6 @@
     </target>
     
     <target name="frameworks-js" description="Full check of all JavaScript framework files, using gsjlint and jshint">
-        <condition property="no.lint" value="true">
-			<os family="windows"/>
-        </condition>
         <ant dir="${basedir}/frameworks/js">
             <property name="locale" value="${locale}"/>
         </ant>