Skip to content

Commit 22ff19b

Browse files
committed
comment out unused c# code generation
1 parent 7b725e1 commit 22ff19b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

janitor-lang/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686
<outputDirectory>target/generated-sources/java</outputDirectory>
8787
</configuration>
8888
</execution>
89-
<!-- While we're at it, generate C# code as well, because that needs manual steps
89+
<!-- While we're at it, might generate C# code as well, because that needs manual steps
9090
on the C# side... see https://github.com/antlr/antlr4/blob/master/runtime/CSharp/src/README.md
9191
Nesting the C# code in the Java project is probably not one of my better ideas, but to get work done
9292
it's a good enough solution for now.
93-
-->
93+
9494
<execution>
9595
<id>antlr-csharp</id>
9696
<goals>
@@ -108,6 +108,8 @@
108108
</configuration>
109109
</execution>
110110
111+
-->
112+
111113
</executions>
112114
</plugin>
113115

0 commit comments

Comments
 (0)