Skip to content

Commit

Permalink
Build: Replace @Version in css files. Fixes #6191: @Version not repla…
Browse files Browse the repository at this point in the history
…ced in CSS files
  • Loading branch information
jzaefferer committed Oct 18, 2010
1 parent ec73a59 commit 25853be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.xml
Expand Up @@ -48,6 +48,7 @@
<replaceregexp match="@VERSION" replace="${release.version}" flags="g" byline="true">
<fileset dir="${dist.dir}/ui/" includes="*.js"/>
<fileset dir="${dist.dir}/ui/minified/" includes="*.js"/>
<fileset dir="${dist.dir}/themes/" includes="**/*.css"/>
</replaceregexp>
<echo message="Replaced all @VERSION to ${release.version}." />
</target>
Expand Down

0 comments on commit 25853be

Please sign in to comment.