diff --git a/scala-library-2.10.0-bnd.properties b/scala-library-2.10.0-bnd.properties index 179b4e6..7310da6 100644 --- a/scala-library-2.10.0-bnd.properties +++ b/scala-library-2.10.0-bnd.properties @@ -1,3 +1,6 @@ Bundle-Name: Scala Distribution Bundle-SymbolicName: org.scala-ide.scala.library Export-Package: scala.* +-reproducible: true +-noextraheaders: true +-snapshot: SNAPSHOT diff --git a/scala.changes b/scala.changes index ca4dca5..d616040 100644 --- a/scala.changes +++ b/scala.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 11 13:07:40 UTC 2023 - Fridrich Strba + +- Reproducible builds: do not generate non-reproducible entries + by bnd tools + ------------------------------------------------------------------- Mon May 16 11:28:03 UTC 2022 - Fridrich Strba