Skip to content

Commit

Permalink
snapshot/rollback version of LCI
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@187 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 19, 2008
1 parent a0fa482 commit c60124d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions topics/fl/lci/Makefile
@@ -1,4 +1,4 @@
schemata = ../../../shared/xsd
validator = ../../../shared/tools/checkxml

build:

Expand All @@ -7,9 +7,9 @@ test:
@rm -f architecture*.dot

check:
xmllint --noout --schema ${schemata}/lcf.xsd fl.lcf
ls xbgf/*.xbgf | xargs xmllint --noout --schema ${schemata}/xbgf.xsd
ls bgf/*.bgf | xargs xmllint --noout --schema ${schemata}/bgf.xsd
${validator} lcf fl.lcf
ls -1 xbgf/*.xbgf | xargs -1 ${validator} xbgf
ls -1 bgf/*.bgf | xargs -1 ${validator} bgf

clean:
rm -f *~
Expand Down
Binary file removed topics/fl/lci/baseline/architecture_large.pdf
Binary file not shown.
Binary file removed topics/fl/lci/baseline/architecture_small.pdf
Binary file not shown.
Binary file added topics/fl/lci/snapshot/architecture_large.pdf
Binary file not shown.
Binary file added topics/fl/lci/snapshot/architecture_small.pdf
Binary file not shown.

0 comments on commit c60124d

Please sign in to comment.