Skip to content

Commit f92ce72

Browse files
author
Alex Huang
committed
Correct dependency errors
1 parent 059f605 commit f92ce72

31 files changed

Lines changed: 178 additions & 4 deletions

File tree

agent/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2026
<nature>org.eclipse.jdt.core.javanature</nature>
2127
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2228
</natures>

api/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2026
<nature>org.eclipse.jdt.core.javanature</nature>
2127
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2228
</natures>

awsapi/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2026
<nature>org.eclipse.jdt.core.javanature</nature>
2127
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2228
</natures>

client/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2026
<nature>org.eclipse.jdt.core.javanature</nature>
2127
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2228
</natures>

console-proxy/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
30+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2531
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2632
<nature>org.eclipse.jdt.core.javanature</nature>
2733
</natures>

core/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2026
<nature>org.eclipse.jdt.core.javanature</nature>
2127
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2228
</natures>

deps/XenServerJava/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2026
<nature>org.eclipse.jdt.core.javanature</nature>
2127
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2228
</natures>

platform/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
2727
<version>4.1.0-SNAPSHOT</version>
28-
<relativePath>../../parent/pom.xml</relativePath>
28+
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>
3131
<dependency>
@@ -39,4 +39,4 @@
3939
<sourceDirectory>src</sourceDirectory>
4040
<!-- <testSourceDirectory>test</testSourceDirectory> -->
4141
</build>
42-
</project>
42+
</project>

platform/storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
2727
<version>4.1.0-SNAPSHOT</version>
28-
<relativePath>../../parent/pom.xml</relativePath>
28+
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>
3131
<dependency>
@@ -54,4 +54,4 @@
5454
<sourceDirectory>src</sourceDirectory>
5555
<testSourceDirectory>test</testSourceDirectory>
5656
</build>
57-
</project>
57+
</project>

plugins/deployment-planners/user-concentrated-pod/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2026
<nature>org.eclipse.jdt.core.javanature</nature>
2127
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2228
</natures>

0 commit comments

Comments
 (0)