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-17 18:54:42 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-17 18:54:42 (GMT)
commitffe31992dd4796c576ab58b61d61bbb772b982f0 (patch)
tree5a3223f203269f98143e176899db886a5a025d9f /config/modulesets/fructose.modules
parentb2a9a81caa6abcc138b346f3aac6d73f5a0b10a8 (diff)
Big refactoring by David Farning.
Diffstat (limited to 'config/modulesets/fructose.modules')
-rw-r--r--config/modulesets/fructose.modules71
1 files changed, 0 insertions, 71 deletions
diff --git a/config/modulesets/fructose.modules b/config/modulesets/fructose.modules
deleted file mode 100644
index 6c12c47..0000000
--- a/config/modulesets/fructose.modules
+++ /dev/null
@@ -1,71 +0,0 @@
-<?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 module="write/mainline.git" checkoutdir="write" />
- </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>