Skip to content

Commit

Permalink
more progress: consistent target naming, introduce instead of define,…
Browse files Browse the repository at this point in the history
… unite-based unlayering, etc

git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@351 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Oct 16, 2008
1 parent 5a2687e commit c819037
Show file tree
Hide file tree
Showing 9 changed files with 1,356 additions and 287 deletions.
4 changes: 4 additions & 0 deletions topics/java/lci/Makefile
Expand Up @@ -2,6 +2,10 @@ validator = ../../../shared/tools/checkxml

build:

diff2:
xbgf xbgf/unlayerExpressions3.xbgf bgf/jls3doc.fixErrors3doc.unifyModifiers.unifyNames.deyaccify2doc.refactorTypes3.bgf foo
gdt xbgf.log bgf/jls3doc.fixErrors3doc.unifyModifiers.unifyNames.deyaccify2doc.refactorTypes3.unlayerExpressions3.bgf | grep -v Ok

diff:
gdt bgf/jls3app.fixErrors3.prepare3.bgf bgf/jls3doc.fixErrors3doc.unifyModifiers.unifyNames.deyaccify2doc.refactorTypes3.deyaccifyExpressions3.inlineStatements2doc.inlineExpressions2doc.refactorClassDeclarations3.refactorEnumDeclarations.refactorInterfaceDeclarations3.breakSemantics3doc.bgf

Expand Down
29 changes: 15 additions & 14 deletions topics/java/lci/java.lcf
Expand Up @@ -35,7 +35,7 @@
</grammar>
</tool>

<!--

<source>
<name>jls1app</name>
<grammar>
Expand Down Expand Up @@ -69,7 +69,7 @@
</extraction>
</grammar>
</source>
-->


<source>
<name>jls3app</name>
Expand All @@ -88,9 +88,9 @@
</grammar>
</source>

<!--

<target>
<name>one</name>
<name>jls1</name>
<branch>
<input>jls1app</input>
<perform>fixErrors1</perform>
Expand All @@ -105,7 +105,7 @@
</target>

<target>
<name>two</name>
<name>jls2</name>
<branch>
<input>jls2app</input>
<perform>fixErrors2</perform>
Expand All @@ -128,9 +128,9 @@
<perform>breakSemantics2doc</perform>
</branch>
</target>
-->

<target>
<name>three</name>
<name>jls3</name>
<branch>
<input>jls3app</input>
<perform>fixErrors3</perform>
Expand All @@ -152,11 +152,11 @@
</branch>
</target>

<!--

<target>
<name>onetwo</name>
<branch>
<input>one</input>
<input>jls1</input>
<perform>refactorStatements</perform>
<perform>refactorTypes1</perform>
<perform>upgradeDeclarations1to2</perform>
Expand All @@ -166,7 +166,7 @@
<perform>cropFeatures1</perform>
</branch>
<branch>
<input>two</input>
<input>jls2</input>
</branch>
</target>
<target>
Expand All @@ -177,14 +177,15 @@
<perform>addFeatures2to3</perform>
</branch>
<branch>
<input>three</input>
<input>jls3</input>
</branch>
<branch>
<input>doc</input>
<input>jlsdoc</input>
</branch>
</target>

<target>
<name>doc</name>
<name>jlsdoc</name>
<branch>
<input>jls1doc</input>
<perform>fixErrors1doc</perform>
Expand All @@ -204,7 +205,7 @@
<perform>fixErrors3doc</perform>
</branch>
</target>
<!--
<target>
<name>formal</name>
<branch>
Expand Down
Binary file modified topics/java/lci/snapshot/architecture_large.pdf
Binary file not shown.
Binary file modified topics/java/lci/snapshot/architecture_small.pdf
Binary file not shown.

0 comments on commit c819037

Please sign in to comment.