Skip to content

Commit d775ce6

Browse files
author
Karl M. Davis
committed
Renamed the "ksoap2" project to "ksoap2-base".
Also, updated .gitignore files for all projects.
1 parent 6eba298 commit d775ce6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+94
-56
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
8+
.project
9+
.classpath
10+

ksoap2-android/.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
bin*
2-
.classpath
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
38
.project
4-
.settings
5-
target*
9+
.classpath
10+

ksoap2-android/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
</description>
1717

1818
<dependencies>
19-
<dependency>
20-
<groupId>com.google.code.ksoap2-android</groupId>
21-
<artifactId>ksoap2</artifactId>
22-
</dependency>
2319
<dependency>
2420
<groupId>com.google.code.ksoap2-android</groupId>
2521
<artifactId>ksoap2-j2se</artifactId>

ksoap2-base/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
8+
.project
9+
.classpath
10+

ksoap2/pom.xml ksoap2-base/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>2.1.3-SNAPSHOT</version>
88
</parent>
99

10-
<artifactId>ksoap2</artifactId>
11-
<name>ksoap2</name>
10+
<artifactId>ksoap2-base</artifactId>
11+
<name>ksoap2-base</name>
1212
<packaging>jar</packaging>
1313
<description><![CDATA[
1414
A lightweight and efficient SOAP engine suitable for J2ME or constrained java devices.

ksoap2-extras/.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
bin*
2-
.classpath
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
38
.project
4-
.settings
5-
target*
9+
.classpath
10+

ksoap2-extras/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<dependencies>
1919
<dependency>
2020
<groupId>com.google.code.ksoap2-android</groupId>
21-
<artifactId>ksoap2</artifactId>
21+
<artifactId>ksoap2-base</artifactId>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.google.code.ksoap2-android</groupId>
25-
<artifactId>ksoap2</artifactId>
25+
<artifactId>ksoap2-base</artifactId>
2626
<type>test-jar</type>
2727
<scope>test</scope>
2828
</dependency>

ksoap2-j2se/.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
bin*
2-
.classpath
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
38
.project
4-
.settings
5-
target*
9+
.classpath
10+

ksoap2-j2se/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<dependencies>
1919
<dependency>
2020
<groupId>com.google.code.ksoap2-android</groupId>
21-
<artifactId>ksoap2</artifactId>
21+
<artifactId>ksoap2-base</artifactId>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.google.code.ksoap2-android</groupId>
25-
<artifactId>ksoap2</artifactId>
25+
<artifactId>ksoap2-base</artifactId>
2626
<type>test-jar</type>
2727
<scope>test</scope>
2828
</dependency>

ksoap2-midp/.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
bin*
2-
.classpath
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
38
.project
4-
.settings
5-
target*
9+
.classpath
10+

ksoap2-midp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependencies>
1919
<dependency>
2020
<groupId>com.google.code.ksoap2-android</groupId>
21-
<artifactId>ksoap2</artifactId>
21+
<artifactId>ksoap2-base</artifactId>
2222
</dependency>
2323

2424
<dependency>

ksoap2-samples-axis/.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
bin*
2-
.classpath
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
38
.project
4-
.settings
5-
target*
9+
.classpath
10+

ksoap2-samples-axis/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
</description>
1717

1818
<dependencies>
19-
<dependency>
20-
<groupId>com.google.code.ksoap2-android</groupId>
21-
<artifactId>ksoap2</artifactId>
22-
</dependency>
2319
<dependency>
2420
<groupId>com.google.code.ksoap2-android</groupId>
2521
<artifactId>ksoap2-midp</artifactId>

ksoap2-samples/.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
bin*
2-
.classpath
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
38
.project
4-
.settings
5-
target*
9+
.classpath
10+

ksoap2-samples/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
</description>
1717

1818
<dependencies>
19-
<dependency>
20-
<groupId>com.google.code.ksoap2-android</groupId>
21-
<artifactId>ksoap2</artifactId>
22-
</dependency>
2319
<dependency>
2420
<groupId>com.google.code.ksoap2-android</groupId>
2521
<artifactId>ksoap2-j2se</artifactId>

ksoap2-servlet/.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
bin*
2-
.classpath
1+
# Project output
2+
bin/
3+
target*/
4+
*.log
5+
6+
# Project config files
7+
.settings/
38
.project
4-
.settings
5-
target*
9+
.classpath
10+

ksoap2-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependencies>
1919
<dependency>
2020
<groupId>com.google.code.ksoap2-android</groupId>
21-
<artifactId>ksoap2</artifactId>
21+
<artifactId>ksoap2-base</artifactId>
2222
</dependency>
2323

2424
<dependency>

ksoap2/.gitignore

-5
This file was deleted.

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</issueManagement>
2828

2929
<modules>
30-
<module>ksoap2</module>
30+
<module>ksoap2-base</module>
3131
<module>ksoap2-android</module>
3232
<module>ksoap2-extras</module>
3333
<module>ksoap2-j2se</module>
@@ -104,14 +104,14 @@
104104
<dependencies>
105105
<dependency>
106106
<groupId>com.google.code.ksoap2-android</groupId>
107-
<artifactId>ksoap2</artifactId>
107+
<artifactId>ksoap2-base</artifactId>
108108
<version>${project.version}</version>
109109
<type>jar</type>
110110
<scope>compile</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>com.google.code.ksoap2-android</groupId>
114-
<artifactId>ksoap2</artifactId>
114+
<artifactId>ksoap2-base</artifactId>
115115
<version>${project.version}</version>
116116
<type>test-jar</type>
117117
<scope>test</scope>

0 commit comments

Comments
 (0)