cvs commit: jakarta-commons/math project.properties

2004-10-08 Thread psteitz
psteitz 2004/10/07 23:33:21

  Modified:math project.properties
  Log:
  Set changes.issue.template property.
  
  Revision  ChangesPath
  1.17  +2 -0  jakarta-commons/math/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.properties4 Apr 2004 04:53:16 -   1.16
  +++ project.properties8 Oct 2004 06:33:21 -   1.17
  @@ -39,3 +39,5 @@
 http://jakarta.apache.org/commons/discovery/api/,\
 http://jakarta.apache.org/commons/logging/api/
   
  
+maven.changes.issue.template=http://nagoya.apache.org/bugzilla/show_bug.cgi?id=%ISSUE%
  +
  
  
  

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



cvs commit: jakarta-commons/math project.properties

2004-04-03 Thread psteitz
psteitz 2004/04/03 20:53:16

  Modified:math project.properties
  Log:
  Forced maven build to fail on test failure.
  
  Revision  ChangesPath
  1.16  +3 -1  jakarta-commons/math/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.properties28 Feb 2004 17:47:37 -  1.15
  +++ project.properties4 Apr 2004 04:53:16 -   1.16
  @@ -17,11 +17,13 @@
   ##
   
   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
  +#If you want the build to succeed if tests fail, uncomment
  +#maven.test.failure = false
  +
   maven.junit.fork=true
   #maven.linkcheck.enable=true 
   
  
  
  

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



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

2004-01-30 Thread psteitz
psteitz 2004/01/30 06:19:26

  Modified:math project.properties project.xml
  Log:
  Converted to commons standard lf.
  
  Revision  ChangesPath
  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.properties29 Jan 2004 18:24:02 -  1.12
  +++ project.properties30 Jan 2004 14:19:26 -  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 -  1.37
  +++ project.xml   30 Jan 2004 14:19:26 -  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
  +
  +
 nameMath/name
 idcommons-math/id
 currentVersion0.1-dev/currentVersion
  +
  +  organization
  +nameApache Software Foundation/name
  +urlhttp://www.apache.org/url
  +logohttp://jakarta.apache.org/images/jakarta-logo.gif/logo
  +  /organization
  +
 inceptionYear2003/inceptionYear
 logo/images/math.gif/logo
 shortDescription
  
  
  

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



cvs commit: jakarta-commons/math project.properties

2004-01-29 Thread mdiggory
mdiggory2004/01/29 10:24:02

  Modified:math project.properties
  Log:
  adding comment on maven property to skip tests.
  
  Revision  ChangesPath
  1.12  +4 -1  jakarta-commons/math/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.properties17 Nov 2003 20:56:13 -  1.11
  +++ project.properties29 Jan 2004 18:24:02 -  1.12
  @@ -4,6 +4,9 @@
   
   maven.checkstyle.properties=${basedir}/checkstyle.xml
   maven.test.failure = false
  +
  +#If you wish to skip tests when doing builds, uncomment
  +#maven.test.skip = true
   maven.junit.fork=true
   #maven.linkcheck.enable=true 
   
  @@ -17,4 +20,4 @@
 http://jakarta.apache.org/commons/lang/api/,\
 http://jakarta.apache.org/commons/discovery/api/,\
 http://jakarta.apache.org/commons/logging/api/
  -  
  \ No newline at end of file
  +  
  
  
  

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



cvs commit: jakarta-commons/math project.properties

2003-11-17 Thread mdiggory
mdiggory2003/11/17 12:55:34

  Modified:math project.properties
  Log:
  Test commit.
  
  Revision  ChangesPath
  1.10  +1 -1  jakarta-commons/math/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.properties15 Nov 2003 20:59:34 -  1.9
  +++ project.properties17 Nov 2003 20:55:34 -  1.10
  @@ -16,4 +16,4 @@
 http://jakarta.apache.org/commons/beanutils/api/,\
 http://jakarta.apache.org/commons/lang/api/,\
 http://jakarta.apache.org/commons/discovery/api/,\
  -  http://jakarta.apache.org/commons/logging/api/
  +  http://jakarta.apache.org/commons/logging/api/
  \ No newline at end of file
  
  
  

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



cvs commit: jakarta-commons/math project.properties

2003-11-17 Thread mdiggory
mdiggory2003/11/17 12:56:13

  Modified:math project.properties
  Log:
  Test commit.
  
  Revision  ChangesPath
  1.11  +2 -1  jakarta-commons/math/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.properties17 Nov 2003 20:55:34 -  1.10
  +++ project.properties17 Nov 2003 20:56:13 -  1.11
  @@ -16,4 +16,5 @@
 http://jakarta.apache.org/commons/beanutils/api/,\
 http://jakarta.apache.org/commons/lang/api/,\
 http://jakarta.apache.org/commons/discovery/api/,\
  -  http://jakarta.apache.org/commons/logging/api/
  \ No newline at end of file
  +  http://jakarta.apache.org/commons/logging/api/
  +  
  \ No newline at end of file
  
  
  

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



cvs commit: jakarta-commons/math project.properties

2003-11-15 Thread mdiggory
mdiggory2003/11/15 12:59:35

  Modified:math project.properties
  Log:
  Adding more external javadoc links.
  
  Revision  ChangesPath
  1.9   +2 -0  jakarta-commons/math/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.properties14 Nov 2003 21:46:30 -  1.8
  +++ project.properties15 Nov 2003 20:59:34 -  1.9
  @@ -14,4 +14,6 @@
   maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\
 http://jakarta.apache.org/commons/collections/api/,\
 http://jakarta.apache.org/commons/beanutils/api/,\
  +  http://jakarta.apache.org/commons/lang/api/,\
  +  http://jakarta.apache.org/commons/discovery/api/,\
 http://jakarta.apache.org/commons/logging/api/
  
  
  

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