|
|
@@ -709,7 +709,7 @@ information on that.</p> |
|
|
|
|
|
|
|
<p>Now we will check the "Checklist before submitting a new task" described in that guideline. |
|
|
|
<ul> |
|
|
|
<li>Java file begins with Apache copyright and license statement. <b><i>must do that</i></b></li> |
|
|
|
<li>Java file begins with Apache license statement. <b><i>must do that</i></b></li> |
|
|
|
<li>Task does not depend on GPL or LGPL code. <b><i>ok</i></b></li> |
|
|
|
<li>Source code complies with style guidelines <b><i>have to check (checkstyle)</i></b></li> |
|
|
|
<li>Code compiles and runs on Java1.2 <b><i>have to try</i></b></li> |
|
|
@@ -837,11 +837,8 @@ is the same as directly after the cvs update (without our modifications).</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Apache copyright and license statement</h3> |
|
|
|
<p>Simply copy the license text from one the other source from the Ant source tree. But |
|
|
|
ensure that the current year is used in the<tt> * Copyright (c) 2000-2005 The Apache Software |
|
|
|
Foundation. All rights reserved.</tt> lines. Don't forget to add a license statement at the end |
|
|
|
of the find.html. (Can be copied from other manual files.)</p> |
|
|
|
<h3>Apache license statement</h3> |
|
|
|
<p>Simply copy the license text from one the other source from the Ant source tree.</p> |
|
|
|
|
|
|
|
|
|
|
|
<h3>Test on JDK 1.2</h3> |
|
|
|