You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2004/01/30 15:19:26 UTC

cvs commit: jakarta-commons/math project.properties project.xml

psteitz     2004/01/30 06:19:26

  Modified:    math     project.properties project.xml
  Log:
  Converted to commons standard l&f.
  
  Revision  Changes    Path
  1.13      +1 -0      jakarta-commons/math/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.properties	29 Jan 2004 18:24:02 -0000	1.12
  +++ project.properties	30 Jan 2004 14:19:26 -0000	1.13
  @@ -4,6 +4,7 @@
   
   maven.checkstyle.properties=${basedir}/checkstyle.xml
   maven.test.failure = false
  +maven.xdoc.poweredby.image=maven-feather.png
   
   #If you wish to skip tests when doing builds, uncomment
   #maven.test.skip = true
  
  
  
  1.38      +11 -2     jakarta-commons/math/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml	28 Jan 2004 21:05:55 -0000	1.37
  +++ project.xml	30 Jan 2004 14:19:26 -0000	1.38
  @@ -1,10 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- $Revision$ $Date$ -->
   <project>
  -  <extend>../../jakarta-commons/project.xml</extend>
  +  <extend>../project.xml</extend>
  +
  +
     <name>Math</name>
     <id>commons-math</id>
     <currentVersion>0.1-dev</currentVersion>
  +
  +  <organization>
  +    <name>Apache Software Foundation</name>
  +    <url>http://www.apache.org</url>
  +    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
  +  </organization>
  +
     <inceptionYear>2003</inceptionYear>
     <logo>/images/math.gif</logo>
     <shortDescription>
  
  
  

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