Skip to content

Commit 0b85a37

Browse files
committed
Add date to build
1 parent 09a36ea commit 0b85a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<property name="build.tmp" location="${build.dir}/tmp/DemoWB" />
55
<property name="build.layout" location="${build.dir}/artifacts/DemoWB" />
66
<tstamp>
7-
<format property="date" pattern="yyyyMMdd" />
7+
<format property="date" pattern="20190114" />
88
</tstamp>
99
<property name="build.number" value="DemoWB-182.SNAPSHOT" />
1010
<property name="mps_home" location="${basedir}/../../../../Applications/MPS 2018.2.app/Contents" />

solutions/DemoWB.build/models/DemoWB.build.mps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
<node concept="2kB4xC" id="2AEzmscAXMx" role="1l3spd">
298298
<property role="TrG5h" value="date" />
299299
<node concept="hHN3E" id="2AEzmscAXMy" role="aVJcv">
300-
<property role="hHN3Y" value="yyyyMMdd" />
300+
<property role="hHN3Y" value="20190114" />
301301
</node>
302302
</node>
303303
<node concept="2kB4xC" id="2AEzmscAXMz" role="1l3spd">

0 commit comments

Comments
 (0)