You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/15 22:29:48 UTC

[39/50] [abbrv] git commit: patches: add nonoss profile

patches: add nonoss profile

Add nonoss profile, and dependency vmware-base and plugin-hypervisor-vmware

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/07a7ce30
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/07a7ce30
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/07a7ce30

Branch: refs/heads/junit-tests
Commit: 07a7ce30c53f40e355dad7b6e8c5ba748ba63044
Parents: bdb23ce
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Oct 11 14:40:38 2012 +0530
Committer: Chip Childers <ch...@gmail.com>
Committed: Mon Oct 15 16:19:14 2012 -0400

----------------------------------------------------------------------
 patches/pom.xml |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/07a7ce30/patches/pom.xml
----------------------------------------------------------------------
diff --git a/patches/pom.xml b/patches/pom.xml
index d826761..f8e9b61 100644
--- a/patches/pom.xml
+++ b/patches/pom.xml
@@ -88,4 +88,26 @@
       </plugin>
     </plugins>
   </build>
+  <profiles>
+    <profile>
+      <id>vmware</id>
+      <activation>
+        <property>
+          <name>nonoss</name>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.cloudstack</groupId>
+          <artifactId>cloud-plugin-hypervisor-vmware</artifactId>
+          <version>${project.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.cloudstack</groupId>
+          <artifactId>cloud-vmware-base</artifactId>
+          <version>${project.version}</version>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
 </project>