Author: rjung
Date: Wed Sep 16 16:58:13 2009
New Revision: 815879

URL: http://svn.apache.org/viewvc?rev=815879&view=rev
Log:
Switch from build.properties.sample (old style)
to build.properties.default.

Added:
    tomcat/native/branches/1.1.x/build.properties.default   (props changed)
      - copied unchanged from r815814, 
tomcat/native/branches/1.1.x/build.properties.sample
Removed:
    tomcat/native/branches/1.1.x/build.properties.sample
Modified:
    tomcat/native/branches/1.1.x/jnirelease.sh

Propchange: tomcat/native/branches/1.1.x/build.properties.default
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/native/branches/1.1.x/build.properties.default
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: tomcat/native/branches/1.1.x/build.properties.default
------------------------------------------------------------------------------
    svn:mergeinfo = /tomcat/native/trunk/build.properties.sample:815411

Modified: tomcat/native/branches/1.1.x/jnirelease.sh
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/jnirelease.sh?rev=815879&r1=815878&r2=815879&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/jnirelease.sh (original)
+++ tomcat/native/branches/1.1.x/jnirelease.sh Wed Sep 16 16:58:13 2009
@@ -105,7 +105,7 @@
 
 rm -rf ${JKJNIDIST}
 mkdir -p ${JKJNIDIST}/jni
-for i in native java xdocs examples test build.xml build.properties.sample
+for i in native java xdocs examples test build.xml build.properties.default
 do
     svn export $SVNBASE/${JKJNIEXT}/jni/${i} ${JKJNIDIST}/jni/${i}
     if [ $? -ne 0 ]; then



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to