Skip to content

Commit 564026c

Browse files
committed
Fixes #18 (Missing class in android-xml.jar)
1 parent 51ab969 commit 564026c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

build.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,9 @@
2929
<target name="build" depends="compile" description="build the jar file">
3030
<mkdir dir="${build.dir}"/>
3131

32-
<!-- necessary for android xml parsing -->
33-
<unjar src="${lib.dir}/android-xml.jar" dest="${bin.dir}">
34-
<patternset>
35-
<include name="android/content/res/*.class" />
36-
<include name="org/xmlpull/v1/*.class" />
37-
<include name="android/util/AttributeSet.class" />
38-
</patternset>
39-
</unjar>
40-
4132
<unjar dest="${bin.dir}">
4233
<fileset dir="${lib.dir}">
34+
<include name="**/android-xml.jar" />
4335
<include name="**/commons-cli-1.2.jar" />
4436
<include name="**/commons-io-2.4.jar" />
4537
<!-- <include name="**/guava-20.0.jar" /> -->

lib/android-xml.jar

1.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)