From 1900dbebbb28461da3549f6cdc2d42ceded4ba65 Mon Sep 17 00:00:00 2001 From: "Chris M. Hostetter" Date: Wed, 29 Nov 2006 07:08:17 +0000 Subject: [PATCH] first pass at a decent manifest file for our JAR and WAR git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480436 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 71 insertions(+), 17 deletions(-) diff --git a/build.xml b/build.xml index 6a77fa472ec..9c824b5fb9f 100644 --- a/build.xml +++ b/build.xml @@ -23,6 +23,15 @@ + + + + + + + + + @@ -45,7 +54,7 @@ - + @@ -62,7 +71,6 @@ - @@ -101,8 +109,8 @@ @@ -142,7 +150,7 @@ access="${javadoc.access}" windowtitle="${Name} ${version} API" doctitle="${Name} ${version} API" - bottom="Copyright © ${year} The Apache Software Foundation" + bottom="Copyright © ${javadoc.years} The Apache Software Foundation" > @@ -178,8 +186,8 @@ @@ -258,19 +266,62 @@ description="Creates the Solr distribution files." depends="dist-src, dist-war, dist-jar" /> + + + + + + + +
+ + + + + + + + + + + +
+
+
+ + depends="compile, make-manifest"> - - - - - - + webxml="${src}/webapp/WEB-INF/web.xml" + filesetmanifest="skip" + manifest="${dest}/META-INF/MANIFEST.MF"> + + + + + @@ -285,11 +336,14 @@ + depends="compile, make-manifest"> + includes="org/apache/**" + filesetmanifest="skip" + manifest="${dest}/META-INF/MANIFEST.MF" + />