Properties description changed

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

Branch: refs/heads/master
Commit: 25857fa19914fd09fb6435e40d0ccba626821856
Parents: fd67c2f
Author: dinesh1996 <Dragonball21>
Authored: Tue Aug 1 12:05:02 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/25857fa1/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 0339ce8..8eb45b4 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/25857fa1/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 ef653d6..98b9bc4 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.incrementTweetNumberAction.description=This action will retrieve the 
weather associated with the resolved location of the user (from his IP address)
-action.incrementTweetNumberAction.name=Update session with local weather 
information
\ No newline at end of file
+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

Reply via email to