Move aslib module to profile.

This commit is contained in:
Michael Bayne
2016-12-17 17:05:28 -08:00
parent 5a6a960cd9
commit 486d4c80b1
+7 -1
View File
@@ -44,7 +44,6 @@
<modules>
<module>core</module>
<!--<module>tools</module>-->
<module>aslib</module>
</modules>
<build>
@@ -109,6 +108,13 @@
</build>
<profiles>
<!-- build with mvn -Paslib to build the ActionScript code; the Maven ActionScript plugins
are old and broken, so I've disabled this by default -->
<profile>
<id>aslib</id>
<modules><module>aslib</module></modules>
</profile>
<profile>
<id>eclipse</id>
<activation>