Skip to content

Commit 299b190

Browse files
committed
Remove examples from JAR
1 parent 9fa23d6 commit 299b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<attribute name="Implementation-Version" value="${version.num}-b${build.number}"/>
5454
</manifest>
5555

56-
<jar destfile="${jarfile}" basedir="build/classes" includes="**/*.class" manifest="MANIFEST.MF" />
56+
<jar destfile="${jarfile}" basedir="build/classes" includes="com/loopj/android/http/**/*.class" manifest="MANIFEST.MF" />
5757
</target>
5858

5959
<!-- Clean out the build files -->

0 commit comments

Comments
 (0)