public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git

git-svn-id: http://jqueryjs.googlecode.com/svn/trunk@4297 
c715fcbe-d12f-0410-84c4-316a508785bb
joern.zaefferer (author)
Fri Dec 21 02:19:38 -0800 2007
commit  7c916b1ba314739fb77b1c4e22e4d48131614ef8
tree    5ce709e45e0208cd5c3047e10a52bf62ccc9d964
parent  e6e4225bf609c6746d930073db060a53dc8ad92d
...
40
41
42
43
44
45
 
 
46
47
48
...
40
41
42
 
 
 
43
44
45
46
47
0
@@ -40,9 +40,8 @@
0
     </target>
0
 
0
   <target name="transform" description="Transform XML via XSL to HTML">
0
- <delete dir="output" />
0
- <mkdir dir="output" />
0
- <xslt includes="*.xml" excludes="build.xml" destdir="output" style="style.xsl" />
0
+ <delete file="*.html" />
0
+ <xslt includes="*.xml" excludes="build.xml" destdir="." style="style.xsl" />
0
   </target>
0
   
0
   <target name="min" depends="compile" description="Remove all comments and whitespace, no compression">

Comments

    No one has commented yet.