Skip to content

Commit 4853e95

Browse files
committed
remove timestamp from resulting jar file name
1 parent 8cb38ff commit 4853e95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<property name="lib" location="lib"/>
2828

2929
<target name="init">
30-
<tstamp/>
3130
<mkdir dir="${build}"/>
3231
</target>
3332

@@ -41,7 +40,7 @@
4140

4241
<target name="dist" depends="compile">
4342
<mkdir dir="${dist}/lib"/>
44-
<jar destfile="${dist}/lib/neos-${DSTAMP}.jar" basedir="${build}">
43+
<jar destfile="${dist}/lib/neos.jar" basedir="${build}">
4544
<metainf file="LICENSE"/>
4645
</jar>
4746
</target>

0 commit comments

Comments
 (0)