Skip to content

Commit 81b0a16

Browse files
author
Devendra
committed
modifying build scripts to do clean build every time
1 parent f914c96 commit 81b0a16

38 files changed

Lines changed: 28 additions & 28 deletions

android/Pubnub-Android-3.5.4.jar

13.7 KB
Binary file not shown.
8.05 KB
Binary file not shown.

android/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
</target>
5050

5151

52-
<target name="build">
52+
<target name="build" depends="clean">
5353
<delete file="${pubnub_lib_jar}"/>
5454
<antcall target="build-jar">
5555
<param name="jar_name" value="${pubnub_lib_jar}" />
5656
<param name="debug" value="false" />
5757
</antcall>
5858
</target>
59-
<target name="debug-build">
59+
<target name="debug-build" depends="clean">
6060
<delete file="${pubnub_debug_lib_jar}"/>
6161
<antcall target="setDebugTrue" />
6262
<antcall target="build-jar">
13.7 KB
Binary file not shown.
13.7 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

blackberry/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
<include name="**/*.java"/>
5353
</replace>
5454
</target>
55-
<target name="build">
55+
<target name="build" depends="clean" >
5656
<antcall target="build-jar">
5757
<param name="jar_name" value="${pubnub_lib_jar}" />
5858
<param name="debug" value="false" />
5959
</antcall>
6060
</target>
61-
<target name="debug-build">
61+
<target name="debug-build" depends="clean" >
6262
<antcall target="setDebugTrue" />
6363
<antcall target="build-jar">
6464
<param name="jar_name" value="${pubnub_debug_lib_jar}" />
-23 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)