Move aslib module to profile.
This commit is contained in:
@@ -44,7 +44,6 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<module>core</module>
|
<module>core</module>
|
||||||
<module>tools</module>
|
<module>tools</module>
|
||||||
<module>aslib</module>
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@@ -120,6 +119,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>
|
||||||
@@ -205,6 +211,5 @@
|
|||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user