Repository: incubator-juneau Updated Branches: refs/heads/master 5cdc5c169 -> 71f29193f
Fixed Bundle Vendor (Its IBM no longer.) Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/71f29193 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/71f29193 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/71f29193 Branch: refs/heads/master Commit: 71f29193fe1aa6153ba78c4d24d2d2e21be4e9d4 Parents: 5cdc5c1 Author: Jochen Wiedmann <[email protected]> Authored: Tue Aug 2 15:11:23 2016 +0200 Committer: Jochen Wiedmann <[email protected]> Committed: Tue Aug 2 15:11:23 2016 +0200 ---------------------------------------------------------------------- org.apache.juneau.client/OSGI-INF/l10n/plugin.properties | 2 +- org.apache.juneau.samples/OSGI-INF/l10n/plugin.properties | 2 +- org.apache.juneau.server.test/OSGI-INF/l10n/plugin.properties | 2 +- org.apache.juneau.server/OSGI-INF/l10n/plugin.properties | 2 +- org.apache.juneau/OSGI-INF/l10n/plugin.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/71f29193/org.apache.juneau.client/OSGI-INF/l10n/plugin.properties ---------------------------------------------------------------------- diff --git a/org.apache.juneau.client/OSGI-INF/l10n/plugin.properties b/org.apache.juneau.client/OSGI-INF/l10n/plugin.properties old mode 100755 new mode 100644 index de1ae69..44f7f7b --- a/org.apache.juneau.client/OSGI-INF/l10n/plugin.properties +++ b/org.apache.juneau.client/OSGI-INF/l10n/plugin.properties @@ -16,4 +16,4 @@ # META-INF/MANIFEST.MF bundle.name = Juneau Cloud Tools - REST client component -bundle.vendor = IBM +bundle.vendor = Apache Software Foundation, Juneau (Incubating Project) http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/71f29193/org.apache.juneau.samples/OSGI-INF/l10n/plugin.properties ---------------------------------------------------------------------- diff --git a/org.apache.juneau.samples/OSGI-INF/l10n/plugin.properties b/org.apache.juneau.samples/OSGI-INF/l10n/plugin.properties old mode 100755 new mode 100644 index 2c214a2..2d2d7c3 --- a/org.apache.juneau.samples/OSGI-INF/l10n/plugin.properties +++ b/org.apache.juneau.samples/OSGI-INF/l10n/plugin.properties @@ -15,4 +15,4 @@ # META-INF/MANIFEST.MF bundle.name = Juneau Cloud Tools - Samples -bundle.vendor = IBM +bundle.vendor = Apache Software Foundation, Juneau (Incubating Project) http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/71f29193/org.apache.juneau.server.test/OSGI-INF/l10n/plugin.properties ---------------------------------------------------------------------- diff --git a/org.apache.juneau.server.test/OSGI-INF/l10n/plugin.properties b/org.apache.juneau.server.test/OSGI-INF/l10n/plugin.properties old mode 100755 new mode 100644 index 73a94bb..0715513 --- a/org.apache.juneau.server.test/OSGI-INF/l10n/plugin.properties +++ b/org.apache.juneau.server.test/OSGI-INF/l10n/plugin.properties @@ -16,4 +16,4 @@ # META-INF/MANIFEST.MF bundle.name = Juneau Cloud Tools - REST server test component -bundle.vendor = IBM +bundle.vendor = Apache Software Foundation, Juneau (Incubating Project) http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/71f29193/org.apache.juneau.server/OSGI-INF/l10n/plugin.properties ---------------------------------------------------------------------- diff --git a/org.apache.juneau.server/OSGI-INF/l10n/plugin.properties b/org.apache.juneau.server/OSGI-INF/l10n/plugin.properties old mode 100755 new mode 100644 index 0505c8a..5f176a5 --- a/org.apache.juneau.server/OSGI-INF/l10n/plugin.properties +++ b/org.apache.juneau.server/OSGI-INF/l10n/plugin.properties @@ -16,4 +16,4 @@ # META-INF/MANIFEST.MF bundle.name = Juneau Cloud Tools - REST server component -bundle.vendor = IBM +bundle.vendor = Apache Software Foundation, Juneau (Incubating Project) http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/71f29193/org.apache.juneau/OSGI-INF/l10n/plugin.properties ---------------------------------------------------------------------- diff --git a/org.apache.juneau/OSGI-INF/l10n/plugin.properties b/org.apache.juneau/OSGI-INF/l10n/plugin.properties old mode 100755 new mode 100644 index 4db9575..ec20b5f --- a/org.apache.juneau/OSGI-INF/l10n/plugin.properties +++ b/org.apache.juneau/OSGI-INF/l10n/plugin.properties @@ -16,4 +16,4 @@ # META-INF/MANIFEST.MF bundle.name = Juneau Cloud Tools - Core component, serializers, parsers -bundle.vendor = IBM +bundle.vendor = Apache Software Foundation, Juneau (Incubating Project)
