blob: 115735ee892cf5622b13765a485eb09d3d368f81 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Stroke
Stroke is a port of the C++ Swift library ( http://swift.im/swiften/ )
The source is available from the Git repository at http://swift.im/git/stroke/
It depends on the XmlPullParser from http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html. This is passed to Ant in the xpp-dir parameter. The passed folder should contain the XPP jar called xpp.jar (i.e. with no version numbering in the filename).
To build, run:
ant -Dxpp-dir=path/to/directory/containing/xpp
|