Skip to content

Commit 5ef60ac

Browse files
committed
%s/tab/ws/
1 parent 9fb282b commit 5ef60ac

32 files changed

Lines changed: 1001 additions & 1001 deletions

File tree

agent/pom.xml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -17,52 +17,52 @@
1717
under the License.
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21-
<modelVersion>4.0.0</modelVersion>
22-
<artifactId>cloud-agent</artifactId>
23-
<name>Apache CloudStack Agents</name>
24-
<parent>
25-
<groupId>com.cloud</groupId>
26-
<artifactId>cloud-parent</artifactId>
27-
<version>4.0.0-SNAPSHOT</version>
28-
<relativePath>../parent/pom.xml</relativePath>
29-
</parent>
30-
<dependencies>
31-
<dependency>
32-
<groupId>com.cloud</groupId>
33-
<artifactId>cloud-core</artifactId>
34-
<version>${project.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.mortbay.jetty</groupId>
38-
<artifactId>jetty</artifactId>
39-
<version>6.1.26</version>
40-
</dependency>
41-
<dependency>
42-
<groupId>com.cloud</groupId>
43-
<artifactId>cloud-utils</artifactId>
44-
<version>${project.version}</version>
45-
<classifier>tests</classifier>
46-
<scope>test</scope>
47-
</dependency>
48-
</dependencies>
49-
<build>
50-
<defaultGoal>install</defaultGoal>
51-
<sourceDirectory>src</sourceDirectory>
52-
<testSourceDirectory>test</testSourceDirectory>
53-
<plugins>
54-
<plugin>
55-
<groupId>org.apache.maven.plugins</groupId>
56-
<artifactId>maven-jar-plugin</artifactId>
57-
<version>2.2</version>
58-
<executions>
59-
<execution>
60-
<goals>
61-
<goal>test-jar</goal>
62-
</goals>
63-
</execution>
64-
</executions>
65-
</plugin>
66-
</plugins>
67-
</build>
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<modelVersion>4.0.0</modelVersion>
22+
<artifactId>cloud-agent</artifactId>
23+
<name>Apache CloudStack Agents</name>
24+
<parent>
25+
<groupId>com.cloud</groupId>
26+
<artifactId>cloud-parent</artifactId>
27+
<version>4.0.0-SNAPSHOT</version>
28+
<relativePath>../parent/pom.xml</relativePath>
29+
</parent>
30+
<dependencies>
31+
<dependency>
32+
<groupId>com.cloud</groupId>
33+
<artifactId>cloud-core</artifactId>
34+
<version>${project.version}</version>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.mortbay.jetty</groupId>
38+
<artifactId>jetty</artifactId>
39+
<version>6.1.26</version>
40+
</dependency>
41+
<dependency>
42+
<groupId>com.cloud</groupId>
43+
<artifactId>cloud-utils</artifactId>
44+
<version>${project.version}</version>
45+
<classifier>tests</classifier>
46+
<scope>test</scope>
47+
</dependency>
48+
</dependencies>
49+
<build>
50+
<defaultGoal>install</defaultGoal>
51+
<sourceDirectory>src</sourceDirectory>
52+
<testSourceDirectory>test</testSourceDirectory>
53+
<plugins>
54+
<plugin>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-jar-plugin</artifactId>
57+
<version>2.2</version>
58+
<executions>
59+
<execution>
60+
<goals>
61+
<goal>test-jar</goal>
62+
</goals>
63+
</execution>
64+
</executions>
65+
</plugin>
66+
</plugins>
67+
</build>
6868
</project>

api/pom.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@
1717
under the License.
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21-
<modelVersion>4.0.0</modelVersion>
22-
<artifactId>cloud-api</artifactId>
23-
<name>Apache CloudStack API</name>
24-
<parent>
25-
<groupId>com.cloud</groupId>
26-
<artifactId>cloud-parent</artifactId>
27-
<version>4.0.0-SNAPSHOT</version>
28-
<relativePath>../parent/pom.xml</relativePath>
29-
</parent>
30-
<dependencies>
31-
<dependency>
32-
<groupId>com.cloud</groupId>
33-
<artifactId>cloud-utils</artifactId>
34-
<version>${project.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>com.google.code.gson</groupId>
38-
<artifactId>gson</artifactId>
39-
<version>${cs.gson.version}</version>
40-
</dependency>
41-
</dependencies>
42-
<build>
43-
<defaultGoal>install</defaultGoal>
44-
<sourceDirectory>src</sourceDirectory>
45-
</build>
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<modelVersion>4.0.0</modelVersion>
22+
<artifactId>cloud-api</artifactId>
23+
<name>Apache CloudStack API</name>
24+
<parent>
25+
<groupId>com.cloud</groupId>
26+
<artifactId>cloud-parent</artifactId>
27+
<version>4.0.0-SNAPSHOT</version>
28+
<relativePath>../parent/pom.xml</relativePath>
29+
</parent>
30+
<dependencies>
31+
<dependency>
32+
<groupId>com.cloud</groupId>
33+
<artifactId>cloud-utils</artifactId>
34+
<version>${project.version}</version>
35+
</dependency>
36+
<dependency>
37+
<groupId>com.google.code.gson</groupId>
38+
<artifactId>gson</artifactId>
39+
<version>${cs.gson.version}</version>
40+
</dependency>
41+
</dependencies>
42+
<build>
43+
<defaultGoal>install</defaultGoal>
44+
<sourceDirectory>src</sourceDirectory>
45+
</build>
4646
</project>

awsapi/pom.xml

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -17,99 +17,99 @@
1717
under the License.
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21-
<modelVersion>4.0.0</modelVersion>
22-
<artifactId>cloud-awsapi</artifactId>
23-
<version>4.0.0-SNAPSHOT</version>
24-
<name>Apache CloudStack AWS API Bridge</name>
25-
<parent>
26-
<groupId>com.cloud</groupId>
27-
<artifactId>cloud-parent</artifactId>
28-
<version>4.0.0-SNAPSHOT</version>
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<modelVersion>4.0.0</modelVersion>
22+
<artifactId>cloud-awsapi</artifactId>
23+
<version>4.0.0-SNAPSHOT</version>
24+
<name>Apache CloudStack AWS API Bridge</name>
25+
<parent>
26+
<groupId>com.cloud</groupId>
27+
<artifactId>cloud-parent</artifactId>
28+
<version>4.0.0-SNAPSHOT</version>
2929
<relativePath>../parent/pom.xml</relativePath>
30-
</parent>
31-
<dependencies>
30+
</parent>
31+
<dependencies>
3232
<dependency>
3333
<groupId>org.apache.axis2</groupId>
3434
<artifactId>axis2</artifactId>
3535
<version>${cs.axis2.version}</version>
3636
</dependency>
37-
<dependency>
38-
<groupId>org.apache.ws.commons.axiom</groupId>
39-
<artifactId>axiom-api</artifactId>
40-
<version>${cs.axiom.version}</version>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.hibernate</groupId>
44-
<artifactId>hibernate-core</artifactId>
45-
<version>${cs.hibernate.version}</version>
46-
</dependency>
47-
<dependency>
48-
<groupId>org.hibernate</groupId>
49-
<artifactId>hibernate-annotations</artifactId>
50-
<version>${cs.hibernate.version}</version>
51-
</dependency>
52-
<dependency>
53-
<groupId>org.hibernate</groupId>
54-
<artifactId>hibernate-entitymanager</artifactId>
55-
<version>${cs.hibernate.version}</version>
56-
</dependency>
57-
<dependency>
58-
<groupId>log4j</groupId>
59-
<artifactId>log4j</artifactId>
60-
<version>${cs.log4j.version}</version>
61-
</dependency>
62-
<dependency>
63-
<groupId>org.apache.neethi</groupId>
64-
<artifactId>neethi</artifactId>
65-
<version>${cs.neethi.version}</version>
66-
</dependency>
67-
<dependency>
68-
<groupId>com.google.code.gson</groupId>
69-
<artifactId>gson</artifactId>
70-
<version>${cs.gson.version}</version>
71-
</dependency>
72-
<dependency>
73-
<groupId>commons-codec</groupId>
74-
<artifactId>commons-codec</artifactId>
75-
<version>${cs.codec.version}</version>
76-
</dependency>
77-
<dependency>
78-
<groupId>javax.servlet</groupId>
79-
<artifactId>servlet-api</artifactId>
80-
<version>${cs.servlet.version}</version>
81-
<scope>provided</scope>
82-
</dependency>
83-
<dependency>
84-
<groupId>com.googlecode.json-simple</groupId>
85-
<artifactId>json-simple</artifactId>
86-
<version>1.1</version>
87-
</dependency>
88-
<dependency>
89-
<groupId>org.jasypt</groupId>
90-
<artifactId>jasypt</artifactId>
91-
<version>${cs.jasypt.version}</version>
92-
</dependency>
93-
</dependencies>
94-
<build>
95-
<defaultGoal>install</defaultGoal>
96-
<sourceDirectory>src</sourceDirectory>
97-
<!--
98-
<testSourceDirectory>test</testSourceDirectory>
99-
<plugins>
100-
<plugin>
101-
<groupId>org.apache.maven.plugins</groupId>
102-
<artifactId>maven-jar-plugin</artifactId>
103-
<version>2.2</version>
104-
<executions>
105-
<execution>
106-
<goals>
107-
<goal>test-jar</goal>
108-
</goals>
109-
</execution>
110-
</executions>
111-
</plugin>
112-
</plugins>
113-
-->
114-
</build>
37+
<dependency>
38+
<groupId>org.apache.ws.commons.axiom</groupId>
39+
<artifactId>axiom-api</artifactId>
40+
<version>${cs.axiom.version}</version>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.hibernate</groupId>
44+
<artifactId>hibernate-core</artifactId>
45+
<version>${cs.hibernate.version}</version>
46+
</dependency>
47+
<dependency>
48+
<groupId>org.hibernate</groupId>
49+
<artifactId>hibernate-annotations</artifactId>
50+
<version>${cs.hibernate.version}</version>
51+
</dependency>
52+
<dependency>
53+
<groupId>org.hibernate</groupId>
54+
<artifactId>hibernate-entitymanager</artifactId>
55+
<version>${cs.hibernate.version}</version>
56+
</dependency>
57+
<dependency>
58+
<groupId>log4j</groupId>
59+
<artifactId>log4j</artifactId>
60+
<version>${cs.log4j.version}</version>
61+
</dependency>
62+
<dependency>
63+
<groupId>org.apache.neethi</groupId>
64+
<artifactId>neethi</artifactId>
65+
<version>${cs.neethi.version}</version>
66+
</dependency>
67+
<dependency>
68+
<groupId>com.google.code.gson</groupId>
69+
<artifactId>gson</artifactId>
70+
<version>${cs.gson.version}</version>
71+
</dependency>
72+
<dependency>
73+
<groupId>commons-codec</groupId>
74+
<artifactId>commons-codec</artifactId>
75+
<version>${cs.codec.version}</version>
76+
</dependency>
77+
<dependency>
78+
<groupId>javax.servlet</groupId>
79+
<artifactId>servlet-api</artifactId>
80+
<version>${cs.servlet.version}</version>
81+
<scope>provided</scope>
82+
</dependency>
83+
<dependency>
84+
<groupId>com.googlecode.json-simple</groupId>
85+
<artifactId>json-simple</artifactId>
86+
<version>1.1</version>
87+
</dependency>
88+
<dependency>
89+
<groupId>org.jasypt</groupId>
90+
<artifactId>jasypt</artifactId>
91+
<version>${cs.jasypt.version}</version>
92+
</dependency>
93+
</dependencies>
94+
<build>
95+
<defaultGoal>install</defaultGoal>
96+
<sourceDirectory>src</sourceDirectory>
97+
<!--
98+
<testSourceDirectory>test</testSourceDirectory>
99+
<plugins>
100+
<plugin>
101+
<groupId>org.apache.maven.plugins</groupId>
102+
<artifactId>maven-jar-plugin</artifactId>
103+
<version>2.2</version>
104+
<executions>
105+
<execution>
106+
<goals>
107+
<goal>test-jar</goal>
108+
</goals>
109+
</execution>
110+
</executions>
111+
</plugin>
112+
</plugins>
113+
-->
114+
</build>
115115
</project>

0 commit comments

Comments
 (0)