Changed the activation of "with-mobile" and "with-not-android-relevant"

profiles based on a new property "mobile.build.is.default" so that no
changes are needed for this on the release branch
This commit is contained in:
Steffen Schaefer
2015-11-24 14:01:17 +01:00
parent 9bf9932a26
commit 7248728674
10 changed files with 43 additions and 12 deletions
@@ -32,7 +32,10 @@
<profile>
<id>with-mobile</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>mobile.build.is.default</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>