Further cleanup on ant build: Revision is gone
[jquery.git] / build.xml
index 22dfdca..4e8fcbb 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,6 @@
         </concat>
        <replaceregexp match="@VERSION" replace="${version}" flags="g" byline="true" file="${JQ}" />
                <replaceregexp match="Date: " replace="Date: ${date}" file="${JQ}" />
-               <replaceregexp match="Revision: " replace="Revision: ${revision}" file="${JQ}" />
         <echo message="${JQ} built." />
     </target>