You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/05/20 12:24:33 UTC

cvs commit: jakarta-commons-sandbox/math/xdocs .cvsignore

rdonkin     2003/05/20 03:24:33

  Modified:    math     .cvsignore project.xml
  Added:       math/xdocs .cvsignore
  Log:
  Mavenization phase one - moving documentation build to maven, will complete by generating build.xml etc later.
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-commons-sandbox/math/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	12 May 2003 15:02:46 -0000	1.1
  +++ .cvsignore	20 May 2003 10:24:32 -0000	1.2
  @@ -1,3 +1,4 @@
   build.properties
   target
   dist
  +*.log
  
  
  
  1.4       +9 -9      jakarta-commons-sandbox/math/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	17 May 2003 23:24:21 -0000	1.3
  +++ project.xml	20 May 2003 10:24:32 -0000	1.4
  @@ -4,19 +4,19 @@
     <extend>../../jakarta-commons/project.xml</extend>
     <name>Math</name>
     <id>commons-math</id>
  -  <currentVersion>1.0-dev</currentVersion>
  +  <currentVersion>0.1-dev</currentVersion>
     <inceptionYear>2003</inceptionYear>
  +  <logo/>
     <shortDescription>
  -   A collection of math utilities
  +A library of lightweight, self-contained mathematics and statistics components.
     </shortDescription>
     <description>
  -   The math package contains a few simple math utilities
  -  </description>
  -
  +The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
  +</description>
     <versions>
       <version>
  -      <id>1.0-dev</id>
  -      <name>1.0-dev</name>
  +      <id>0.1-dev</id>
  +      <name>0.1-dev</name>
       </version>
     </versions>
   
  @@ -36,7 +36,7 @@
     <contributors>
      <contributor>
        <name>Phil Steitz</name>
  -     <email>phil@steitz.com</email>
  +     <email/>
        <roles>proposal author, initial contributor</roles>
      </contributor>
     </contributors>  
  @@ -78,7 +78,7 @@
      <report>maven-changelog-plugin</report>
      <report>maven-changes-plugin</report>
      <report>maven-checkstyle-plugin</report>
  -   <report>maven-clover-plugin</report>
  +<!--   <report>maven-clover-plugin</report> -->
   <!--   <report>maven-developer-activity-plugin</report>
      <report>maven-file-activity-plugin</report> -->
      <report>maven-javadoc-plugin</report>
  
  
  
  1.1                  jakarta-commons-sandbox/math/xdocs/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  stylesheets
  
  
  

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