Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/extra-activities.modules
blob: 2ee9dcb79a869db56792a789bdd6ecc30ff6f548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?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="svn" name="penguintv.sf.net"
      href="https://penguintv.svn.sourceforge.net/svnroot/penguintv/" />

  <bundle id="penguintv">
    <branch repo="penguintv.sf.net" module="trunk" checkoutdir="penguintv" />
  </bundle>
  <bundle id="video-chat-activity">
    <branch repo="dev.laptop.org/projects" />
  </bundle>
  <bundle id="connect-activity">
    <branch repo="dev.laptop.org/projects" />
  </bundle>
  <bundle id="paint">
    <branch module="paint/mainline" checkoutdir="paint" />
  </bundle>
  <bundle id="hellomesh">
    <branch module="hello-mesh/mainline" checkoutdir="hellomesh" />
  </bundle>
  <bundle id="gmail-activity">
    <branch repo="dev.laptop.org/projects" />
  </bundle>
  <bundle id="cartoon-builder">
    <branch module="cartoon-builder/mainline.git"
	    checkoutdir="cartoon-builder"/>
  </bundle>
  <bundle id="jigsaw-puzzle">
    <branch module="jigsaw-puzzle-branch/mainline" checkoutdir="jigsaw-puzzle" />
  </bundle>
  <bundle id="joke-machine">
    <branch module="joke-machine-branch/mainline" checkoutdir="joke-machine" />
  </bundle>
  <bundle id="poll">
    <branch module="poll/mainline.git" checkoutdir="poll"/>
  </bundle>
  <bundle id="slider-puzzle">
    <branch module="slider-puzzle-branch/mainline" checkoutdir="slider-puzzle" />
  </bundle>
  <bundle id="story-builder">
    <branch module="story-builder-branch/mainline" checkoutdir="story-builder" />
  </bundle>
  <bundle id="flipsticks">
    <branch module="flipsticks/mainline.git" checkoutdir="flipsticks"/>
  </bundle>
  <bundle id="analyze-activity">
    <branch repo="dev.laptop.org/projects" />
  </bundle>
  <bundle id="acoustic-measure-activity">
    <branch repo="dev.laptop.org/projects" />
  </bundle>
  <metamodule id="meta-extra-activities">
    <dependencies>
      <dep package="penguintv"/>
      <dep package="video-chat-activity"/>
      <dep package="connect-activity"/>
      <dep package="paint"/>
      <dep package="hellomesh"/>
      <dep package="gmail-activity"/>
      <dep package="cartoon-builder"/>
      <dep package="jigsaw-puzzle"/>
      <dep package="joke-machine"/>
      <dep package="poll"/>
      <dep package="slider-puzzle"/>
      <dep package="story-builder"/>
      <dep package="flipsticks"/>
      <dep package="analyze-activity"/>
      <dep package="acoustic-measure-activity"/>
      <dep package="meta-etoys"/>
    </dependencies>
  </metamodule>
</moduleset>