You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by pa...@apache.org on 2004/07/11 05:32:22 UTC

cvs commit: jakarta-jetspeed-2/taglibs/treecontrol project.properties .cvsignore project.xml

paulsp      2004/07/10 20:32:22

  Modified:    taglibs/treecontrol .cvsignore project.xml
  Added:       taglibs/treecontrol project.properties
  Log:
  o Use license file in the project root
  o Standardize reports
  o Ignore generate file
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-jetspeed-2/taglibs/treecontrol/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/taglibs/treecontrol/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	10 Jul 2004 09:54:24 -0000	1.1
  +++ .cvsignore	11 Jul 2004 03:32:22 -0000	1.2
  @@ -2,3 +2,4 @@
   *.log
   .project
   .classpath
  +jcoverage.ser
  
  
  
  1.2       +15 -2     jakarta-jetspeed-2/taglibs/treecontrol/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/taglibs/treecontrol/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	2 Jul 2004 04:00:18 -0000	1.1
  +++ project.xml	11 Jul 2004 03:32:22 -0000	1.2
  @@ -91,7 +91,20 @@
       <sourceDirectory>src/java</sourceDirectory>
     </build>
     <reports>
  +    <report>maven-jdepend-plugin</report>
  +<!--
  +    <report>maven-checkstyle-plugin</report>
  +-->
  +    <report>maven-pmd-plugin</report>
  +    <report>maven-changelog-plugin</report>
  +    <report>maven-file-activity-plugin</report>
  +    <report>maven-developer-activity-plugin</report>
  +    <report>maven-license-plugin</report>
  +    <report>maven-javadoc-plugin</report>
  +    <report>maven-jxr-plugin</report>
  +    <report>maven-junit-report-plugin</report>
  +    <report>maven-jcoverage-plugin</report>
  +    <report>maven-linkcheck-plugin</report>
       <report>maven-tasklist-plugin</report>
  -  </reports>
  -
  +  </reports>  
   </project>
  
  
  
  1.1                  jakarta-jetspeed-2/taglibs/treecontrol/project.properties
  
  Index: project.properties
  ===================================================================
  # Copyright 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.multiproject.type=jar
  maven.license.licenseFile=${basedir}/../../LICENSE.TXT
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org