Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-11-02 18:09:49 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-11-02 18:09:49 (GMT)
commit32ae562661fcd6d44161b9565f0f8f1a5d142867 (patch)
treefbffa5053285d2f58389a87f8bd6e11bc72d7663
parentaec34066743a1d533c6f7af762e6b3685b6aba84 (diff)
Rename from hello integration to hello worldHEADmaster
Signed-off-by: Daniel Francis <francis@sugarlabs.org>
-rw-r--r--activity/activity.info8
-rwxr-xr-xhello-world (renamed from hello-integration)0
-rw-r--r--info.py6
3 files changed, 7 insertions, 7 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 34d8294..7580109 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,9 +1,9 @@
[Activity]
-name = Hello Integration
+name = Hello World
activity_version = 1
show_launcher = 1
-bundle_id = org.sugarlabs.HelloIntegration
+bundle_id = org.sugarlabs.HelloSweetener
exec = sugar-activity activity.Activity -s
-icon = activity-hello
-license = GPLv3+
+icon = activity-hello-world
+license = GPLv3
diff --git a/hello-integration b/hello-world
index 4c5d900..4c5d900 100755
--- a/hello-integration
+++ b/hello-world
diff --git a/info.py b/info.py
index b927229..5a3fb60 100644
--- a/info.py
+++ b/info.py
@@ -24,7 +24,7 @@ logger = logging.getLogger('info')
from gettext import gettext as _
# Activity Service Name
-service_name = 'org.sugarlabs.HelloIntegration'
+service_name = 'org.sugarlabs.HelloSweetener'
import os
this_dir = os.path.abspath('./')
@@ -53,10 +53,10 @@ io_mode = CONFIG
generic_name = _('Example')
# Activity Name
-name = _('Hello Integration')
+name = _('Hello World')
# lower-name
-lower_name = 'hello-integration'
+lower_name = 'hello-world'
# Write here a copyright note.
copyright = 'Copyright © 2012 Daniel Francis'