Skip to content

Commit

Permalink
modifying build scripts to do clean build every time
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Jul 15, 2013
1 parent f914c96 commit 81b0a16
Show file tree
Hide file tree
Showing 38 changed files with 28 additions and 28 deletions.
Binary file modified android/Pubnub-Android-3.5.4.jar
Binary file not shown.
Binary file modified android/Pubnub-Android-Debug-3.5.4.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions android/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
</target>


<target name="build">
<target name="build" depends="clean">
<delete file="${pubnub_lib_jar}"/>
<antcall target="build-jar">
<param name="jar_name" value="${pubnub_lib_jar}" />
<param name="debug" value="false" />
</antcall>
</target>
<target name="debug-build">
<target name="debug-build" depends="clean">
<delete file="${pubnub_debug_lib_jar}"/>
<antcall target="setDebugTrue" />
<antcall target="build-jar">
Expand Down
Binary file modified android/examples/PubnubExample/libs/Pubnub-Android-3.5.4.jar
Binary file not shown.
Binary file modified android/examples/SubscribeAtBoot/libs/Pubnub-Android-3.5.4.jar
Binary file not shown.
Binary file modified blackberry/Pubnub-BlackBerry-3.5.4.jar
Binary file not shown.
Binary file modified blackberry/Pubnub-BlackBerry-Debug-3.5.4.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions blackberry/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
<include name="**/*.java"/>
</replace>
</target>
<target name="build">
<target name="build" depends="clean" >
<antcall target="build-jar">
<param name="jar_name" value="${pubnub_lib_jar}" />
<param name="debug" value="false" />
</antcall>
</target>
<target name="debug-build">
<target name="debug-build" depends="clean" >
<antcall target="setDebugTrue" />
<antcall target="build-jar">
<param name="jar_name" value="${pubnub_debug_lib_jar}" />
Expand Down
Binary file modified codenameone/Pubnub-CodeNameOne-3.5.4.cn1lib
Binary file not shown.
Binary file modified codenameone/Pubnub-CodeNameOne-Debug-3.5.4.cn1lib
Binary file not shown.
4 changes: 2 additions & 2 deletions codenameone/PubnubClientSDK/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
</replace>
</target>

<target name="debug-build">
<target name="debug-build" depends="clean">
<delete file="${pubnub_debug_cn1lib_file_name}"/>
<antcall target="build-lib">
<param name="jar_name" value="${pubnub_debug_cn1lib_file_name}" />
</antcall>
</target>
<target name="build">
<target name="build" depends="clean">
<delete file="${pubnub_cn1lib_file_name}"/>
<antcall target="build-lib">
<param name="jar_name" value="${pubnub_cn1lib_file_name}" />
Expand Down
Binary file modified j2me/Pubnub-MicroEdition-3.5.4.jar
Binary file not shown.
Binary file modified j2me/Pubnub-MicroEdition-Debug-3.5.4.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions j2me/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
<include name="**/*.java"/>
</replace>
</target>
<target name="build">
<target name="build" depends="clean">
<delete file="${pubnub_lib_jar}"/>
<antcall target="build-jar">
<param name="jar_name" value="${pubnub_lib_jar}" />
<param name="debug" value="false" />
</antcall>
</target>
<target name="debug-build">
<target name="debug-build" depends="clean">
<delete file="${pubnub_debug_lib_jar}"/>
<antcall target="setDebugTrue" />
<antcall target="build-jar">
Expand Down
Binary file modified java/Pubnub-StandardEdition-3.5.4.jar
Binary file not shown.
Binary file modified java/Pubnub-StandardEdition-Debug-3.5.4.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
<fileset dir="jars" includes="**/*.jar"/>
</delete>
</target>
<target name="build">
<target name="build" depends="clean">
<delete file="${pubnub_jar_file_name}"/>
<antcall target="build-jar">
<param name="jar_name" value="${pubnub_jar_file_name}" />
<param name="debug" value="false" />
</antcall>
</target>
<target name="debug-build">
<target name="debug-build" depends="clean">
<delete file="${pubnub_debug_jar_file_name}"/>
<antcall target="setDebugTrue" />
<antcall target="build-jar">
Expand Down
2 changes: 1 addition & 1 deletion java/doc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
All Classes
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
All Classes
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/Callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:30 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:55 IST 2013 -->
<TITLE>
Callback
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/HttpUtil.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:30 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:55 IST 2013 -->
<TITLE>
HttpUtil
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/Pubnub.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:30 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:55 IST 2013 -->
<TITLE>
Pubnub
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/PubnubError.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
PubnubError
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/PubnubException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
PubnubException
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/PubnubUtil.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
PubnubUtil
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
com.pubnub.api
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
com.pubnub.api
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/com/pubnub/api/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
com.pubnub.api Class Hierarchy
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
Constant Field Values
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
Deprecated List
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
API Help
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
Index
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Jul 15 15:16:31 IST 2013-->
<!-- Generated by javadoc on Mon Jul 15 20:50:56 IST 2013-->
<TITLE>
Generated Documentation (Untitled)
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
Class Hierarchy
</TITLE>
Expand Down
2 changes: 1 addition & 1 deletion java/doc/serialized-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 15:16:31 IST 2013 -->
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 15 20:50:56 IST 2013 -->
<TITLE>
Serialized Form
</TITLE>
Expand Down
Binary file modified java/jars/Pubnub-UnitTests-3.5.4.jar
Binary file not shown.
Binary file modified java/jars/PubnubDemoConsole.jar
Binary file not shown.
Binary file modified java/jars/PubnubExample.jar
Binary file not shown.

0 comments on commit 81b0a16

Please sign in to comment.