Updated Branches: refs/heads/master 4e47577fb -> 8e25c7ab4
Add activation on systemvm property to the systemvm profile for backwards compatibility with existing buildscripts Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8e25c7ab Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8e25c7ab Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8e25c7ab Branch: refs/heads/master Commit: 8e25c7ab45d8bc3f828f0ffcfd266911cf942160 Parents: 4e47577 Author: Hugo Trippaers <[email protected]> Authored: Fri Sep 20 19:35:36 2013 +0800 Committer: Hugo Trippaers <[email protected]> Committed: Fri Sep 20 19:35:36 2013 +0800 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8e25c7ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46a62715..bdd474f 100644 --- a/pom.xml +++ b/pom.xml @@ -688,6 +688,11 @@ </profile> <profile> <id>systemvm</id> + <activation> + <property> + <name>systemvm</name> + </property> + </activation> <modules> <module>systemvm</module> </modules>
