Skip to content

Commit

Permalink
Removed svn Id keyword, replaced with Date value.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmmartin committed Nov 26, 2010
1 parent 329783c commit 4d0dce8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -9,6 +9,7 @@
<property name="SM_MIN" value="${dist}/jquery.simplemodal.${version}.min.js" />

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

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

Expand Down
10 changes: 5 additions & 5 deletions src/jquery.simplemodal.js
Expand Up @@ -3,7 +3,7 @@
* http://www.ericmmartin.com/projects/simplemodal/
* Copyright (c) 2010 Eric Martin (http://twitter.com/ericmmartin)
* Dual licensed under the MIT and GPL licenses
* Revision: $Id$
* Date:
*/

/**
Expand Down Expand Up @@ -47,11 +47,11 @@
* overlayCss, containerCss, and dataCss options.
*
* SimpleModal has been tested in the following browsers:
* - IE 6, 7, 8, 9
* - Firefox 2, 3, 4
* - IE 6-9
* - Firefox 2-4
* - Opera 9, 10
* - Safari 3, 4, 5
* - Chrome 1, 2, 3, 4, 5, 6
* - Safari 3-5
* - Chrome 1-6
*
* @name SimpleModal
* @type jQuery
Expand Down

0 comments on commit 4d0dce8

Please sign in to comment.