Skip to content

Commit

Permalink
masm into asm module
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed Jan 19, 2020
1 parent fe2dddc commit 5152a50
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion masm/pom.xml → asm/masm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>MASM grammar</name>
<parent>
<groupId>org.antlr.grammars</groupId>
<artifactId>grammarsv4</artifactId>
<artifactId>asmparent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
1 change: 1 addition & 0 deletions asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
<module>asm8086</module>
<module>asmMASM</module>
<module>asmZ80</module>
<module>masm</module>
</modules>
</project>
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
<module>lolcode</module>
<module>lpc</module>
<module>lua</module>
<module>masm</module>
<module>matlab</module>
<module>mdx</module>
<module>memcached_protocol</module>
Expand Down

0 comments on commit 5152a50

Please sign in to comment.