Skip to content

Commit

Permalink
changed tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgilliam committed Feb 19, 2016
1 parent ad97012 commit 020c885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<property name="version" value="${version.major}.${version.minor}_Build_${version.build}" />
<copy overwrite="true" file="${java.io.tmpdir}/SIMRacingAppsServer.exe" tofile="${deployment.dir}/SIMRacingAppsServer_${version}.exe" />
<copy overwrite="true" file="${java.io.tmpdir}/SIMRacingAppsServer.exe" tofile="${deployment.dir}/SIMRacingAppsServer.exe" />
<echo message="Remember to Tag all Git Repositories with: Deployed-Version_${version}"/>
<echo message="Remember to Tag all Git Repositories with: Version_${version}"/>
</target>

<target name="deploy_website">
Expand Down

0 comments on commit 020c885

Please sign in to comment.