a0fe5fa5c9
Add reproducible.patch to fix build-compare and omit rebuild-counter from /usr/share/javadoc/bsh2/constant-values.html for the same reason OBS-URL: https://build.opensuse.org/request/show/373905 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bsh2?expand=0&rev=30
12 lines
376 B
Diff
12 lines
376 B
Diff
--- beanshell-2.0b6/build.xml.orig 2016-02-05 17:16:07.000000000 +0000
|
|
+++ beanshell-2.0b6/build.xml 2016-03-16 17:16:55.240594000 +0000
|
|
@@ -202,7 +202,7 @@
|
|
<copy file="${engine-config}" todir="${build-dir}/META-INF/services" />
|
|
|
|
<tstamp>
|
|
- <format property="DATE" pattern="yyyy-MM-dd hh:mm:ss" />
|
|
+ <format property="DATE" pattern="" />
|
|
</tstamp>
|
|
</target>
|
|
|