forked from community/product-iots
Merge branch 'master' of https://github.com/wso2/product-iots
commit
1b402be22d
@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||
~
|
||||
~ WSO2 Inc. licenses this file to you under the Apache License,
|
||||
~ Version 2.0 (the "License"); you may not use this file except
|
||||
~ in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing,
|
||||
~ software distributed under the License is distributed on an
|
||||
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
~ KIND, either express or implied. See the License for the
|
||||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<component xmlns="http://products.wso2.org/carbon">
|
||||
|
||||
<contexts>
|
||||
<context>
|
||||
<context-id>default-context</context-id>
|
||||
<context-name>devicemgt</context-name>
|
||||
<protocol>https</protocol>
|
||||
<description>IoT Server Default Context</description>
|
||||
</context>
|
||||
</contexts>
|
||||
</component>
|
@ -1,41 +1,35 @@
|
||||
org.wso2.carbon.caching.core_
|
||||
org.wso2.carbon.discovery.core_
|
||||
org.wso2.carbon.discovery.proxy_
|
||||
org.wso2.carbon.email.verification_
|
||||
org.wso2.carbon.event.core_
|
||||
org.wso2.carbon.governance.custom.lifecycles.checklist_
|
||||
org.wso2.carbon.governance.gadgets.impactanalysis_
|
||||
org.wso2.carbon.governance.gadgetsource_
|
||||
org.wso2.carbon.governance.gadgets.resourceimpact_
|
||||
org.wso2.carbon.governance.generic_
|
||||
org.wso2.carbon.governance.lcm_
|
||||
org.wso2.carbon.governance.list_
|
||||
org.wso2.carbon.governance.platform.extensions_
|
||||
org.wso2.carbon.governance.registry.eventing_
|
||||
org.wso2.carbon.governance.registry.extensions_
|
||||
org.wso2.carbon.governance.services_
|
||||
org.wso2.carbon.identity.user.profile_
|
||||
org.wso2.carbon.mashup.javascript.hostobjects.registry_
|
||||
org.wso2.carbon.registry.activities_
|
||||
org.wso2.carbon.registry.common_
|
||||
org.wso2.carbon.registry.core_
|
||||
org.wso2.carbon.registry.eventing_
|
||||
org.wso2.carbon.registry.extensions_
|
||||
org.wso2.carbon.registry.handler_
|
||||
org.wso2.carbon.registry.indexing_
|
||||
org.wso2.carbon.registry.info_
|
||||
org.wso2.carbon.registry.profiles_
|
||||
org.wso2.carbon.registry.properties_
|
||||
org.wso2.carbon.registry.relations_
|
||||
org.wso2.carbon.registry.reporting_
|
||||
org.wso2.carbon.registry.resource_
|
||||
org.wso2.carbon.registry.search_
|
||||
org.wso2.carbon.registry.server_
|
||||
org.wso2.carbon.registry.servlet_
|
||||
org.wso2.carbon.registry.task_
|
||||
org.wso2.carbon.registry.uddi_
|
||||
org.wso2.carbon.registry.webdav_
|
||||
org.wso2.carbon.registry.ws.api_
|
||||
org.wso2.carbon.reporting.api_
|
||||
org.wso2.carbon.reporting.core_
|
||||
org.wso2.carbon.reporting.util_
|
||||
org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization_
|
||||
org.wso2.carbon.device.mgt.analytics.dashboard_
|
||||
org.wso2.carbon.device.mgt.analytics.data.publisher_
|
||||
org.wso2.carbon.device.mgt.common_
|
||||
org.wso2.carbon.device.mgt.core_
|
||||
org.wso2.carbon.device.mgt.extensions.device.type.deployer_
|
||||
org.wso2.carbon.device.mgt.extensions.pull.notification_
|
||||
org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm_
|
||||
org.wso2.carbon.device.mgt.extensions.push.notification.provider.http_
|
||||
org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt_
|
||||
org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp_
|
||||
org.wso2.carbon.device.mgt.extensions_
|
||||
org.wso2.carbon.device.mgt.input.adapter.extension_
|
||||
org.wso2.carbon.device.mgt.input.adapter.mqtt_
|
||||
org.wso2.carbon.device.mgt.input.adapter.thrift_
|
||||
org.wso2.carbon.device.mgt.input.adapter.xmpp_
|
||||
org.wso2.carbon.device.mgt.mobile.android_
|
||||
org.wso2.carbon.device.mgt.mobile.windows_
|
||||
org.wso2.carbon.device.mgt.mqtt.notification.listener_
|
||||
org.wso2.carbon.device.mgt.oauth.extensions_
|
||||
org.wso2.carbon.device.mgt.output.adapter.mqtt_
|
||||
org.wso2.carbon.device.mgt.output.adapter.websocket_
|
||||
org.wso2.carbon.device.mgt.output.adapter.xmpp_
|
||||
org.wso2.carbon.device.mgt.url.printer_
|
||||
org.wso2.carbon.policy.decision.point_
|
||||
org.wso2.carbon.policy.information.point_
|
||||
org.wso2.carbon.policy.mgt.common_
|
||||
org.wso2.carbon.policy.mgt.core_
|
||||
org.wso2.carbon.apimgt.annotations_
|
||||
org.wso2.carbon.apimgt.application.extension_
|
||||
org.wso2.carbon.certificate.mgt.core_
|
||||
org.wso2.carbon.email.sender.core_
|
||||
org.wso2.carbon.identity.jwt.client.extension_
|
||||
org.wso2.carbon.identity.authenticator.backend.oauth_
|
||||
org.wso2.carbon.webapp.authenticator.framework_
|
Loading…
Reference in new issue