From 677c3bf95c5d8a32c5663e128fc6a9d87bf16b3a Mon Sep 17 00:00:00 2001 From: remm Date: Sun, 8 Oct 2006 15:55:22 +0000 Subject: [PATCH] - Update packaging a bit. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@454166 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 1 - build.xml | 20 +++++++++++--------- dist.xml | 55 ++++--------------------------------------------------- res/tomcat.nsi | 2 +- 4 files changed, 16 insertions(+), 62 deletions(-) diff --git a/.classpath b/.classpath index d8000cb0b..25e23e551 100644 --- a/.classpath +++ b/.classpath @@ -2,7 +2,6 @@ - diff --git a/build.xml b/build.xml index 1333135eb..682d2da79 100644 --- a/build.xml +++ b/build.xml @@ -36,6 +36,7 @@ + @@ -60,7 +61,6 @@ - @@ -167,7 +167,6 @@ - @@ -176,6 +175,16 @@ + + + + + + + + + + @@ -427,8 +436,6 @@ - - @@ -517,11 +524,6 @@ - - - - - diff --git a/dist.xml b/dist.xml index a2a9d7723..c1965c052 100644 --- a/dist.xml +++ b/dist.xml @@ -254,54 +254,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -402,18 +354,19 @@ + + + + - - diff --git a/res/tomcat.nsi b/res/tomcat.nsi index fe9513c53..bde76cbf7 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -128,7 +128,7 @@ Section "Core" SecTomcatCore File /nonfatal /r temp SetOutPath $INSTDIR\bin File bin\bootstrap.jar - File bin\commons-logging-api.jar + File bin\tomcat-juli.jar File bin\*.exe SetOutPath $INSTDIR\conf File conf\*.* -- 2.11.0