* #36737: switch back to svn repo, remove assert in sip_transaction.c
diff --git a/jni/pjproject-android/.svn/pristine/c8/c8b3d783969c6a925a1d8af5b2844c354e6f046c.svn-base b/jni/pjproject-android/.svn/pristine/c8/c8b3d783969c6a925a1d8af5b2844c354e6f046c.svn-base
new file mode 100644
index 0000000..70c8b68
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/c8/c8b3d783969c6a925a1d8af5b2844c354e6f046c.svn-base
@@ -0,0 +1,15 @@
+@ECHO OFF
+
+REM Bldmake-generated batch file - ABLD.BAT
+REM ** DO NOT EDIT **
+
+perl -S ABLD.PL "\Users\Teluu\pjsip\trunk\pjsip-apps\src\pjsua\symbian\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
+if errorlevel==1 goto CheckPerl
+goto End
+
+:CheckPerl
+perl -v >NUL
+if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
+goto End
+
+:End