dirkv       2004/07/24 14:50:07

  Modified:    launcher build.properties.sample checkstyle.xml
                        project.properties
  Log:
  copyright
  
  Revision  Changes    Path
  1.2       +14 -0     jakarta-commons/launcher/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/launcher/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   25 Oct 2002 09:03:15 -0000      1.1
  +++ build.properties.sample   24 Jul 2004 21:50:07 -0000      1.2
  @@ -1,3 +1,17 @@
  +#   Copyright 2003-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#       http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
  +
   # The directory containing your binary distribution of JUnit, 
   # version 3.7 or later
   junit.home = /usr/local/junit3.7
  
  
  
  1.2       +14 -0     jakarta-commons/launcher/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/launcher/checkstyle.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checkstyle.xml    30 Nov 2003 15:17:02 -0000      1.1
  +++ checkstyle.xml    24 Jul 2004 21:50:07 -0000      1.2
  @@ -2,7 +2,21 @@
   <!DOCTYPE module PUBLIC
       "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
       "http://www.puppycrawl.com/dtds/configuration_1_1.dtd";>
  +<!--
  +   Copyright 2002-2004 The Apache Software Foundation
   
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <!--
     Checkstyle checks configured for Maven.
   -->
  
  
  
  1.6       +14 -0     jakarta-commons/launcher/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/launcher/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties        5 Apr 2004 20:06:23 -0000       1.5
  +++ project.properties        24 Jul 2004 21:50:07 -0000      1.6
  @@ -1,3 +1,17 @@
  +#   Copyright 2002-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#       http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
  +
   maven.checkstyle.properties = checkstyle.xml
   
   # uncomment the next line to work in offline mode (no jar download & no linkcheck)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to