Add activation on systemvm property to the systemvm profile for backwards compatibility with existing buildscripts

This commit is contained in:
Hugo Trippaers 2013-09-20 19:35:36 +08:00
parent 4e47577fbd
commit 8e25c7ab45
1 changed files with 5 additions and 0 deletions

View File

@ -688,6 +688,11 @@
</profile>
<profile>
<id>systemvm</id>
<activation>
<property>
<name>systemvm</name>
</property>
</activation>
<modules>
<module>systemvm</module>
</modules>