Rename nonoss to noredist to better reflect what the flag is used for.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7f248148 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7f248148 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7f248148 Branch: refs/heads/master Commit: 7f2481486e20f0471b13ba78ceed4c4983620471 Parents: 9a7f304 Author: Hugo Trippaers <[email protected]> Authored: Wed Sep 18 19:10:27 2013 +0800 Committer: Hugo Trippaers <[email protected]> Committed: Sat Sep 21 12:32:09 2013 +0800 ---------------------------------------------------------------------- client/pom.xml | 18 +++++++++--------- plugins/pom.xml | 12 ++++++------ pom.xml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7f248148/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 4ceaf58..d523bed 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -447,13 +447,13 @@ </configuration> </execution> <execution> - <id>process-nonoss</id> + <id>process-noredist</id> <phase>process-resources</phase> <goals> <goal>run</goal> </goals> <configuration> - <target if="${nonoss}"> + <target if="${noredist}"> <echo>test</echo> <replaceregexp file="${basedir}/target/generated-webapp/WEB-INF/classes/environment.properties" @@ -479,13 +479,13 @@ </configuration> </execution> <execution> - <id>process-nonoss-spring-context</id> + <id>process-noredist-spring-context</id> <phase>process-resources</phase> <goals> <goal>run</goal> </goals> <configuration> - <target if="${nonoss}"> + <target if="${noredist}"> <replaceregexp file="${basedir}/target/generated-webapp/WEB-INF/web.xml" match="classpath:componentContext.xml" replace="classpath:nonossComponentContext.xml" byline="true"/> @@ -645,7 +645,7 @@ <id>netapp</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <dependencies> @@ -660,7 +660,7 @@ <id>f5</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <dependencies> @@ -675,7 +675,7 @@ <id>netscaler</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <dependencies> @@ -690,7 +690,7 @@ <id>srx</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <dependencies> @@ -705,7 +705,7 @@ <id>vmware</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7f248148/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index 0812642..ff18e83 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -99,7 +99,7 @@ <id>netapp</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <modules> @@ -110,7 +110,7 @@ <id>kvm</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <modules> @@ -121,7 +121,7 @@ <id>f5</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <modules> @@ -132,7 +132,7 @@ <id>netscaler</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <modules> @@ -143,7 +143,7 @@ <id>srx</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <modules> @@ -154,7 +154,7 @@ <id>vmware</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <modules> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7f248148/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bdd474f..35eeedf 100644 --- a/pom.xml +++ b/pom.xml @@ -727,7 +727,7 @@ <id>vmware</id> <activation> <property> - <name>nonoss</name> + <name>noredist</name> </property> </activation> <modules>
