You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/07/12 09:50:59 UTC

[04/50] git commit: updated refs/heads/sdnextensions to bcfb4e6

turn on simulator code, only when -Psimulator is used


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

Branch: refs/heads/sdnextensions
Commit: 58f0007f751643c7eb9e6a75a4b32209b2608771
Parents: 8236e7b
Author: Edison Su <su...@gmail.com>
Authored: Wed Jul 10 14:10:54 2013 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Wed Jul 10 14:31:47 2013 -0700

----------------------------------------------------------------------
 client/pom.xml    | 12 +-----------
 developer/pom.xml | 12 ------------
 plugins/pom.xml   |  1 -
 3 files changed, 1 insertion(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/58f0007f/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 222c520..aa67f7f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -250,11 +250,6 @@
         <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.cloudstack</groupId>
-      <artifactId>cloud-plugin-hypervisor-simulator</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
         <groupId>org.apache.cloudstack</groupId>
         <artifactId>cloud-plugin-storage-volume-default</artifactId>
         <version>${project.version}</version>
@@ -276,11 +271,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cloudstack</groupId>
-      <artifactId>cloud-plugin-storage-image-simulator</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cloudstack</groupId>
       <artifactId>cloud-plugin-syslog-alerts</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -613,7 +603,7 @@
   </build>
   <profiles>
     <profile>
-      <id>developer</id>
+      <id>simulator</id>
       <activation>
         <property>
           <name>simulator</name>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/58f0007f/developer/pom.xml
----------------------------------------------------------------------
diff --git a/developer/pom.xml b/developer/pom.xml
index e9284f4..b86969f 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -52,18 +52,6 @@
       <artifactId>cloud-server</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.cloudstack</groupId>
-      <artifactId>cloud-plugin-hypervisor-simulator</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cloudstack</groupId>
-      <artifactId>cloud-plugin-storage-image-simulator</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
   <build>
     <defaultGoal>install</defaultGoal>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/58f0007f/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 5bc324d..261e8e8 100755
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -46,7 +46,6 @@
     <module>hypervisors/xen</module>
     <module>hypervisors/kvm</module>
     <module>event-bus/rabbitmq</module>
-    <module>hypervisors/simulator</module>
     <module>hypervisors/baremetal</module>
     <module>hypervisors/ucs</module>
     <module>network-elements/elastic-loadbalancer</module>