summaryrefslogtreecommitdiffstats
path: root/container-di/src/main/resources/configdefinitions
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 18:28:31 +0200
committergjoranv <gv@verizonmedia.com>2021-04-12 16:19:31 +0200
commit2cf3e1b141dac0581664bce897806815cfd00316 (patch)
treec1e9ae7075cb7492cb06ac50f571133e01cbc4e3 /container-di/src/main/resources/configdefinitions
parent12bc324dde697b522aaf99277001f03b2af421b1 (diff)
Remove the container-di module.
Diffstat (limited to 'container-di/src/main/resources/configdefinitions')
-rw-r--r--container-di/src/main/resources/configdefinitions/application-bundles.def5
-rw-r--r--container-di/src/main/resources/configdefinitions/container.components.def23
-rw-r--r--container-di/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def8
-rw-r--r--container-di/src/main/resources/configdefinitions/container.di.config.jersey-injection.def5
-rw-r--r--container-di/src/main/resources/configdefinitions/platform-bundles.def5
5 files changed, 0 insertions, 46 deletions
diff --git a/container-di/src/main/resources/configdefinitions/application-bundles.def b/container-di/src/main/resources/configdefinitions/application-bundles.def
deleted file mode 100644
index 7e03b1e3ac8..00000000000
--- a/container-di/src/main/resources/configdefinitions/application-bundles.def
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=com.yahoo.container.di.config
-
-# References to user bundles to install.
-bundles[] file
diff --git a/container-di/src/main/resources/configdefinitions/container.components.def b/container-di/src/main/resources/configdefinitions/container.components.def
deleted file mode 100644
index f27abc2fa5a..00000000000
--- a/container-di/src/main/resources/configdefinitions/container.components.def
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=container
-
-## A list of components. Components depending on other components may use this to
-## get its list of components injected.
-
-## A component
-components[].id string
-## The component id used by this component to subscribe to its configs (if any)
-components[].configId reference default=":parent:"
-
-## The id of the class to instantiate for this component.
-components[].classId string default=""
-
-## The symbolic name of the Osgi bundle this component is located in.
-## Assumed to be the same as the classid if not set.
-components[].bundle string default=""
-
-## The component id of the component to inject to this component
-components[].inject[].id string
-
-## The name to use for the injected component when injected to this component
-components[].inject[].name string default=""
diff --git a/container-di/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def b/container-di/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def
deleted file mode 100644
index a226420274d..00000000000
--- a/container-di/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=container.di.config
-
-# The SymbolicName[:Version] of the Jersey bundles
-bundles[].spec string
-
-# The packages to scan for Jersey resources
-bundles[].packages[] string
diff --git a/container-di/src/main/resources/configdefinitions/container.di.config.jersey-injection.def b/container-di/src/main/resources/configdefinitions/container.di.config.jersey-injection.def
deleted file mode 100644
index 9f5be59abbd..00000000000
--- a/container-di/src/main/resources/configdefinitions/container.di.config.jersey-injection.def
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=container.di.config
-
-inject[].instance string
-inject[].forClass string
diff --git a/container-di/src/main/resources/configdefinitions/platform-bundles.def b/container-di/src/main/resources/configdefinitions/platform-bundles.def
deleted file mode 100644
index a30a846b565..00000000000
--- a/container-di/src/main/resources/configdefinitions/platform-bundles.def
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=com.yahoo.container.di.config
-
-# Paths to platform bundles to install.
-bundlePaths[] string