~johannr/+junk/simula-jhbuild

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
  <repository type="hg" name="hg.hello"
    href="ssh://johannr@fenics.org/hg/" />
  <repository type="hg" name="hg.world"
    href="ssh://johannr@fenics.org/tmp/" />

  <distutils id="hello">
    <branch repo="hg.hello" />
  </distutils>

  <distutils id="hello2">
    <branch repo="hg.hello" />
  </distutils>

  <distutils id="world">
    <branch repo="hg.world" />
  </distutils>

</moduleset>