Repository: incubator-unomi
Updated Branches:
  refs/heads/feature-UNOMI-117 a9d01d800 -> 6c5b46ead (forced update)


Rename bundle and add description


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/d620b667
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/d620b667
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/d620b667

Branch: refs/heads/feature-UNOMI-117
Commit: d620b6675a5e34dcbd3d0e32e03e5e48b2d9426a
Parents: 25857fa
Author: dinesh1996 <Dragonball21>
Authored: Wed Aug 2 15:47:47 2017 +0200
Committer: dinesh1996 <Dragonball21>
Committed: Thu Aug 3 14:27:18 2017 +0200

----------------------------------------------------------------------
 .../core/src/main/resources/OSGI-INF/blueprint/blueprint.xml     | 2 +-
 .../core/src/main/resources/messages_en.properties               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d620b667/extensions/weather-update/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
----------------------------------------------------------------------
diff --git 
a/extensions/weather-update/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 
b/extensions/weather-update/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index 8eb45b4..0339ce8 100755
--- 
a/extensions/weather-update/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ 
b/extensions/weather-update/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -33,7 +33,7 @@
     <!-- Action executor -->
     <service auto-export="interfaces">
         <service-properties>
-            <entry key="actionExecutorId" value="WeatherUpdate"/>
+            <entry key="actionExecutorId" value="weatherUpdate"/>
         </service-properties>
         <bean 
class="org.apache.unomi.weatherupdate.actions.WeatherUpdateAction">
             <property name="weatherApiKey" value="${weatherUpdate.apiKey}"/>

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d620b667/extensions/weather-update/core/src/main/resources/messages_en.properties
----------------------------------------------------------------------
diff --git 
a/extensions/weather-update/core/src/main/resources/messages_en.properties 
b/extensions/weather-update/core/src/main/resources/messages_en.properties
index 98b9bc4..3f2dbac 100755
--- a/extensions/weather-update/core/src/main/resources/messages_en.properties
+++ b/extensions/weather-update/core/src/main/resources/messages_en.properties
@@ -14,5 +14,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-action.WeatherUpdateAction.description=This action will retrieve the weather 
associated with the resolved location of the user (from his IP address)
-action.WeatherUpdateAction.name=Update session with local weather information
+action.weatherUpdateAction.name=Update session with local weather information
+action.weatherUpdateAction.description=This action will retrieve the weather 
associated with the resolved location of the user (from his IP address)

Reply via email to