bsh2/reproducible.patch
Tomáš Chvátal a0fe5fa5c9 Accepting request 373905 from home:bmwiedemann:branches:Java:packages
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
2016-03-17 08:11:10 +00:00

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>