dion 02/05/12 07:28:02
Modified: xdocs/ref/j2ee build-file.xml
src/templates/build build-j2ee.xml
Log:
no message
Revision Changes Path
1.4 +8 -0 jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build-file.xml 12 May 2002 13:41:06 -0000 1.3
+++ build-file.xml 12 May 2002 14:28:02 -0000 1.4
@@ -92,6 +92,10 @@
the war process.
</p>
<p>
+ Maven also includes the license file, LICENSE.txt, if it exists, under
+ the directory META-INF.
+ </p>
+ <p>
The contents of the war file include:
</p>
<table>
@@ -163,6 +167,10 @@
This target automatically invokes the <a href="#maven:war">
maven:war</a> target to ensure any war generated by the project is
included in the ear.
+ </p>
+ <p>
+ Maven also includes the license file, LICENSE.txt, if it exists, under
+ the directory META-INF.
</p>
<p>
The contents of the war file include:
1.11 +6 -0 jakarta-turbine-maven/src/templates/build/build-j2ee.xml
Index: build-j2ee.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-j2ee.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build-j2ee.xml 12 May 2002 13:41:07 -0000 1.10
+++ build-j2ee.xml 12 May 2002 14:28:02 -0000 1.11
@@ -91,6 +91,9 @@
<include name="${maven.j2ee.war.classes.includes}" />
<exclude name="${maven.j2ee.war.classes.excludes}" />
</classes>
+ <metainf dir="${basedir}">
+ <include name="LICENSE.txt"/>
+ </metainf>
<manifest>
<attribute name="Built-By" value="${user.name}" />
<section name="${maven.package}">
@@ -164,6 +167,9 @@
<fileset dir="${maven.build.dir}"
includes="${maven.j2ee.ear.includes}"
excludes="${maven.j2ee.ear.excludes}" />
+ <metainf dir="${basedir}">
+ <include name="LICENSE.txt"/>
+ </metainf>
<manifest>
<attribute name="Built-By" value="${user.name}" />
<section name="${maven.package}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>