Skip to content

Commit 4d0dce8

Browse files
committed
Removed svn Id keyword, replaced with Date value.
1 parent 329783c commit 4d0dce8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<property name="SM_MIN" value="${dist}/jquery.simplemodal.${version}.min.js" />
1010

1111
<target name="all" depends="clean,full,min" />
12+
<tstamp><format property="build.time" pattern="EEE, MMM d yyyy HH:mm:ss Z" /></tstamp>
1213

1314
<target name="full" description="Main build, replaces @VERSION">
1415
<echo message="Building ${SM}" />
@@ -17,6 +18,7 @@
1718
<fileset dir="${src}" includes="jquery.simplemodal.js" />
1819
</concat>
1920
<replaceregexp match="@VERSION" replace="${version}" flags="g" file="${SM}" />
21+
<replaceregexp match="Date: " replace="Date: ${build.time}" file="${SM}" />
2022
<echo message="${SM} built." />
2123
</target>
2224

src/jquery.simplemodal.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* http://www.ericmmartin.com/projects/simplemodal/
44
* Copyright (c) 2010 Eric Martin (http://twitter.com/ericmmartin)
55
* Dual licensed under the MIT and GPL licenses
6-
* Revision: $Id$
6+
* Date:
77
*/
88

99
/**
@@ -47,11 +47,11 @@
4747
* overlayCss, containerCss, and dataCss options.
4848
*
4949
* SimpleModal has been tested in the following browsers:
50-
* - IE 6, 7, 8, 9
51-
* - Firefox 2, 3, 4
50+
* - IE 6-9
51+
* - Firefox 2-4
5252
* - Opera 9, 10
53-
* - Safari 3, 4, 5
54-
* - Chrome 1, 2, 3, 4, 5, 6
53+
* - Safari 3-5
54+
* - Chrome 1-6
5555
*
5656
* @name SimpleModal
5757
* @type jQuery

0 commit comments

Comments
 (0)