vmassol 02/01/03 07:49:48
Modified: build build-servletapi.xml build.xml
docs/framework/xdocs changes.xml
Log:
Added LICENSE file to all Cactus-produced jars.
Revision Changes Path
1.30 +4 -0 jakarta-cactus/build/build-servletapi.xml
Index: build-servletapi.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build/build-servletapi.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build-servletapi.xml 15 Dec 2001 23:09:10 -0000 1.29
+++ build-servletapi.xml 3 Jan 2002 15:49:48 -0000 1.30
@@ -341,6 +341,10 @@
<jar jarfile="${final.jar.name}" manifest="${out.conf.dir}/manifest">
+ <metainf dir=".">
+ <include name="LICENSE"/>
+ </metainf>
+
<fileset dir="${out.classes.dir}">
<!-- Do not include test files in the runtime jar -->
<exclude name="**/Test*.*"/>
1.31 +9 -3 jakarta-cactus/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build.xml 16 Nov 2001 22:09:54 -0000 1.30
+++ build.xml 3 Jan 2002 15:49:48 -0000 1.31
@@ -41,8 +41,9 @@
Required for bundling it in the distribution
(used in build-servletapi.xml).
- aspectjrt.jar [REQUIRED] The path to the AspectJ runtime jar. It is
used by Cactus
- for logging entries and exit of methods,
configuration checking, ...)
+ aspectjrt.jar [REQUIRED] The path to the AspectJ runtime jar.
+ It is used by Cactus for logging entries and
+ exit of methods, configuration checking, ...)
dist.dir [OPTIONAL] The directories where distributable
files will be copied with version number
@@ -341,7 +342,12 @@
file="${conf.dir}/manifest-ant"/>
<jar jarfile="${final.jar.ant.name}" basedir="${out.classes.ant.dir}"
- manifest="${out.conf.ant.dir}/manifest"/>
+ manifest="${out.conf.ant.dir}/manifest">
+
+ <metainf dir=".">
+ <include name="LICENSE"/>
+ </metainf>
+ </jar>
</target>
1.74 +4 -0 jakarta-cactus/docs/framework/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/changes.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- changes.xml 3 Jan 2002 13:34:48 -0000 1.73
+++ changes.xml 3 Jan 2002 15:49:48 -0000 1.74
@@ -127,6 +127,10 @@
</devs>
<release version="1.3 in CVS">
+ <action dev="VMA" type="add">
+ Added LICENSE file to all Cactus jars, in <code>META-INF/</code>
+ directory.
+ </action>
<action dev="VMA" type="fix" due-to="Larry Isaacs"
due-to-email="[EMAIL PROTECTED]">
Improved Tomcat 3.3 configuration that is bundled with the Cactus
sample application.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>