Repository: incubator-tamaya Updated Branches: refs/heads/master 4aadb0f89 -> 3a50d2e6e
Add Automatic-Module-Name metadata Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/8fb00475 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/8fb00475 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/8fb00475 Branch: refs/heads/master Commit: 8fb00475f88ce8a337b02c794a2e489501687520 Parents: 119c498 Author: Aaron Coburn <[email protected]> Authored: Mon Mar 5 12:55:15 2018 -0500 Committer: Aaron Coburn <[email protected]> Committed: Mon Mar 5 12:55:15 2018 -0500 ---------------------------------------------------------------------- code/api/bnd.bnd | 1 + code/core/bnd.bnd | 3 ++- code/spi-support/bnd.bnd | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8fb00475/code/api/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/api/bnd.bnd b/code/api/bnd.bnd index b606a72..97f65cc 100644 --- a/code/api/bnd.bnd +++ b/code/api/bnd.bnd @@ -9,6 +9,7 @@ javac.source: 1.8 javac.target: 1.8 +Automatic-Module-Name: org.apache.tamaya Bundle-Version: ${version}.${tstamp} Bundle-SymbolicName: org.apache.tamaya Bundle-Name: Apache Tamaya - API http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8fb00475/code/core/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/core/bnd.bnd b/code/core/bnd.bnd index b611eb1..e029d21 100644 --- a/code/core/bnd.bnd +++ b/code/core/bnd.bnd @@ -9,6 +9,7 @@ javac.source: 1.8 javac.target: 1.8 +Automatic-Module-Name: org.apache.tamaya.core Bundle-Version: ${version}.${tstamp} Bundle-Name: Apache Tamaya - Core Bundle-SymbolicName: org.apache.tamaya.core @@ -40,4 +41,4 @@ Export-Service: \ org.apache.tamaya.spi.PropertyConverter,\ org.apache.tamaya.spi.PropertySource,\ org.apache.tamaya.spi.ServiceContext - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8fb00475/code/spi-support/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/spi-support/bnd.bnd b/code/spi-support/bnd.bnd index 876ca2e..c5de1c9 100644 --- a/code/spi-support/bnd.bnd +++ b/code/spi-support/bnd.bnd @@ -9,6 +9,7 @@ javac.source: 1.8 javac.target: 1.8 +Automatic-Module-Name: org.apache.tamaya.spisupport Bundle-Version: ${version}.${tstamp} Bundle-Name: Apache Tamaya - SPI Support Bundle-SymbolicName: org.apache.tamaya.spisupport
