Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/fructose.modules
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2009-01-20 17:21:49 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-20 17:21:49 (GMT)
commit7cd4cee4819b134a195ffb26eae26032493ef6bd (patch)
tree5229ef759ec97f1123e21f2bb162d59e9d5d02cb /config/modulesets/fructose.modules
parentffe31992dd4796c576ab58b61d61bbb772b982f0 (diff)
Some refactoring and fixes.
Diffstat (limited to 'config/modulesets/fructose.modules')
-rw-r--r--config/modulesets/fructose.modules71
1 files changed, 71 insertions, 0 deletions
diff --git a/config/modulesets/fructose.modules b/config/modulesets/fructose.modules
new file mode 100644
index 0000000..f06b9ad
--- /dev/null
+++ b/config/modulesets/fructose.modules
@@ -0,0 +1,71 @@
+<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
+<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
+<moduleset>
+ <repository type="git" name="git.sugarlabs.org" default="yes"
+ href="git://git.sugarlabs.org"/>
+ <repository type="git" name="dev.laptop.org"
+ href="git://dev.laptop.org/"/>
+ <repository type="git" name="dev.laptop.org/projects"
+ href="git://dev.laptop.org/projects/" />
+ <repository type="git" name="dev.laptop.org/users/sayamindu"
+ href="git://dev.laptop.org/users/sayamindu/" />
+ <bundle id="block-party-activity">
+ <branch repo="dev.laptop.org/projects" />
+ </bundle>
+ <bundle id="browse">
+ <branch module="browse/mainline.git" checkoutdir="browse"/>
+ </bundle>
+ <bundle id="pippy-activity">
+ <branch repo="dev.laptop.org/projects" />
+ </bundle>
+ <bundle id="chat">
+ <branch module="chat/mainline.git" checkoutdir="chat"/>
+ </bundle>
+ <bundle id="read">
+ <branch module="read/mainline.git" checkoutdir="read"/>
+ </bundle>
+ <bundle id="terminal">
+ <branch module="terminal/mainline.git" checkoutdir="terminal" />
+ </bundle>
+ <bundle id="write">
+ <branch repo="dev.laptop.org/projects" />
+ </bundle>
+ <autotools id="etoys">
+ <branch repo="dev.laptop.org/projects" />
+ </autotools>
+ <bundle id="calculate">
+ <branch module="calculate/mainline.git" checkoutdir="calculate" />
+ </bundle>
+ <bundle id="log-activity">
+ <branch repo="dev.laptop.org/projects" />
+ </bundle>
+ <bundle id="pippy-activity">
+ <branch repo="dev.laptop.org/projects" />
+ </bundle>
+ <bundle id="imageviewer">
+ <branch module="imageviewer/mainline.git" checkoutdir="imageviewer" />
+ </bundle>
+ <bundle id="turtleart">
+ <branch module="turtleart/mainline.git" checkoutdir="turtleart"/>
+ </bundle>
+ <bundle id="jukebox">
+ <branch module="jukebox/mainline.git" checkoutdir="jukebox"/>
+ </bundle>
+
+ <metamodule id="meta-fructose">
+ <dependencies>
+ <dep package="etoys"/>
+ <dep package="read"/>
+ <dep package="browse"/>
+ <dep package="chat"/>
+ <dep package="write"/>
+ <dep package="terminal"/>
+ <dep package="calculate"/>
+ <dep package="log-activity"/>
+ <dep package="pippy-activity"/>
+ <dep package="imageviewer"/>
+ <dep package="turtleart"/>
+ <dep package="jukebox"/>
+ </dependencies>
+ </metamodule>
+</moduleset>