Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle/Makefile.am
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-11-09 09:53:05 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-11-09 09:53:05 (GMT)
commitc7a80a1e56e4f52e280b0b1d87643899726f6c36 (patch)
treec62550475abc3ad0e1a952c2473eb458377d9c2b /src/sugar/bundle/Makefile.am
parentd8217d293e13a13dfa0e2ddfee365c14cd85fc2f (diff)
Add new numbering scheme #2425
- add class NormalizedVersion to parse and compare the new activity versions - change the bundlebuilder and activitybundle to use the new scheme, instead of an int version we expect a string that matches the format defined in NormalizedVersion
Diffstat (limited to 'src/sugar/bundle/Makefile.am')
-rw-r--r--src/sugar/bundle/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/bundle/Makefile.am b/src/sugar/bundle/Makefile.am
index f1af791..50c93de 100644
--- a/src/sugar/bundle/Makefile.am
+++ b/src/sugar/bundle/Makefile.am
@@ -3,4 +3,5 @@ sugar_PYTHON = \
__init__.py \
bundle.py \
activitybundle.py \
+ bundleversion.py \
contentbundle.py