Bug 1891 : Fixing the karaf based modularity. Each new tab can be installed as karaf... 97/15797/2
authorHarman Singh <harmasin@cisco.com>
Thu, 26 Feb 2015 20:13:27 +0000 (12:13 -0800)
committerHarman Singh <harmasin@cisco.com>
Thu, 26 Feb 2015 21:19:04 +0000 (13:19 -0800)
commit3bb59ed0e7ed9df45c9c98ad7c1a7071a7c4e6d5
tree5021c8364242eaeebd29782d0d75e3b26dc79259
parent788f9ac5294024dceb48a9edd414b01f79bf4908
Bug 1891 : Fixing the karaf based modularity. Each new tab can be installed as karaf bundle.

Updated the code of existing bundles, updated loader code to make modularity work.

Change-Id: I4653e6819ca9e769b7f92fc63fedec6311913336
Signed-off-by: Harman Singh <harmasin@cisco.com>
37 files changed:
bundles/authentication/pom.xml [new file with mode: 0644]
bundles/authentication/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
bundles/core/pom.xml
bundles/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
bundles/general/pom.xml
bundles/general/src/main/resources/OSGI-INF/blueprint/blueprint.xml
bundles/layout/pom.xml
bundles/layout/src/main/resources/OSGI-INF/blueprint/blueprint.xml
bundles/login/pom.xml [new file with mode: 0644]
bundles/login/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
bundles/navigation/pom.xml
bundles/navigation/src/main/resources/OSGI-INF/blueprint/blueprint.xml
bundles/node/pom.xml
bundles/node/src/main/resources/OSGI-INF/blueprint/blueprint.xml
bundles/pom.xml
bundles/topbar/pom.xml
bundles/topbar/src/main/resources/OSGI-INF/blueprint/blueprint.xml
bundles/topology/pom.xml [new file with mode: 0644]
bundles/topology/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
bundles/yangui/pom.xml
bundles/yangui/src/main/resources/OSGI-INF/blueprint/blueprint.xml
bundles/yangutils/pom.xml [moved from bundles/container/pom.xml with 90% similarity]
bundles/yangutils/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
features/pom.xml
features/src/main/resources/features.xml
loader/api/pom.xml
loader/api/src/main/java/org/opendaylight/dlux/loader/DluxModule.java
loader/api/src/main/java/org/opendaylight/dlux/loader/DluxModuleLoader.java [moved from loader/api/src/main/java/org/opendaylight/dlux/loader/IDluxLoaderRegistration.java with 50% similarity]
loader/impl/pom.xml
loader/impl/src/main/java/org/opendaylight/dlux/loader/implementation/DluxLoader.java
loader/impl/src/main/java/org/opendaylight/dlux/loader/implementation/DluxLoaderIndexServlet.java
loader/impl/src/main/java/org/opendaylight/dlux/loader/implementation/DluxLoaderServlet.java [deleted file]
loader/impl/src/main/java/org/opendaylight/dlux/loader/implementation/Module.java
loader/impl/src/main/resources/OSGI-INF/blueprint/blueprint.xml
modules/loader-resources/src/main/resources/app/app.module.js
modules/loader-resources/src/main/resources/index.html
pom.xml