Skip to content

Commit 9dd53d1

Browse files
author
Rene Treffer
committed
(j)bosh on asmack, missing patches
1 parent f751f01 commit 9dd53d1

10 files changed

+762
-15
lines changed

build.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@
4444
target="1.5"
4545
srcdir="build/src/trunk"
4646
destdir="build/classes/trunk"
47-
classpath="lib/xmlpull_1_1_3_4c.jar"
47+
classpath="lib/xmlpull_1_1_3_4c.jar:lib/httpclient-4.0.jar:lib/httpcore-4.0.1.jar"
4848
debug="true"
4949
debuglevel="source,lines"
5050
excludes="**/de/measite/smack/AndroidDebugger.java"
5151
/>
52+
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
5253
<jar
5354
basedir="build/classes/trunk"
5455
destfile="build/asmack-jse${jar.suffix}.jar"
@@ -77,6 +78,7 @@
7778
debug="true"
7879
debuglevel="source,lines"
7980
/>
81+
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
8082
<jar
8183
basedir="build/classes/trunk"
8284
destfile="build/asmack-android-2.0.1${jar.suffix}.jar"
@@ -131,6 +133,7 @@
131133
debug="true"
132134
debuglevel="source,lines"
133135
/>
136+
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
134137
<jar
135138
basedir="build/classes/trunk"
136139
destfile="build/asmack-android-1.6${jar.suffix}.jar"
@@ -158,6 +161,7 @@
158161
debug="true"
159162
debuglevel="source,lines"
160163
/>
164+
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
161165
<jar
162166
basedir="build/classes/trunk"
163167
destfile="build/asmack-android-1.5${jar.suffix}.jar"
@@ -185,6 +189,7 @@
185189
debug="true"
186190
debuglevel="source,lines"
187191
/>
192+
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
188193
<jar
189194
basedir="build/classes/trunk"
190195
destfile="build/asmack-android-1.1${jar.suffix}.jar"

lib/httpclient-4.0.jar

283 KB
Binary file not shown.

lib/httpcore-4.0.1.jar

169 KB
Binary file not shown.

patch/22-remove-beans.Property-deps.patch

+1-7
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@
2727
}
2828
else if (eventType == XmlPullParser.END_TAG) {
2929
if (parser.getName().equals(elementName)) {
30-
@@ -484,4 +483,4 @@
31-
}
32-
return null;
33-
}
34-
-}
35-
\ No newline at end of file
36-
+}
30+

patch/24-disable-sasl-methods.patch

+1-7
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,4 @@
1717

1818
}
1919

20-
@@ -553,4 +553,4 @@
21-
resourceBinded = false;
22-
sessionSupported = false;
23-
}
24-
-}
25-
\ No newline at end of file
26-
+}
20+

0 commit comments

Comments
 (0)