Search:
Login
About Trac
Help/Guide
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 7
and
Version 8
of
DsxTasks
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 2, 2007, 8:16:40 PM (
18 years
ago)
Author:
Nicolas Pouillon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
DsxTasks
v7
v8
5
5
{{{
6
6
exemple_inst = Task( "exemple_task_name", exemple_task_model,
7
{
7
portmap =
{
8
8
"port1" : resourceA,
9
9
"port2" : resourceB
10
10
},
11
{"DEF_NAME": "value"}
11
defines = {
12
"DEF_NAME": "value"
13
}
12
14
)
13
15
}}}