Move aslib module to profile.

This commit is contained in:
Michael Bayne
2016-12-17 16:55:18 -08:00
parent c8b78bb1fe
commit 54d84acab3
+7 -1
View File
@@ -50,7 +50,6 @@
<module>core</module> <module>core</module>
<module>tools</module> <module>tools</module>
<module>maven-plugin</module> <module>maven-plugin</module>
<module>aslib</module>
</modules> </modules>
<build> <build>
@@ -100,6 +99,13 @@
</build> </build>
<profiles> <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> <profile>
<id>eclipse</id> <id>eclipse</id>
<activation> <activation>