You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/10/24 20:13:07 UTC

git commit: Correct dependency errors

Updated Branches:
  refs/heads/javelin 059f605ac -> f92ce7263


Correct dependency errors


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

Branch: refs/heads/javelin
Commit: f92ce72639e5870c234a6959026d0231e323e275
Parents: 059f605
Author: Alex Huang <al...@citrix.com>
Authored: Wed Oct 24 11:12:40 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Wed Oct 24 11:12:40 2012 -0700

----------------------------------------------------------------------
 agent/.project                                     |    6 ++++++
 api/.project                                       |    6 ++++++
 awsapi/.project                                    |    6 ++++++
 client/.project                                    |    6 ++++++
 console-proxy/.project                             |    6 ++++++
 core/.project                                      |    6 ++++++
 deps/XenServerJava/.project                        |    6 ++++++
 platform/api/pom.xml                               |    4 ++--
 platform/storage/pom.xml                           |    4 ++--
 .../user-concentrated-pod/.project                 |    6 ++++++
 .../deployment-planners/user-dispersing/.project   |    6 ++++++
 plugins/file-systems/netapp/.project               |    6 ++++++
 plugins/host-allocators/random/.project            |    6 ++++++
 plugins/hypervisors/kvm/.project                   |    6 ++++++
 plugins/hypervisors/ovm/.project                   |    6 ++++++
 plugins/hypervisors/vmware/.project                |    6 ++++++
 plugins/hypervisors/xen/.project                   |    6 ++++++
 .../network-elements/elastic-loadbalancer/.project |    6 ++++++
 plugins/network-elements/f5/.project               |    6 ++++++
 plugins/network-elements/juniper-srx/.project      |    6 ++++++
 plugins/network-elements/netscaler/.project        |    6 ++++++
 plugins/network-elements/nicira-nvp/.project       |    6 ++++++
 plugins/network-elements/ovs/.project              |    6 ++++++
 plugins/storage-allocators/random/.project         |    6 ++++++
 plugins/user-authenticators/ldap/.project          |    6 ++++++
 plugins/user-authenticators/md5/.project           |    6 ++++++
 plugins/user-authenticators/plain-text/.project    |    6 ++++++
 server/.project                                    |    6 ++++++
 usage/.project                                     |    6 ++++++
 utils/.project                                     |    6 ++++++
 vmware-base/.project                               |    6 ++++++
 31 files changed, 178 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/agent/.project
----------------------------------------------------------------------
diff --git a/agent/.project b/agent/.project
index 7a274dd..6544752 100644
--- a/agent/.project
+++ b/agent/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/api/.project
----------------------------------------------------------------------
diff --git a/api/.project b/api/.project
index 5101d6d..9f7624f 100644
--- a/api/.project
+++ b/api/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/awsapi/.project
----------------------------------------------------------------------
diff --git a/awsapi/.project b/awsapi/.project
index c7b4834..c72675c 100644
--- a/awsapi/.project
+++ b/awsapi/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/client/.project
----------------------------------------------------------------------
diff --git a/client/.project b/client/.project
index a666016..78392ca 100644
--- a/client/.project
+++ b/client/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/console-proxy/.project
----------------------------------------------------------------------
diff --git a/console-proxy/.project b/console-proxy/.project
index c507248..01ac014 100755
--- a/console-proxy/.project
+++ b/console-proxy/.project
@@ -20,8 +20,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/core/.project
----------------------------------------------------------------------
diff --git a/core/.project b/core/.project
index 6b72a42..437d8f6 100644
--- a/core/.project
+++ b/core/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/deps/XenServerJava/.project
----------------------------------------------------------------------
diff --git a/deps/XenServerJava/.project b/deps/XenServerJava/.project
index d9385f6..47880da 100644
--- a/deps/XenServerJava/.project
+++ b/deps/XenServerJava/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/platform/api/pom.xml
----------------------------------------------------------------------
diff --git a/platform/api/pom.xml b/platform/api/pom.xml
index b37f9d9..66f7755 100644
--- a/platform/api/pom.xml
+++ b/platform/api/pom.xml
@@ -25,7 +25,7 @@
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack</artifactId>
     <version>4.1.0-SNAPSHOT</version>
-    <relativePath>../../parent/pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <dependencies>
     <dependency>
@@ -39,4 +39,4 @@
     <sourceDirectory>src</sourceDirectory>
     <!-- <testSourceDirectory>test</testSourceDirectory> -->
   </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/platform/storage/pom.xml
----------------------------------------------------------------------
diff --git a/platform/storage/pom.xml b/platform/storage/pom.xml
index e964486..f222a97 100644
--- a/platform/storage/pom.xml
+++ b/platform/storage/pom.xml
@@ -25,7 +25,7 @@
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack</artifactId>
     <version>4.1.0-SNAPSHOT</version>
-    <relativePath>../../parent/pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <dependencies>
     <dependency>
@@ -54,4 +54,4 @@
     <sourceDirectory>src</sourceDirectory>
     <testSourceDirectory>test</testSourceDirectory>
   </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/deployment-planners/user-concentrated-pod/.project
----------------------------------------------------------------------
diff --git a/plugins/deployment-planners/user-concentrated-pod/.project b/plugins/deployment-planners/user-concentrated-pod/.project
index e984070..b429a04 100644
--- a/plugins/deployment-planners/user-concentrated-pod/.project
+++ b/plugins/deployment-planners/user-concentrated-pod/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/deployment-planners/user-dispersing/.project
----------------------------------------------------------------------
diff --git a/plugins/deployment-planners/user-dispersing/.project b/plugins/deployment-planners/user-dispersing/.project
index ff42ee4..315759e 100644
--- a/plugins/deployment-planners/user-dispersing/.project
+++ b/plugins/deployment-planners/user-dispersing/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/file-systems/netapp/.project
----------------------------------------------------------------------
diff --git a/plugins/file-systems/netapp/.project b/plugins/file-systems/netapp/.project
index 9cd65bd..4665674 100644
--- a/plugins/file-systems/netapp/.project
+++ b/plugins/file-systems/netapp/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/host-allocators/random/.project
----------------------------------------------------------------------
diff --git a/plugins/host-allocators/random/.project b/plugins/host-allocators/random/.project
index 02812b3..b2de6b6 100644
--- a/plugins/host-allocators/random/.project
+++ b/plugins/host-allocators/random/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/hypervisors/kvm/.project
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/kvm/.project b/plugins/hypervisors/kvm/.project
index c690a0e..9ae8833 100644
--- a/plugins/hypervisors/kvm/.project
+++ b/plugins/hypervisors/kvm/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/hypervisors/ovm/.project
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/ovm/.project b/plugins/hypervisors/ovm/.project
index 694b349..94ec6ba 100644
--- a/plugins/hypervisors/ovm/.project
+++ b/plugins/hypervisors/ovm/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/hypervisors/vmware/.project
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/vmware/.project b/plugins/hypervisors/vmware/.project
index ce9c179..02e420a 100644
--- a/plugins/hypervisors/vmware/.project
+++ b/plugins/hypervisors/vmware/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/hypervisors/xen/.project
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/xen/.project b/plugins/hypervisors/xen/.project
index 456747c..cf0d7b3 100644
--- a/plugins/hypervisors/xen/.project
+++ b/plugins/hypervisors/xen/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/network-elements/elastic-loadbalancer/.project
----------------------------------------------------------------------
diff --git a/plugins/network-elements/elastic-loadbalancer/.project b/plugins/network-elements/elastic-loadbalancer/.project
index 750ecbe..c4a6601 100644
--- a/plugins/network-elements/elastic-loadbalancer/.project
+++ b/plugins/network-elements/elastic-loadbalancer/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/network-elements/f5/.project
----------------------------------------------------------------------
diff --git a/plugins/network-elements/f5/.project b/plugins/network-elements/f5/.project
index f4deca7..0ec2dce 100644
--- a/plugins/network-elements/f5/.project
+++ b/plugins/network-elements/f5/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/network-elements/juniper-srx/.project
----------------------------------------------------------------------
diff --git a/plugins/network-elements/juniper-srx/.project b/plugins/network-elements/juniper-srx/.project
index a1ccf7e..2d2f33a 100644
--- a/plugins/network-elements/juniper-srx/.project
+++ b/plugins/network-elements/juniper-srx/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/network-elements/netscaler/.project
----------------------------------------------------------------------
diff --git a/plugins/network-elements/netscaler/.project b/plugins/network-elements/netscaler/.project
index 6ab0a2a..ed91614 100644
--- a/plugins/network-elements/netscaler/.project
+++ b/plugins/network-elements/netscaler/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/network-elements/nicira-nvp/.project
----------------------------------------------------------------------
diff --git a/plugins/network-elements/nicira-nvp/.project b/plugins/network-elements/nicira-nvp/.project
index 15cd720..59143f4 100644
--- a/plugins/network-elements/nicira-nvp/.project
+++ b/plugins/network-elements/nicira-nvp/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/network-elements/ovs/.project
----------------------------------------------------------------------
diff --git a/plugins/network-elements/ovs/.project b/plugins/network-elements/ovs/.project
index 42b23ae..94bf32f 100644
--- a/plugins/network-elements/ovs/.project
+++ b/plugins/network-elements/ovs/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/storage-allocators/random/.project
----------------------------------------------------------------------
diff --git a/plugins/storage-allocators/random/.project b/plugins/storage-allocators/random/.project
index d3d0d83..60bdfc2 100644
--- a/plugins/storage-allocators/random/.project
+++ b/plugins/storage-allocators/random/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/user-authenticators/ldap/.project
----------------------------------------------------------------------
diff --git a/plugins/user-authenticators/ldap/.project b/plugins/user-authenticators/ldap/.project
index 0db5e79..2540e1c 100644
--- a/plugins/user-authenticators/ldap/.project
+++ b/plugins/user-authenticators/ldap/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/user-authenticators/md5/.project
----------------------------------------------------------------------
diff --git a/plugins/user-authenticators/md5/.project b/plugins/user-authenticators/md5/.project
index cac426d..9f8f9ff 100644
--- a/plugins/user-authenticators/md5/.project
+++ b/plugins/user-authenticators/md5/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/plugins/user-authenticators/plain-text/.project
----------------------------------------------------------------------
diff --git a/plugins/user-authenticators/plain-text/.project b/plugins/user-authenticators/plain-text/.project
index de0daef..3c676ff 100644
--- a/plugins/user-authenticators/plain-text/.project
+++ b/plugins/user-authenticators/plain-text/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/server/.project
----------------------------------------------------------------------
diff --git a/server/.project b/server/.project
index 4833869..9189ffa 100644
--- a/server/.project
+++ b/server/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/usage/.project
----------------------------------------------------------------------
diff --git a/usage/.project b/usage/.project
index cf40b98..f2caaad 100644
--- a/usage/.project
+++ b/usage/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/utils/.project
----------------------------------------------------------------------
diff --git a/utils/.project b/utils/.project
index f81263a..6f4c0ad 100644
--- a/utils/.project
+++ b/utils/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f92ce726/vmware-base/.project
----------------------------------------------------------------------
diff --git a/vmware-base/.project b/vmware-base/.project
index 0ed2ec8..bf57cda 100644
--- a/vmware-base/.project
+++ b/vmware-base/.project
@@ -15,8 +15,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>