You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/05/04 11:44:34 UTC

svn commit: r653192 - in /tomcat/connectors/trunk/jk: native/LICENSE native/NOTICE tools/jkrelease.sh

Author: rjung
Date: Sun May  4 02:44:34 2008
New Revision: 653192

URL: http://svn.apache.org/viewvc?rev=653192&view=rev
Log:
Use private copies of NATIVE and LICENSE for mod_jk releases.
We need to add special entries about ap_snprintf next,
which are not relevant to other releases like tcnative.

Added:
    tomcat/connectors/trunk/jk/native/LICENSE
      - copied unchanged from r649035, tomcat/connectors/trunk/LICENSE
    tomcat/connectors/trunk/jk/native/NOTICE
      - copied unchanged from r649035, tomcat/connectors/trunk/NOTICE
Modified:
    tomcat/connectors/trunk/jk/tools/jkrelease.sh

Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/jkrelease.sh?rev=653192&r1=653191&r2=653192&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/tools/jkrelease.sh (original)
+++ tomcat/connectors/trunk/jk/tools/jkrelease.sh Sun May  4 02:44:34 2008
@@ -33,8 +33,9 @@
 JK_OWNER="root"
 JK_GROUP="bin"
 
-COPY_TOP="KEYS LICENSE NOTICE"
+COPY_TOP="KEYS"
 COPY_JK="BUILD.txt native jkstatus support tools xdocs"
+COPY_NATIVE="LICENSE NOTICE"
 COPY_BUILD="docs"
 COPY_CONF="uriworkermap.properties workers.properties workers.properties.minimal"
 
@@ -186,6 +187,7 @@
 # Copying things into the source distribution
 copy_files ${JK_DIST}.tmp $JK_DIST "$COPY_TOP"
 copy_files ${JK_DIST}.tmp/jk $JK_DIST "$COPY_JK"
+copy_files ${JK_DIST}.tmp/jk/native $JK_DIST "$COPY_NATIVE"
 copy_files ${JK_DIST}.tmp/jk/build $JK_DIST "$COPY_BUILD"
 copy_files ${JK_DIST}.tmp/jk/conf $JK_DIST/conf "$COPY_CONF"
 
@@ -194,6 +196,8 @@
 rm -rf ${targetdir}/xdocs/jk2
 rm -rf ${targetdir}/native/CHANGES.txt
 rm -rf ${targetdir}/native/build.xml
+rm -rf ${targetdir}/native/NOTICE
+rm -rf ${targetdir}/native/LICENSE
 find ${JK_DIST} -name .cvsignore -exec rm -rf \{\} \; 
 find ${JK_DIST} -name CVS -exec rm -rf \{\} \; 
 find ${JK_DIST} -name .svn -exec rm -rf \{\} \; 



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