Skip to content

Commit

Permalink
Add date to build
Browse files Browse the repository at this point in the history
  • Loading branch information
diederikd committed Jan 14, 2019
1 parent 09a36ea commit 0b85a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="build.tmp" location="${build.dir}/tmp/DemoWB" />
<property name="build.layout" location="${build.dir}/artifacts/DemoWB" />
<tstamp>
<format property="date" pattern="yyyyMMdd" />
<format property="date" pattern="20190114" />
</tstamp>
<property name="build.number" value="DemoWB-182.SNAPSHOT" />
<property name="mps_home" location="${basedir}/../../../../Applications/MPS 2018.2.app/Contents" />
Expand Down
2 changes: 1 addition & 1 deletion solutions/DemoWB.build/models/DemoWB.build.mps
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
<node concept="2kB4xC" id="2AEzmscAXMx" role="1l3spd">
<property role="TrG5h" value="date" />
<node concept="hHN3E" id="2AEzmscAXMy" role="aVJcv">
<property role="hHN3Y" value="yyyyMMdd" />
<property role="hHN3Y" value="20190114" />
</node>
</node>
<node concept="2kB4xC" id="2AEzmscAXMz" role="1l3spd">
Expand Down

0 comments on commit 0b85a37

Please sign in to comment.