dion 02/04/18 06:03:39
Modified: xdocs dirlayout.xml build-file.xml properties.xml
integrate.xml faq.xml
src/templates/build build-maven.xml Control.vm
default.properties
. .cvsignore
Log:
Rename LICENSE to LICENSE.txt as per Jon's suggestion
Revision Changes Path
1.10 +2 -2 jakarta-turbine-maven/xdocs/dirlayout.xml
Index: dirlayout.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/dirlayout.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dirlayout.xml 10 Apr 2002 19:07:37 -0000 1.9
+++ dirlayout.xml 18 Apr 2002 13:03:38 -0000 1.10
@@ -39,12 +39,12 @@
<section name="Common Directory Layout">
<table>
<tr>
- <th>Directory name</th>
+ <th>Directory or file name</th>
<th>Content</th>
<th>Comment</th>
</tr>
<tr>
- <td>LICENSE</td>
+ <td>LICENSE.txt</td>
<td>The license for the project.</td>
<td>
This file contains the license that applies to the project.
1.27 +2 -2 jakarta-turbine-maven/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build-file.xml 12 Apr 2002 02:10:19 -0000 1.26
+++ build-file.xml 18 Apr 2002 13:03:38 -0000 1.27
@@ -256,12 +256,12 @@
</p>
<p>
Note: there is a Maven default that causes Checkstyle to look
- for a file called <code>LICENSE</code> in the project's base
+ for a file called <code>LICENSE.txt</code> in the project's base
directory. Checkstyle will verify that this header file is
included at the top of each source file (see the <a
href="properties.html#Checkstyle Settings">Properties</a>
document for more information). As a result, a build failure
- will occur if the <code>LICENSE</code> file cannot be located.
+ will occur if the <code>LICENSE.txt</code> file cannot be located.
To prevent this from occurring, either change the default, or
simply create the file in your project's base directory.
</p>
1.7 +1 -1 jakarta-turbine-maven/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/properties.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- properties.xml 12 Apr 2002 02:10:19 -0000 1.6
+++ properties.xml 18 Apr 2002 13:03:38 -0000 1.7
@@ -597,7 +597,7 @@
ignore the first line (which is the package declaration)
because it will be different in each file, see the next
property for more information. The default value header
- file used is <code>LICENSE</code>. This will enable a
+ file used is <code>LICENSE.txt</code>. This will enable a
project to ensure its LICENSE is included at the top of
each source file. To disable this feature, you'll have to
set this value to point to an empty file in your project's
1.5 +2 -2 jakarta-turbine-maven/xdocs/integrate.xml
Index: integrate.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/integrate.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- integrate.xml 10 Apr 2002 18:53:29 -0000 1.4
+++ integrate.xml 18 Apr 2002 13:03:38 -0000 1.5
@@ -417,13 +417,13 @@
file.
</li>
<li>
- The default Maven settings expect the <code>LICENSE</code>
+ The default Maven settings expect the <code>LICENSE.txt</code>
file to exist in your project's base directory. The
Checkstyle report uses this file as a header that is
expected to be in each source file. If the file doesn't
exist, the build will fail indicating the following
message: "Unable to read headerfile". To prevent this
- error, you can simply create a <code>LICENSE</code>
+ error, you can simply create a <code>LICENSE.txt</code>
file (it may be empty). Please refer to the <a
href="build-file.html#maven:check-source">maven:check-source</a>
documentation.
1.9 +2 -2 jakarta-turbine-maven/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/faq.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- faq.xml 11 Apr 2002 02:21:53 -0000 1.8
+++ faq.xml 18 Apr 2002 13:03:38 -0000 1.9
@@ -101,11 +101,11 @@
</dt>
<dd>
By default, the <code>maven:check-source</code> target is
- trying to read a file called <code>LICENSE</code> in your
+ trying to read a file called <code>LICENSE.txt</code> in your
project's base directory. This file is used to ensure that
the proper header is attached to each source file. If you
don't have a license, or do not want to use this feature, just
- create an empty file called <code>LICENSE</code>, or change
+ create an empty file called <code>LICENSE.txt</code>, or change
the default <a
href="properties.html#Checkstyle Settings">property</a>.
</dd>
1.31 +1 -1 jakarta-turbine-maven/src/templates/build/build-maven.xml
Index: build-maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build-maven.xml 16 Apr 2002 05:41:27 -0000 1.30
+++ build-maven.xml 18 Apr 2002 13:03:38 -0000 1.31
@@ -410,7 +410,7 @@
<fileset dir=".">
<include name="build-maven.xml"/>
<include name="README.txt"/>
- <include name="LICENSE"/>
+ <include name="LICENSE*.txt"/>
</fileset>
</copy>
1.13 +1 -1 jakarta-turbine-maven/src/templates/build/Control.vm
Index: Control.vm
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/Control.vm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Control.vm 26 Mar 2002 04:48:53 -0000 1.12
+++ Control.vm 18 Apr 2002 13:03:38 -0000 1.13
@@ -85,5 +85,5 @@
$generator.parse("cvsignore",".cvsignore")
#end
-$generator.parse("LICENSE","LICENSE")
+$generator.parse("LICENSE.txt","LICENSE.txt")
$generator.parse("README.txt","README.txt")
1.20 +1 -1 jakarta-turbine-maven/src/templates/build/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/default.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- default.properties 9 Apr 2002 12:10:46 -0000 1.19
+++ default.properties 18 Apr 2002 13:03:38 -0000 1.20
@@ -81,7 +81,7 @@
checkstyle.type.pattern = ^[A-Z][a-zA-Z0-9]*$
checkstyle.method.pattern = ^[a-z][a-zA-Z0-9]*$
checkstyle.local.var.pattern = ^[a-z][a-zA-Z0-9]*$
-checkstyle.header.file = LICENSE
+checkstyle.header.file = LICENSE.txt
checkstyle.header.lines.regexp = false
checkstyle.header.ignore.line = 1,6
checkstyle.javadoc.scope = private
1.6 +1 -1 jakarta-turbine-maven/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 5 Apr 2002 06:26:19 -0000 1.5
+++ .cvsignore 18 Apr 2002 13:03:39 -0000 1.6
@@ -2,7 +2,7 @@
.nbattrs
bootstrap.report
docs
-LICENSE
+LICENSE.txt
maven
maven-install*.jar
maven.log