diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:48:20 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:48:20 -0800 |
commit | 32fb53c13342d5ad353c839b7ffd0ca85d14bd48 (patch) | |
tree | f1b92068cf7b79d29e96243899e12495abb4795a /dblib/provider/src/main/resources/org | |
parent | 53eacd8519a535f96d8b4231e48925324f1086dd (diff) |
Migrate sli-core files
Migrate sli-core repo files into new
directory "core".
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'dblib/provider/src/main/resources/org')
-rwxr-xr-x | dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml b/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml deleted file mode 100755 index d9bb99c07..000000000 --- a/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" - xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0" - odl:use-default-for-reference-types="true"> - - <bean id="provider" class="org.onap.ccsdk.sli.core.dblib.DBLIBResourceProvider" /> - - <bean id="dbResourceManager" class="org.onap.ccsdk.sli.core.dblib.DBResourceManager"> - <argument ref="provider" /> - </bean> - <service ref="dbResourceManager"> - <interfaces> - <value>javax.sql.DataSource</value> - <value>org.onap.ccsdk.sli.core.dblib.DbLibService</value> - </interfaces> - </service> - - <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0"> - <command name="dblib/encode"> - <action class="org.onap.ccsdk.sli.core.dblib.EncShellCommand"/> - </command> - </command-bundle> - -</blueprint>
\ No newline at end of file |