Skip to content

Commit

Permalink
(j)bosh on asmack, missing patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Treffer committed Feb 5, 2010
1 parent f751f01 commit 9dd53d1
Show file tree
Hide file tree
Showing 10 changed files with 762 additions and 15 deletions.
7 changes: 6 additions & 1 deletion build.xml
Expand Up @@ -44,11 +44,12 @@
target="1.5"
srcdir="build/src/trunk"
destdir="build/classes/trunk"
classpath="lib/xmlpull_1_1_3_4c.jar"
classpath="lib/xmlpull_1_1_3_4c.jar:lib/httpclient-4.0.jar:lib/httpcore-4.0.1.jar"
debug="true"
debuglevel="source,lines"
excludes="**/de/measite/smack/AndroidDebugger.java"
/>
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
<jar
basedir="build/classes/trunk"
destfile="build/asmack-jse${jar.suffix}.jar"
Expand Down Expand Up @@ -77,6 +78,7 @@
debug="true"
debuglevel="source,lines"
/>
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
<jar
basedir="build/classes/trunk"
destfile="build/asmack-android-2.0.1${jar.suffix}.jar"
Expand Down Expand Up @@ -131,6 +133,7 @@
debug="true"
debuglevel="source,lines"
/>
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
<jar
basedir="build/classes/trunk"
destfile="build/asmack-android-1.6${jar.suffix}.jar"
Expand Down Expand Up @@ -158,6 +161,7 @@
debug="true"
debuglevel="source,lines"
/>
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
<jar
basedir="build/classes/trunk"
destfile="build/asmack-android-1.5${jar.suffix}.jar"
Expand Down Expand Up @@ -185,6 +189,7 @@
debug="true"
debuglevel="source,lines"
/>
<copy todir="build/classes/trunk"><fileset dir="build/src/trunk" includes="**/*" /></copy>
<jar
basedir="build/classes/trunk"
destfile="build/asmack-android-1.1${jar.suffix}.jar"
Expand Down
Binary file added lib/httpclient-4.0.jar
Binary file not shown.
Binary file added lib/httpcore-4.0.1.jar
Binary file not shown.
8 changes: 1 addition & 7 deletions patch/22-remove-beans.Property-deps.patch
Expand Up @@ -27,10 +27,4 @@
}
else if (eventType == XmlPullParser.END_TAG) {
if (parser.getName().equals(elementName)) {
@@ -484,4 +483,4 @@
}
return null;
}
-}
\ No newline at end of file
+}

8 changes: 1 addition & 7 deletions patch/24-disable-sasl-methods.patch
Expand Up @@ -17,10 +17,4 @@

}

@@ -553,4 +553,4 @@
resourceBinded = false;
sessionSupported = false;
}
-}
\ No newline at end of file
+}

0 comments on commit 9dd53d1

Please sign in to comment.