* All tools:

- Change: take account of the renaming "io" -> "vlsisapd".
This commit is contained in:
Jean-Paul Chaput 2010-05-18 15:12:27 +00:00
parent 380f9470e4
commit ed6fbe9f5f
1 changed files with 4 additions and 4 deletions

View File

@ -484,12 +484,12 @@ class ProjectBuilder:
if __name__ == "__main__":
io = Project ( name = "io"
, tools =[ "io" ]
vlsisapd = Project ( name = "vlsisapd"
, tools =[ "vlsisapd" ]
, repository="/users/outil/coriolis/svn"
)
coriolis = Project ( name = "coriolis"
coriolis = Project ( name = "coriolis"
, tools =[ "hurricane"
, "crlcore"
, "knik"
@ -542,7 +542,7 @@ if __name__ == "__main__":
( options, args ) = parser.parse_args ()
builder = ProjectBuilder ()
builder.register ( io )
builder.register ( vlsisapd )
builder.register ( coriolis )
builder.register ( chams )