File tree Expand file tree Collapse file tree 14 files changed +30
-13
lines changed
Expand file tree Collapse file tree 14 files changed +30
-13
lines changed Original file line number Diff line number Diff line change 1414 </path >
1515
1616 <!-- Set to default if not set globally -->
17- <property name =" git.commit.timestamp" value =" 2025-03-25T22:28:08.664Z " />
17+ <property name =" git.commit.timestamp" value =" ${git.commit.timestamp.default} " />
1818
1919 <mkdir dir =" ${logs}" />
2020
Original file line number Diff line number Diff line change @@ -11,4 +11,6 @@ logs=${basedir}/logs
1111dist =${basedir}/dist
1212
1313# jars
14- client.jar =mirth-client.jar
14+ client.jar =mirth-client.jar
15+
16+ git.commit.timestamp.default =1999-01-01T00:00:00.000Z
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ server=${basedir}/../server
1212
1313# jars
1414cli.jar =mirth-cli.jar
15- cli-launcher.jar =mirth-cli-launcher.jar
15+ cli-launcher.jar =mirth-cli-launcher.jar
16+
17+ git.commit.timestamp.default =1999-01-01T00:00:00.000Z
Original file line number Diff line number Diff line change 77 </path >
88
99 <!-- Set to default if not set globally -->
10- <property name =" git.commit.timestamp" value =" 2025-03-25T22:28:08.664Z " />
10+ <property name =" git.commit.timestamp" value =" ${ git.commit.timestamp.default } " />
1111 </target >
1212
1313 <target name =" clean" depends =" init" >
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ model.jar=donkey-model.jar
1818setup =${basedir}/setup
1919setup.lib =${setup}/lib
2020setup.docs =${setup}/docs
21+
22+ git.commit.timestamp.default =1999-01-01T00:00:00.000Z
Original file line number Diff line number Diff line change 88 </path >
99
1010 <!-- Set to default if not set globally -->
11- <property name =" git.commit.timestamp" value =" 2025-03-25T22:28:08.664Z " />
11+ <property name =" git.commit.timestamp" value =" ${ git.commit.timestamp.default } " />
1212 </target >
1313
1414 <target name =" clean" depends =" init" >
Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ vocab.src=${vocab}/src
99vocab.classes =${vocab}/classes
1010vocab.dist =${vocab}/dist
1111vocab.version =1.2
12- vocab.jar =mirth-vocab-${vocab.version}.jar
12+ vocab.jar =mirth-vocab-${vocab.version}.jar
13+
14+ git.commit.timestamp.default =1999-01-01T00:00:00.000Z
Original file line number Diff line number Diff line change 77 </path >
88
99 <!-- Set to default if not set globally -->
10- <property name =" git.commit.timestamp" value =" 2025-03-25T22:28:08.664Z " />
10+ <property name =" git.commit.timestamp" value =" ${ git.commit.timestamp.default } " />
1111 </target >
1212
1313 <target name =" clean" depends =" init" >
Original file line number Diff line number Diff line change 1212 </path >
1313
1414 <!-- Set to default if not set globally -->
15- <property name =" git.commit.timestamp" value =" 2025-03-25T22:28:08.664Z " />
15+ <property name =" git.commit.timestamp" value =" ${git.commit.timestamp.default} " />
1616
1717 <mkdir dir =" ${logs}" />
1818 </target >
Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ dist=${basedir}/dist
77dist.source =${dist}/source
88
99# jars
10- manager.jar =mirth-manager-launcher.jar
10+ manager.jar =mirth-manager-launcher.jar
11+
12+ git.commit.timestamp.default =1999-01-01T00:00:00.000Z
You can’t perform that action at this time.
0 commit comments