Skip to content

Commit

Permalink
LCI fix according to new XSD
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@146 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 6, 2008
1 parent bfa26cf commit 416c555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion topics/convergence/lci/lci.py
Expand Up @@ -27,7 +27,7 @@ def readxmlconfig (cfg):
config = ElementTree.parse(cfg)
# shortcuts
for outline in config.findall('//shortcut'):
shortcuts[outline.findtext('name')]=expandxml(outline.findall('definition')[0],{})
shortcuts[outline.findtext('name')]=expandxml(outline.findall('expansion')[0],{})
# actions
for outline in config.findall('//target/branch/perform'):
if outline.text not in actions:
Expand Down
8 changes: 4 additions & 4 deletions topics/fl/lci/fl.lcf
Expand Up @@ -2,17 +2,17 @@
<lcf:configuration xmlns:lcf="http://planet-sl.org/lcf">
<shortcut>
<name>slps</name>
<definition>../../..</definition>
<expansion>../../..</expansion>
</shortcut>
<shortcut>
<name>fl</name>
<definition>..</definition>
<expansion>..</expansion>
</shortcut>
<shortcut>
<name>tools</name>
<definition>
<expansion>
<expand>slps</expand>/shared/tools
</definition>
</expansion>
</shortcut>

<tool>
Expand Down

0 comments on commit 416c555

Please sign in to comment.