Change the groupid from openo to onap 87/6787/2
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 7 Aug 2017 04:30:35 +0000 (12:30 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 7 Aug 2017 04:41:11 +0000 (12:41 +0800)
commit20a1514bf93035472d4f940f00a357106d4bec1f
tree53c8e874f204f4b5ac7e64cbfdf783dbd2e9e019
parent40f54b8acefce59ecbd9e9fde60e062373243982
Change the groupid from openo to onap

Change the groupid and package paths to onap.

Change-Id: I8432e9ac2c979bbc36e10e6a702c6f04fc41446a
Issue-ID: HOLMES-7
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
48 files changed:
pom.xml
rulemgt-standalone/pom.xml
rulemgt-standalone/src/main/assembly/bin/initDB.bat
rulemgt-standalone/src/main/assembly/bin/initDB.sh
rulemgt-standalone/src/main/assembly/bin/run.bat
rulemgt-standalone/src/main/assembly/bin/run.sh
rulemgt-standalone/src/main/assembly/bin/stop.bat
rulemgt-standalone/src/main/assembly/bin/stop.sh
rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
rulemgt/pom.xml
rulemgt/src/main/java/org/onap/holmes/rulemgt/RuleActiveApp.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java with 81% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/RuleAppConfig.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java with 98% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/request/CorrelationCheckRule4Engine.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/request/CorrelationCheckRule4Engine.java with 90% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/request/CorrelationDeployRule4Engine.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/request/CorrelationDeployRule4Engine.java with 92% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/request/CorrelationRestRequest.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/request/CorrelationRestRequest.java with 90% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/request/RuleCreateRequest.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/request/RuleCreateRequest.java with 92% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/request/RuleDeleteRequest.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/request/RuleDeleteRequest.java with 91% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/request/RuleQueryCondition.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/request/RuleQueryCondition.java with 92% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/request/RuleUpdateRequest.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/request/RuleUpdateRequest.java with 92% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/response/RuleAddAndUpdateResponse.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/response/RuleAddAndUpdateResponse.java with 92% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/response/RuleQueryListResponse.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/response/RuleQueryListResponse.java with 93% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bean/response/RuleResult4API.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bean/response/RuleResult4API.java with 93% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bolt/enginebolt/EngineService.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineService.java with 87% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/bolt/enginebolt/EngineWrapper.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineWrapper.java with 61% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/constant/RuleMgtConstant.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java with 85% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/db/CorrelationRuleDao.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/db/CorrelationRuleDao.java with 80% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/db/CorrelationRuleQueryDao.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/db/CorrelationRuleQueryDao.java with 86% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/db/mapper/CorrelationRuleMapper.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/db/mapper/CorrelationRuleMapper.java with 93% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/resources/RuleMgtResources.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/resources/RuleMgtResources.java with 77% similarity]
rulemgt/src/main/java/org/onap/holmes/rulemgt/wrapper/RuleMgtWrapper.java [moved from rulemgt/src/main/java/org/openo/holmes/rulemgt/wrapper/RuleMgtWrapper.java with 82% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/RuleActiveAppTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java with 97% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/RuleAppConfigTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleAppConfigTest.java with 95% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/request/CorrelationCheckRule4EngineTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/request/CorrelationCheckRule4EngineTest.java with 93% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/request/CorrelationDeployRule4EngineTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/request/CorrelationDeployRule4EngineTest.java with 94% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/request/CorrelationRestRequestTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/request/CorrelationRestRequestTest.java with 93% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/request/RuleCreateRequestTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/request/RuleCreateRequestTest.java with 94% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/request/RuleDeleteRequestTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/request/RuleDeleteRequestTest.java with 92% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/request/RuleQueryConditionTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/request/RuleQueryConditionTest.java with 95% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/request/RuleUpdateRequestTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/request/RuleUpdateRequestTest.java with 94% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/response/RuleAddAndUpdateResponseTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/response/RuleAddAndUpdateResponseTest.java with 93% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/response/RuleQueryListResponseTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/response/RuleQueryListResponseTest.java with 94% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bean/response/RuleResult4APITest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bean/response/RuleResult4APITest.java with 95% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bolt/enginebolt/EngineServiceTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineServiceTest.java with 92% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/bolt/enginebolt/EngineWrapperTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineWrapperTest.java with 85% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/db/CorrelationRuleQueryDaoTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/db/CorrelationRuleQueryDaoTest.java with 89% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/db/mapper/CorrelationRuleMapperTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/db/mapper/CorrelationRuleMapperTest.java with 95% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/resources/RuleMgtResourcesTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/resources/RuleMgtResourcesTest.java with 91% similarity]
rulemgt/src/test/java/org/onap/holmes/rulemgt/wrapper/RuleMgtWrapperTest.java [moved from rulemgt/src/test/java/org/openo/holmes/rulemgt/wrapper/RuleMgtWrapperTest.java with 85% similarity]