Author: mturk
Date: Sun Apr  1 00:51:53 2007
New Revision: 524552

URL: http://svn.apache.org/viewvc?view=rev&rev=524552
Log:
Use correct location and version for jnirelease.sh

Modified:
    tomcat/connectors/trunk/jni/jnirelease.sh

Modified: tomcat/connectors/trunk/jni/jnirelease.sh
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/jnirelease.sh?view=diff&rev=524552&r1=524551&r2=524552
==============================================================================
--- tomcat/connectors/trunk/jni/jnirelease.sh (original)
+++ tomcat/connectors/trunk/jni/jnirelease.sh Sun Apr  1 00:51:53 2007
@@ -17,7 +17,7 @@
 #
 # Default place to look for apr source.  Can be overridden with 
 #   --with-apr=[directory]
-apr_src_dir=../apr
+apr_src_dir=`pwd`/srclib/apr-1.2.7
 
 while test $# -gt 0 
 do
@@ -51,8 +51,8 @@
 # Replace JKJNIEXT with branch/or tag
 # and JKJNIVER by the version like 1.1.0
 JKJNIEXT=trunk
-JKJNIVER=current
-# JKJNIVER="1.1.6"
+# JKJNIVER=current
+JKJNIVER="1.1.9"
 SVNBASE=https://svn.apache.org/repos/asf/tomcat/connectors/
 JKJNIDIST=tomcat-connectors-${JKJNIVER}-src
 rm -rf ${JKJNIDIST}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to