Skip to content

Commit

Permalink
enforcing naming convention
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@649 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed May 27, 2009
1 parent e9c22b4 commit 6b24590
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 20 deletions.
22 changes: 12 additions & 10 deletions topics/fl/lci/fl-lci.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,27 @@
<None Include="xbgf\defineLex.xbgf" />
<None Include="xbgf\extractOps.xbgf" />
<None Include="xbgf\makeSignature.xbgf" />
<None Include="xbgf\massageXsd.xbgf" />
<None Include="xbgf\massage-model.xbgf" />
<None Include="xbgf\permuteArgs.xbgf" />
<None Include="xbgf\preferDcg.xbgf" />
<None Include="xbgf\preferJaxb-1.xbgf" />
<None Include="xbgf\preferJaxb-2.xbgf" />
<None Include="xbgf\preferJaxb.xbgf" />
<None Include="xbgf\removeLayers.xbgf" />
<None Include="xbgf\renameAntlr.xbgf" />
<None Include="xbgf\renameECore.xbgf" />
<None Include="xbgf\renameJaxb.xbgf" />
<None Include="xbgf\renameOm.xbgf" />
<None Include="xbgf\renameSdf.xbgf" />
<None Include="xbgf\renameXsd.xbgf" />
<None Include="xbgf\rename-antlr.xbgf" />
<None Include="xbgf\rename-ecore.xbgf" />
<None Include="xbgf\rename-jaxb.xbgf" />
<None Include="xbgf\rename-model.xbgf" />
<None Include="xbgf\rename-om.xbgf" />
<None Include="xbgf\rename-sdf.xbgf" />
<None Include="xbgf\reroot.xbgf" />
<None Include="xbgf\resolveAggregation.xbgf" />
<None Include="xbgf\stripNewline.xbgf" />
<None Include="xbgf\stripSelectors.xbgf" />
<None Include="xbgf\stripTerminals.xbgf" />
<None Include="xbgf\trimJaxb.xbgf" />
<None Include="xbgf\trimOm.xbgf" />
<None Include="xbgf\trimXsd.xbgf" />
<None Include="xbgf\trim-jaxb.xbgf" />
<None Include="xbgf\trim-om.xbgf" />
<None Include="xbgf\trim-xsd.xbgf" />
<None Include="xbgf\unerase.xbgf" />
</ItemGroup>
</Project>
20 changes: 10 additions & 10 deletions topics/fl/lci/fl.lcf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<branch>
<input>antlr</input>
<nominal-matching>
<perform>renameAntlr</perform>
<perform>rename-antlr</perform>
</nominal-matching>
<structural-matching>
<perform>preferDcg</perform>
Expand All @@ -234,7 +234,7 @@
<nominal-matching>
<automated>
<method>case</method>
<result>renameSdf</result>
<result>rename-sdf</result>
</automated>
</nominal-matching>
</branch>
Expand All @@ -245,7 +245,7 @@
<branch>
<input>ecore</input>
<nominal-matching>
<perform>renameECore</perform>
<perform>rename-ecore</perform>
</nominal-matching>
<structural-matching>
<perform>extractOps</perform>
Expand All @@ -257,7 +257,7 @@
<branch>
<input>xsd</input>
<nominal-matching>
<perform>trimXsd</perform>
<perform>trim-xsd</perform>
</nominal-matching>
</branch>
</target>
Expand All @@ -267,20 +267,20 @@
<branch>
<input>jaxb</input>
<nominal-matching>
<perform>trimJaxb</perform>
<perform>trim-jaxb</perform>
<automated>
<method>case</method>
<result>renameJaxb</result>
<result>rename-jaxb</result>
</automated>
</nominal-matching>
</branch>
<branch>
<input>om</input>
<nominal-matching>
<perform>trimOm</perform>
<perform>trim-om</perform>
<automated>
<method>case</method>
<result>renameOm</result>
<result>rename-om</result>
</automated>
<perform>preferJaxb</perform>
</nominal-matching>
Expand All @@ -303,11 +303,11 @@
<nominal-matching>
<automated>
<method>case</method>
<result>renameXsd</result>
<result>rename-model</result>
</automated>
</nominal-matching>
<structural-matching>
<perform>massageXsd</perform>
<perform>massage-model</perform>
</structural-matching>
</branch>
</target>
Expand Down
Binary file modified topics/fl/lci/snapshot/architecture_large.pdf
Binary file not shown.
Binary file modified topics/fl/lci/snapshot/architecture_small.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6b24590

Please sign in to comment.