Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/etoys.modules
blob: 0ef37b94d476263985a65ea25ba948f937f0017d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
  <repository type="svn" name="squeakvm.org"
	href="http://squeakvm.org/svn/squeak/branches/" trunk-template="olpc"/>

  <autotools id="squeak">
    <branch repo="squeakvm.org" module="olpc" checkoutdir="squeak"/>
  </autotools>

  <autotools id="etoys">
    <branch repo="dev.laptop.org/projects" />
    <dependencies>
      <dep package="squeak"/>
    </dependencies>
  </autotools>

  <metamodule id="meta-etoys">
    <dependencies>
      <dep package="etoys"/>
    </dependencies>
  </metamodule>
</moduleset>