Skip to content

Commit

Permalink
Bug fix. Wrong directory for version tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Caldwell committed May 12, 2017
1 parent 5e6ca4e commit d6e5c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/psr4/targets/builds/in-build-dir/version-tokens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@

<echo />

<echo msg="Replacing PHP/JS/CSS/SCSS/BASH @since version tokens in: ${project.basedir}" />
<echo msg="Replacing PHP/JS/CSS/SCSS/BASH @since version tokens in: ${project.basedir}/.~build/${project_slug}" />

<reflexive>
<fileSet dir="${project.basedir}" caseSensitive="false" defaultExcludes="false">
<fileSet dir="${project.basedir}/.~build/${project_slug}" caseSensitive="false" defaultExcludes="false">
<patternSet refId="_git_ignore_pattern_set" />
<patternSet refId="_alter_ignore_pattern_set" />
<patternSet refId="_token_pattern_set" />
Expand Down

0 comments on commit d6e5c6d

Please sign in to comment.