Repository: incubator-unomi Updated Branches: refs/heads/master b02863425 -> 0c7225710
Weather update fix cfg name Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/0c722571 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/0c722571 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/0c722571 Branch: refs/heads/master Commit: 0c72257109f5e13507d5e20e4d4052df0eedcea6 Parents: b028634 Author: Abdelkader Midani <[email protected]> Authored: Thu Aug 10 17:32:58 2017 +0200 Committer: Abdelkader Midani <[email protected]> Committed: Thu Aug 10 17:32:58 2017 +0200 ---------------------------------------------------------------------- extensions/weather-update/core/pom.xml | 2 +- extensions/weather-update/karaf-kar/src/main/feature/feature.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/0c722571/extensions/weather-update/core/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/weather-update/core/pom.xml b/extensions/weather-update/core/pom.xml index 06aa2ee..421dace 100755 --- a/extensions/weather-update/core/pom.xml +++ b/extensions/weather-update/core/pom.xml @@ -85,7 +85,7 @@ <artifacts> <artifact> <file> - src/main/resources/org.apache.unomi.weatherupdate.cfg + src/main/resources/org.apache.unomi.weatherUpdate.cfg </file> <type>cfg</type> <classifier>weatherupdatecfg</classifier> http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/0c722571/extensions/weather-update/karaf-kar/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/extensions/weather-update/karaf-kar/src/main/feature/feature.xml b/extensions/weather-update/karaf-kar/src/main/feature/feature.xml index 73ebcb6..80d7adf 100644 --- a/extensions/weather-update/karaf-kar/src/main/feature/feature.xml +++ b/extensions/weather-update/karaf-kar/src/main/feature/feature.xml @@ -20,7 +20,7 @@ description="Apache Unomi :: Extensions :: Weather update :: Apache Karaf Feature"> <details>Apache Karaf feature for the Apache Unomi Context Server extension that integrates Weather update</details> - <configfile finalname="/etc/org.apache.unomi.weatherupdate.cfg">mvn:org.apache.unomi/unomi-weather-update-core/1.2.0-incubating-SNAPSHOT/cfg/weatherupdatecfg</configfile> + <configfile finalname="/etc/org.apache.unomi.weatherUpdate.cfg">mvn:org.apache.unomi/unomi-weather-update-core/1.2.0-incubating-SNAPSHOT/cfg/weatherupdatecfg</configfile> <bundle start-level="85">mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6</bundle> <bundle start-level="85">mvn:org.apache.httpcomponents/httpclient-osgi/4.5.1</bundle> <bundle start-level="85">mvn:org.apache.unomi/unomi-weather-update-core/1.2.0-incubating-SNAPSHOT</bundle>
