removed unused sample device types

application-manager-new
ayyoob 9 years ago
parent 586aaa5f1e
commit 751b2f8dae

@ -260,6 +260,12 @@ d <exclude name="**/shindig.properties" /
<exclude name="**/*.iml"/> <exclude name="**/*.iml"/>
<exclude name="**/.DS_Store"/> <exclude name="**/.DS_Store"/>
<exclude name="**/target/"/> <exclude name="**/target/"/>
<exclude name="**/currentsensor/**"/>
<exclude name="**/digitaldisplay/**"/>
<exclude name="**/doormanager/**"/>
<exclude name="**/droneanalyzer/**"/>
<exclude name="**/firealarm/**"/>
<exclude name="**/installer/**"/>
</fileset> </fileset>
</copy> </copy>

@ -111,9 +111,7 @@
<exclude>**/nimbus-jose-jwt_2.26.1.wso2v2.jar</exclude> <exclude>**/nimbus-jose-jwt_2.26.1.wso2v2.jar</exclude>
<exclude>**/org.wso2.carbon.hostobjects.sso_4.4.3.jar</exclude> <exclude>**/org.wso2.carbon.hostobjects.sso_4.4.3.jar</exclude>
<exclude>**/org.wso2.carbon.hostobjects.sso_4.3.2.jar</exclude> <exclude>**/org.wso2.carbon.hostobjects.sso_4.3.2.jar</exclude>
<!--<exclude>**/libthrift_0.8.0.wso2v1.jar</exclude>--> <exclude>**/conf/log4j.properties</exclude>
<exclude>**/am#sample#calculator#v1.war</exclude>
<exclude>**/api.war</exclude>
</excludes> </excludes>
</fileSet> </fileSet>
@ -220,6 +218,7 @@
<include>**/sso-idp-config.xml</include> <include>**/sso-idp-config.xml</include>
<include>**/application-authentication.xml</include> <include>**/application-authentication.xml</include>
<include>**/broker.xml</include> <include>**/broker.xml</include>
<include>**/log4j.properties</include>
</includes> </includes>
</fileSet> </fileSet>
<fileSet> <fileSet>
@ -436,6 +435,8 @@
</outputDirectory> </outputDirectory>
<excludes> <excludes>
<exclude>appmoauth2.war</exclude> <exclude>appmoauth2.war</exclude>
<exclude>am#sample#calculator#v1.war</exclude>
<exclude>api.war</exclude>
</excludes> </excludes>
<filtered>false</filtered> <filtered>false</filtered>
<fileMode>644</fileMode> <fileMode>644</fileMode>
@ -937,7 +938,7 @@
<!--cdm config file--> <!--cdm config file-->
<file> <file>
<source> <source>
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/cdm-config.xml src/repository/conf/cdm-config.xml
</source> </source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory> <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
<filtered>true</filtered> <filtered>true</filtered>
@ -1382,5 +1383,15 @@
<filtered>true</filtered> <filtered>true</filtered>
<fileMode>644</fileMode> <fileMode>644</fileMode>
</file> </file>
<!-- Copying product specific log4j.properties that has unnecessary logs printed by third parties
components suppressed -->
<file>
<source>
src/repository/conf/log4j.properties
</source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
<filtered>true</filtered>
<fileMode>644</fileMode>
</file>
</files> </files>
</assembly> </assembly>

@ -32,7 +32,7 @@
<exclude>**/*.lock</exclude> <exclude>**/*.lock</exclude>
<exclude>**/.data</exclude> <exclude>**/.data</exclude>
<exclude>**/.settings</exclude> <exclude>**/.settings</exclude>
<exclude>features/**</exclude> <exclude>features/**</exclude>
</excludes> </excludes>
</fileSet> </fileSet>
</fileSets> </fileSets>

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Copyright (c) 2015, 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.
-->
<DeviceMgtConfiguration>
<ManagementRepository>
<DataSourceConfiguration>
<JndiLookupDefinition>
<Name>jdbc/DM_DS</Name>
</JndiLookupDefinition>
</DataSourceConfiguration>
</ManagementRepository>
<IdentityConfiguration>
<ServerUrl>https://localhost:9443</ServerUrl>
<AdminUsername>admin</AdminUsername>
<AdminPassword>admin</AdminPassword>
</IdentityConfiguration>
<PolicyConfiguration>
<MonitoringClass>org.wso2.carbon.policy.mgt</MonitoringClass>
<MonitoringEnable>false</MonitoringEnable>
<MonitoringFrequency>60000</MonitoringFrequency>
<MaxRetries>5</MaxRetries>
<MinRetriesToMarkUnreachable>8</MinRetriesToMarkUnreachable>
<MinRetriesToMarkInactive>20</MinRetriesToMarkInactive>
</PolicyConfiguration>
<TaskConfiguration>
<Enable>false</Enable>
<Frequency>600000</Frequency>
<TaskClass>org.wso2.carbon.device.mgt.core.task.impl.DeviceDetailsRetrieverTask</TaskClass>
<Operations>
<Operation>
<Name>DEVICE_INFO</Name>
<RecurrentTimes>1</RecurrentTimes>
</Operation>
<Operation>
<Name>APPLICATION_LIST</Name>
<RecurrentTimes>5</RecurrentTimes>
</Operation>
<Operation>
<Name>DEVICE_LOCATION</Name>
<RecurrentTimes>1</RecurrentTimes>
</Operation>
</Operations>
</TaskConfiguration>
</DeviceMgtConfiguration>
Loading…
Cancel
Save