Exclude scpt from the build for now until it is moved to an extra

sub-module. See #120
This commit is contained in:
norman 2011-12-12 14:59:34 +01:00
parent a4bfc4011d
commit 86d39274c6

View File

@ -290,6 +290,11 @@
<optimize>true</optimize>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<excludes>
<!-- Exclude sctp from build for now -->
<!-- See: https://github.com/netty/netty/issues/120 -->
<exclude>**/sctp/*.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>