We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb38ff commit 4853e95Copy full SHA for 4853e95
1 file changed
build.xml
@@ -27,7 +27,6 @@
27
<property name="lib" location="lib"/>
28
29
<target name="init">
30
- <tstamp/>
31
<mkdir dir="${build}"/>
32
</target>
33
@@ -41,7 +40,7 @@
41
40
42
<target name="dist" depends="compile">
43
<mkdir dir="${dist}/lib"/>
44
- <jar destfile="${dist}/lib/neos-${DSTAMP}.jar" basedir="${build}">
+ <jar destfile="${dist}/lib/neos.jar" basedir="${build}">
45
<metainf file="LICENSE"/>
46
</jar>
47
0 commit comments