Skip to content

Commit 1b0546c

Browse files
author
Tero Piirainen
committed
removed src/1.3.0 in favor of a new branch. JSLint support to build.xml
1 parent 6560c68 commit 1b0546c

File tree

8 files changed

+554
-456
lines changed

8 files changed

+554
-456
lines changed

build.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,23 @@
7272

7373
</target>
7474

75+
<!-- lint (http://www.jslint.com/lint.html) -->
76+
<target name="lint">
77+
<for param="file">
78+
<path>
79+
<fileset dir="src" includes="**/*.js"/>
80+
</path>
81+
82+
<sequential>
83+
<java jar="lib/rhino.jar" fork="true">
84+
<arg value="lib/jslint.js" />
85+
<arg value="@{file}" />
86+
</java>
87+
</sequential>
88+
</for>
89+
</target>
90+
91+
7592
</project>
7693

7794

lib/jquery-1.4.js

Lines changed: 151 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jslint.js

Lines changed: 386 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/rhino.jar

794 KB
Binary file not shown.

src/1.3.0/accordion/README

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/1.3.0/accordion/accordion.html

Lines changed: 0 additions & 119 deletions
This file was deleted.

src/1.3.0/accordion/accordion.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)