cvs commit: jakarta-commons/math project.xml

2005-01-10 Thread brentworden
brentworden2005/01/10 21:41:22

  Modified:math project.xml
  Log:
  Removed references to nagoya.  Replaced with issues and mail-archives
  
  Revision  ChangesPath
  1.57  +4 -4  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- project.xml   13 Dec 2004 04:07:17 -  1.56
  +++ project.xml   11 Jan 2005 05:41:22 -  1.57
  @@ -41,7 +41,7 @@
   
 
 jakarta
  -  
http://nagoya.apache.org/bugzilla/enter_bug.cgi?reporter=&product=Commons&version=unspecified&component=Math&rep_platform=All&op_sys=All&priority=Other&bug_severity=normal&bug_status=NEW&assigned_to=&cc=&bug_file_loc=&short_desc=%5Bpatch%5D+%22Your+subject+heading+here%22&comment=Please+provide+details+here.+Its+best+to+submit+patches+that+alter+existing+file%0D%0Acontent+in+%22unified+cvs+diff%22+format.+%0D%0A%0D%0ASubmissions+that+provide+new+files+can+be+supplied+as+direct+file+attachments+or%0D%0Aarchives+in+zip+or+tar.gz+format.+please+be+kind+enough+to+identify+the+format%0D%0Aof+the+attached+archive+as+bugzill+tends+to+strip+these+characterstics+by%0D%0Aremoving+the+files+extension.&maketemplate=Remember+values+as+bookmarkable+template&form_name=enter_bug
  +  
http://issues.apache.org/bugzilla/enter_bug.cgi?reporter=&product=Commons&version=unspecified&component=Math&rep_platform=All&op_sys=All&priority=Other&bug_severity=normal&bug_status=NEW&assigned_to=&cc=&bug_file_loc=&short_desc=%5Bpatch%5D+%22Your+subject+heading+here%22&comment=Please+provide+details+here.+Its+best+to+submit+patches+that+alter+existing+file%0D%0Acontent+in+%22unified+cvs+diff%22+format.+%0D%0A%0D%0ASubmissions+that+provide+new+files+can+be+supplied+as+direct+file+attachments+or%0D%0Aarchives+in+zip+or+tar.gz+format.+please+be+kind+enough+to+identify+the+format%0D%0Aof+the+attached+archive+as+bugzill+tends+to+strip+these+characterstics+by%0D%0Aremoving+the+files+extension.&maketemplate=Remember+values+as+bookmarkable+template&form_name=enter_bug
 jakarta.apache.org
 
/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
 
/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/
  @@ -54,13 +54,13 @@
 Commons Dev List
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
  -  http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
  +  http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]
   
   
 Commons User List
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
  -  http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
  +  http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]
   
 
 
  
  
  

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



RE: [all] Including license files (was Re: cvs commit: jakarta-commons/math project.xml)

2004-12-13 Thread Phil Steitz
Apologies to all if my reply to Martin's post sent earlier this AM eventually 
arrives, but there is a wrinkle that I need to mention regarding the commit 
below.  While this does work for maven;  unfortunately the build.xml generated 
by maven's ant goal does not include script to add LICENSE.txt.  If I add an 
include for LICENSE.txt below, it generates a good build.xml, but causes 
maven's jar goal to add two copies of LICENSE.txt (with different dates).   So, 
for now at least, the build.xml that I committed last night for [math] does not 
correspond to what maven generates (I added LICENSE.txt manually).  I posted a 
query on this to the maven user list.
 
-Phil

-Original Message- 
From: Mark R. Diggory [mailto:[EMAIL PROTECTED] 
Sent: Mon 12/13/2004 11:26 AM 
To: Jakarta Commons Developers List 
Cc: 
Subject: Re: [all] Including license files (was Re: cvs commit: 
jakarta-commons/math project.xml)



Martin Cooper wrote:
 > Um, a quick grep tells me that Attributes, Chain and Resources all 
have:
 >
 >   ../commons-build/project.xml
 >

Thats incorrect for resources, in the cvs it doesn't extend:


http://cvs.apache.org/viewcvs.cgi/jakarta-commons/resources/project.xml?r1=1.18&r2=1.19&diff_format=h

I thought I removed those from Attributes and Chain too, I must not have
committed them. Everything is on my machine at home, I'll make sure they
get in later today once I get there.


> and around 30 components in the Sandbox have the Sandbox equivalent.
> So many components are in fact still doing that. If they're not
> supposed to, what changes do we need to make to their project.xml
> files?

They shouldn't be extending if possible. This change would be good to do
to all of them, it also means that some site information needs to be
present in the project.xml "template" and placed into all those project
xmls in the sandbox too.


http://cvs.apache.org/viewcvs.cgi/jakarta-commons/resources/project.xml?r1=1.18&r2=1.19&diff_format=h

is a good example of that content.

I know it is a replication of content to place this in all project.xml
files, but its really not much information, and it can already be
overiden by each component.

On a side note, I think we are abusing the gumpRepository ID by making
it "jakarta" for all the components.
jakarta

We really can't rely on pom inheritance because it creates headaches
when building the distributions. It much easier if every component only
has dependencies required for compilation, not for generation of
documentation.

-Mark

>
> TIA.
>
> --
> Martin Cooper
>
>
> On Mon, 13 Dec 2004 09:42:22 -0500, Mark R. Diggory
> <[EMAIL PROTECTED]> wrote:
>
>>There actually isn't an extend. All projects are dependent only on
>>commons-site.jsl and the menu includes. There actually isn't any
>>inheritance of the project.xml because there were issues with users
>>building distributions with maven when the dependency (commons-build)
>>wasn't present there.
>>
>>-Mark
>>
>>
>>
>>Martin Cooper wrote:
>>
>>
>>>Since every component needs to do this, would it work to add this to
>>>commons-build/project.xml, so that it's included as part of the
>>>?
>>>
>>>--
>>>Martin Cooper
>>>
>>>
>>>On 13 Dec 2004 04:07:18 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
wrote:
>>>
>>>
>>>
>>>>psteitz 2004/12/12 20:07:18
>>>>
>>>>Modified:math project.xml
>>>>Log:
>>>>Get NOTICE.txt included in META-INF of distribution jars.
>>>>
>>>>Revision  ChangesPath
>>>>1.56  +10 -1 jakarta-commons/math/project.xml
>>>>
>>>>Index: project.xml
>>>>===
>>>>RCS file: /home/cvs/jakarta-commons/math/project.xml,v
>>>>retr

Re: [all] Including license files (was Re: cvs commit: jakarta-commons/math project.xml)

2004-12-13 Thread Mark R. Diggory
Martin Cooper wrote:
> Um, a quick grep tells me that Attributes, Chain and Resources all have:
>
>   ../commons-build/project.xml
>
Thats incorrect for resources, in the cvs it doesn't extend:
http://cvs.apache.org/viewcvs.cgi/jakarta-commons/resources/project.xml?r1=1.18&r2=1.19&diff_format=h
I thought I removed those from Attributes and Chain too, I must not have 
committed them. Everything is on my machine at home, I'll make sure they 
get in later today once I get there.


and around 30 components in the Sandbox have the Sandbox equivalent.
So many components are in fact still doing that. If they're not
supposed to, what changes do we need to make to their project.xml
files?
They shouldn't be extending if possible. This change would be good to do 
to all of them, it also means that some site information needs to be 
present in the project.xml "template" and placed into all those project 
xmls in the sandbox too.

http://cvs.apache.org/viewcvs.cgi/jakarta-commons/resources/project.xml?r1=1.18&r2=1.19&diff_format=h
is a good example of that content.
I know it is a replication of content to place this in all project.xml 
files, but its really not much information, and it can already be 
overiden by each component.

On a side note, I think we are abusing the gumpRepository ID by making 
it "jakarta" for all the components.
jakarta

We really can't rely on pom inheritance because it creates headaches 
when building the distributions. It much easier if every component only 
has dependencies required for compilation, not for generation of 
documentation.

-Mark
TIA.
--
Martin Cooper
On Mon, 13 Dec 2004 09:42:22 -0500, Mark R. Diggory
<[EMAIL PROTECTED]> wrote:
There actually isn't an extend. All projects are dependent only on
commons-site.jsl and the menu includes. There actually isn't any
inheritance of the project.xml because there were issues with users
building distributions with maven when the dependency (commons-build)
wasn't present there.
-Mark

Martin Cooper wrote:

Since every component needs to do this, would it work to add this to
commons-build/project.xml, so that it's included as part of the
?
--
Martin Cooper
On 13 Dec 2004 04:07:18 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

psteitz 2004/12/12 20:07:18
Modified:math project.xml
Log:
Get NOTICE.txt included in META-INF of distribution jars.
Revision  ChangesPath
1.56  +10 -1 jakarta-commons/math/project.xml
Index: project.xml
===
RCS file: /home/cvs/jakarta-commons/math/project.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- project.xml   10 Dec 2004 05:12:52 -  1.55
+++ project.xml   13 Dec 2004 04:07:17 -  1.56
@@ -164,6 +164,15 @@

  

+
+  
+${basedir}
+
+  NOTICE.txt
+
+META-INF
+  
+
  
  
maven-changes-plugin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


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

--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [all] Including license files (was Re: cvs commit: jakarta-commons/math project.xml)

2004-12-13 Thread Martin Cooper
Um, a quick grep tells me that Attributes, Chain and Resources all have:

  ../commons-build/project.xml

and around 30 components in the Sandbox have the Sandbox equivalent.
So many components are in fact still doing that. If they're not
supposed to, what changes do we need to make to their project.xml
files?

TIA.

--
Martin Cooper


On Mon, 13 Dec 2004 09:42:22 -0500, Mark R. Diggory
<[EMAIL PROTECTED]> wrote:
> There actually isn't an extend. All projects are dependent only on
> commons-site.jsl and the menu includes. There actually isn't any
> inheritance of the project.xml because there were issues with users
> building distributions with maven when the dependency (commons-build)
> wasn't present there.
> 
> -Mark
> 
> 
> 
> Martin Cooper wrote:
> 
> >Since every component needs to do this, would it work to add this to
> >commons-build/project.xml, so that it's included as part of the
> >?
> >
> >--
> >Martin Cooper
> >
> >
> >On 13 Dec 2004 04:07:18 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> >>psteitz 2004/12/12 20:07:18
> >>
> >> Modified:math project.xml
> >> Log:
> >> Get NOTICE.txt included in META-INF of distribution jars.
> >>
> >> Revision  ChangesPath
> >> 1.56  +10 -1 jakarta-commons/math/project.xml
> >>
> >> Index: project.xml
> >> ===
> >> RCS file: /home/cvs/jakarta-commons/math/project.xml,v
> >> retrieving revision 1.55
> >> retrieving revision 1.56
> >> diff -u -r1.55 -r1.56
> >> --- project.xml   10 Dec 2004 05:12:52 -  1.55
> >> +++ project.xml   13 Dec 2004 04:07:17 -  1.56
> >> @@ -164,6 +164,15 @@
> >>  
> >>
> >>  
> >> +
> >> +  
> >> +${basedir}
> >> +
> >> +  NOTICE.txt
> >> +
> >> +META-INF
> >> +  
> >> +
> >>
> >>
> >>  maven-changes-plugin
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> 
> -
> 
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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


Re: [all] Including license files (was Re: cvs commit: jakarta-commons/math project.xml)

2004-12-13 Thread Mark R. Diggory
There actually isn't an extend. All projects are dependent only on 
commons-site.jsl and the menu includes. There actually isn't any 
inheritance of the project.xml because there were issues with users 
building distributions with maven when the dependency (commons-build) 
wasn't present there.

-Mark
Martin Cooper wrote:
Since every component needs to do this, would it work to add this to
commons-build/project.xml, so that it's included as part of the
?
--
Martin Cooper
On 13 Dec 2004 04:07:18 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
 

psteitz 2004/12/12 20:07:18
Modified:math project.xml
Log:
Get NOTICE.txt included in META-INF of distribution jars.
Revision  ChangesPath
1.56  +10 -1 jakarta-commons/math/project.xml
Index: project.xml
===
RCS file: /home/cvs/jakarta-commons/math/project.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- project.xml   10 Dec 2004 05:12:52 -  1.55
+++ project.xml   13 Dec 2004 04:07:17 -  1.56
@@ -164,6 +164,15 @@
 
   
 
+
+  
+${basedir}
+
+  NOTICE.txt
+
+META-INF
+  
+
   
   
 maven-changes-plugin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   

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


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


Re: [all] Including license files (was Re: cvs commit: jakarta-commons/math project.xml)

2004-12-13 Thread Phil Steitz
Martin Cooper wrote:
Since every component needs to do this, would it work to add this to
commons-build/project.xml, so that it's included as part of the
?
That would make sense, but IIRC, we decided some time back to move away 
from POM inheritance for configuring j-c components, using commons-build 
just to drive the web site generation stuff and manually including the 
common stuff in either project.xml or maven.xml for each component.  I 
may have this wrong.  Maybe Mark or someone more maven-knowledgeable can 
comment on the best way to accomplish this.

One more thing that I noticed is that unless you also add
LICENSE.txt below, the ant-generated build.xml does 
not include LICENSE.txt in the jar.  Unfortunately, when I add that to 
project.xml, I end up with two copies of LICENSE.txt in maven-generated 
jars.  I think that this is because the maven jar plugin puts 
LICENSE.txt in automatically; but the ant plugin does not generate code 
to add it.  Also, the maven jar task creates a new copy (so has a 
different data), causing the dup in the jar.  Could be this qualifies as 
a bug in the ant plugin.  Anyone have any ideas of how to get around 
this?  As of this moment, build.xml for [math] includes an extra line 
not generated by the ant plugin against the current version of project.xml.

Phil
--
Martin Cooper
On 13 Dec 2004 04:07:18 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
psteitz 2004/12/12 20:07:18
Modified:math project.xml
Log:
Get NOTICE.txt included in META-INF of distribution jars.
Revision  ChangesPath
1.56  +10 -1 jakarta-commons/math/project.xml
Index: project.xml
===
RCS file: /home/cvs/jakarta-commons/math/project.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- project.xml   10 Dec 2004 05:12:52 -  1.55
+++ project.xml   13 Dec 2004 04:07:17 -  1.56
@@ -164,6 +164,15 @@
 
   
 
+
+  
+${basedir}
+
+  NOTICE.txt
+
+META-INF
+  
+
   
   
 maven-changes-plugin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

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


[all] Including license files (was Re: cvs commit: jakarta-commons/math project.xml)

2004-12-12 Thread Martin Cooper
Since every component needs to do this, would it work to add this to
commons-build/project.xml, so that it's included as part of the
?

--
Martin Cooper


On 13 Dec 2004 04:07:18 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> psteitz 2004/12/12 20:07:18
> 
>  Modified:math project.xml
>  Log:
>  Get NOTICE.txt included in META-INF of distribution jars.
> 
>  Revision  ChangesPath
>  1.56  +10 -1 jakarta-commons/math/project.xml
> 
>  Index: project.xml
>  ===
>  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
>  retrieving revision 1.55
>  retrieving revision 1.56
>  diff -u -r1.55 -r1.56
>  --- project.xml   10 Dec 2004 05:12:52 -  1.55
>  +++ project.xml   13 Dec 2004 04:07:17 -  1.56
>  @@ -164,6 +164,15 @@
>   
> 
>   
>  +
>  +  
>  +${basedir}
>  +
>  +  NOTICE.txt
>  +
>  +META-INF
>  +  
>  +
> 
> 
>   maven-changes-plugin
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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



cvs commit: jakarta-commons/math project.xml

2004-12-12 Thread psteitz
psteitz 2004/12/12 20:07:18

  Modified:math project.xml
  Log:
  Get NOTICE.txt included in META-INF of distribution jars.
  
  Revision  ChangesPath
  1.56  +10 -1 jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- project.xml   10 Dec 2004 05:12:52 -  1.55
  +++ project.xml   13 Dec 2004 04:07:17 -  1.56
  @@ -164,6 +164,15 @@
   
 
   
  +
  +  
  +${basedir}
  +
  +  NOTICE.txt
  +
  +META-INF
  +  
  +
 
 
   maven-changes-plugin
  
  
  

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


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

2004-12-09 Thread psteitz
psteitz 2004/12/09 21:12:52

  Modified:math project.xml build.xml
  Log:
  Post-1.0 update.
  
  Revision  ChangesPath
  1.55  +13 -2 jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- project.xml   5 Dec 2004 17:21:30 -   1.54
  +++ project.xml   10 Dec 2004 05:12:52 -  1.55
  @@ -21,7 +21,7 @@
 3
 Math
 commons-math
  -  1.0
  +  1.1-dev
 2003
 Jakarta Commons Math
 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.
  @@ -65,8 +65,19 @@
 
 
   
  +  1.0-RC1
  +  1.0
  +  MATH_1_0_RC1
  +
  +
  +  1.0-RC2
  +  1.0
  +  MATH_1_0_RC2
  +
  +
 1.0
 1.0
  +  MATH_1_0
   
 
 
  
  
  
  1.23  +4 -4  jakarta-commons/math/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 5 Dec 2004 17:34:27 -   1.22
  +++ build.xml 10 Dec 2004 05:12:52 -  1.23
  @@ -1,7 +1,7 @@
   
   
  -
  +
   
   
 
  @@ -20,7 +20,7 @@
 
 
 
  -  
  +  
 
 
   
  @@ -142,7 +142,7 @@
   
   
   
  -
  +
   
   
 
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-12-05 Thread psteitz
psteitz 2004/12/05 09:21:30

  Modified:math project.xml
  Log:
  Updated for 1.0 release.
  
  Revision  ChangesPath
  1.54  +4 -4  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- project.xml   7 Nov 2004 03:41:37 -   1.53
  +++ project.xml   5 Dec 2004 17:21:30 -   1.54
  @@ -21,7 +21,7 @@
 3
 Math
 commons-math
  -  1.0-RC2
  +  1.0
 2003
 Jakarta Commons Math
 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.
  @@ -65,8 +65,8 @@
 
 
   
  -  1.0-RC2
  -  1.0-RC2
  +  1.0
  +  1.0
   
 
 
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-11-06 Thread psteitz
psteitz 2004/11/06 19:41:37

  Modified:math project.xml
  Log:
  Added Fredrik Norin to contributors.
  
  Revision  ChangesPath
  1.53  +4 -1  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- project.xml   9 Oct 2004 21:21:42 -   1.52
  +++ project.xml   7 Nov 2004 03:41:37 -   1.53
  @@ -113,6 +113,9 @@
 Piotr Kochanski
   
   
  +  Fredrik Norin
  +
  +
 Christopher Schuck
   
   
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-10-09 Thread psteitz
psteitz 2004/10/09 14:21:42

  Modified:math project.xml
  Log:
  Added Kim van der Linde to contributors, changed version to RC2.
  
  Revision  ChangesPath
  1.52  +7 -4  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- project.xml   8 Oct 2004 05:57:21 -   1.51
  +++ project.xml   9 Oct 2004 21:21:42 -   1.52
  @@ -21,7 +21,7 @@
 3
 Math
 commons-math
  -  1.0
  +  1.0-RC2
 2003
 Jakarta Commons Math
 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.
  @@ -65,8 +65,8 @@
 
 
   
  -  1.0
  -  1.0-RC1
  +  1.0-RC2
  +  1.0-RC2
   
 
 
  @@ -114,6 +114,9 @@
   
   
 Christopher Schuck
  +
  +
  +  Kim van der Linde
   
 
 
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-10-07 Thread psteitz
psteitz 2004/10/07 22:57:21

  Modified:math project.xml
  Log:
  Add Ken Geis as contributor.
  
  Revision  ChangesPath
  1.51  +4 -1  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- project.xml   20 Sep 2004 04:31:34 -  1.50
  +++ project.xml   8 Oct 2004 05:57:21 -   1.51
  @@ -107,6 +107,9 @@
 
 
   
  +  Ken Geis
  +
  +
 Piotr Kochanski
   
   
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-09-19 Thread psteitz
psteitz 2004/09/19 21:31:35

  Modified:math project.xml
  Log:
  Prepare for 1.0 release. Turned on changes plugin report.
  
  Revision  ChangesPath
  1.50  +3 -3  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- project.xml   15 Aug 2004 18:09:48 -  1.49
  +++ project.xml   20 Sep 2004 04:31:34 -  1.50
  @@ -21,7 +21,7 @@
 3
 Math
 commons-math
  -  1.0-RC1
  +  1.0
 2003
 Jakarta Commons Math
 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.
  @@ -146,9 +146,9 @@
   
 
 
  +maven-changes-plugin
   

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

2004-08-15 Thread psteitz
psteitz 2004/08/15 11:09:48

  Modified:math project.xml maven.xml
  Log:
  Preparing for Release 1.0
  
  Revision  ChangesPath
  1.49  +17 -18jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- project.xml   11 Jul 2004 19:00:19 -  1.48
  +++ project.xml   15 Aug 2004 18:09:48 -  1.49
  @@ -1,4 +1,5 @@
   
  +
   
   
  +
   
 3
  -  
 Math
 commons-math
  -  1.0-dev
  +  1.0-RC1
 2003
 Jakarta Commons Math
 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.
 /images/math.gif
  -  
 http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
 org.apache.commons.${pom.artifactId.substring(8)}
  -
 
   The Apache Software Foundation
   http://jakarta.apache.org
   http://jakarta.apache.org/images/original-jakarta-logo.gif
 
  -
 
  - 
  - The Apache Software License, Version 2.0
  - /LICENSE.txt
  - repo
  - 
  +
  +  The Apache Software License, Version 2.0
  +  /LICENSE.txt
  +  repo
  +
 
  -  
 jakarta
 
http://nagoya.apache.org/bugzilla/enter_bug.cgi?reporter=&product=Commons&version=unspecified&component=Math&rep_platform=All&op_sys=All&priority=Other&bug_severity=normal&bug_status=NEW&assigned_to=&cc=&bug_file_loc=&short_desc=%5Bpatch%5D+%22Your+subject+heading+here%22&comment=Please+provide+details+here.+Its+best+to+submit+patches+that+alter+existing+file%0D%0Acontent+in+%22unified+cvs+diff%22+format.+%0D%0A%0D%0ASubmissions+that+provide+new+files+can+be+supplied+as+direct+file+attachments+or%0D%0Aarchives+in+zip+or+tar.gz+format.+please+be+kind+enough+to+identify+the+format%0D%0Aof+the+attached+archive+as+bugzill+tends+to+strip+these+characterstics+by%0D%0Aremoving+the+files+extension.&maketemplate=Remember+values+as+bookmarkable+template&form_name=enter_bug
 jakarta.apache.org
 
/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
 
/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/
  -  
 
   scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}
   
http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/
 
  -  
 
   
 Commons Dev List
  @@ -67,12 +62,11 @@
 [EMAIL PROTECTED]
 http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
   
  - 
  -  
  +  
 
   
 1.0
  -  1.0-dev
  +  1.0-RC1
   
 
 
  @@ -129,7 +123,6 @@
 0.2
   
 
  -
 
   [EMAIL PROTECTED]
   src/java
  @@ -153,18 +146,24 @@
   
 
 
  +
  +
   maven-javadoc-plugin
   maven-jdepend-plugin
   maven-junit-report-plugin
   maven-jxr-plugin
   maven-license-plugin
  +
  +
 
   
  
  
  
  1.4   +2 -0  jakarta-commons/math/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 9 Aug 2004 17:07:59 -   1.3
  +++ maven.xml 15 Aug 2004 18:09:48 -  1.4
  @@ -24,8 +24,10 @@

 
   
  +
   
   
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-06-20 Thread psteitz
psteitz 2004/06/20 09:54:01

  Modified:math project.xml
  Log:
  Dropped [collections] dependency.
  
  Revision  ChangesPath
  1.46  +1 -5  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- project.xml   1 Jun 2004 23:55:31 -   1.45
  +++ project.xml   20 Jun 2004 16:54:01 -  1.46
  @@ -121,10 +121,6 @@
 
 
   
  -  commons-collections
  -  3.0
  -
  -
 commons-lang
 2.0
   
  
  
  

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



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

2004-06-01 Thread mdiggory
mdiggory2004/06/01 16:55:31

  Modified:math project.xml build.xml
  Log:
  Removed Dependency on BeanUtils and regenereated build.xml to reflect changes.
  
  Revision  ChangesPath
  1.45  +1 -5  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- project.xml   24 Apr 2004 18:40:22 -  1.44
  +++ project.xml   1 Jun 2004 23:55:31 -   1.45
  @@ -121,10 +121,6 @@
 
 
   
  -  commons-beanutils
  -  1.6.1
  -
  -
 commons-collections
 3.0
   
  
  
  
  1.15  +98 -76jakarta-commons/math/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 24 Apr 2004 18:40:22 -  1.14
  +++ build.xml 1 Jun 2004 23:55:31 -   1.15
  @@ -1,48 +1,44 @@
   
   
  -
   
  -   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.
  -  -->
  -  
   
  -  
  -  
  -  
  -  
  -  
  -  
  -  
  -  
  -  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
 
  -
  +
  +
   
 
 
   
 
  -  
 
  -
  +
  +
   
 
   
 
 
   
  -  
  +  
  +  
   
 
   
  @@ -53,93 +49,119 @@
 
   
 
  -  
  -  
  -
  -
  -
  -
  +  
  +
  +
 
  -  
 
  -
  -
  +
  +
  +
  +
 
  -  
 
  -
  +
  +
   
  -  
  -  
  +  
  +  
  +  
  +  
   
 
  -  
 
  -
  +
  +
 
  -  
 
  -
  +
  +
   
  -  
  -  
  -  
  +  
  +  
  +  
  +  
  +  
  +  
 
   
  -  
  +  
  +  
   
  -
  -
  +
  +
  +
  +
 
 
   
  -  
  -  
  +  
  +  
  +  
  +  
   
 
   
 
  -  
 
  -
  +
  +
   
 
   
 
 
   
  -  
  +  
  +  
   
  -
  +
  +
 
   
 
  -  
  -  
  -
  +  
  +
  +
   
  -  
  +  
  +  
   
  -
  -
  -
  +
  +
  +
  +
  +
 
   
  -  
  +  
  +  
   
  -
  +
  +
 
   
 
  -  
 
  -http://www.apache.org/dist/java-repository/commons-beanutils/jars/commons-beanutils-1.6.1.jar"/>
  -http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-3.0.jar"/>
  -http://www.apache.org/dist/java-repository/commons-lang/jars/commons-lang-2.0.jar"/>
  -http://www.apache.org/dist/java-repository/commons-logging/jars/commons-logging-1.0.3.jar"/>
  -http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-0.2.jar"/>
  -http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"/>
  -http://www.apache.org/dist/java-repository/ant/jars/ant-1.5.jar"/>
  -http://www.apache.org/dist/java-repository/ant/jars/ant-optional-1.5.jar"/>
  +http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-3.0.jar";>
  +
  +http://www.apache.org/dist/java-repository/commons-lang/jars/commons-lang-2.0.jar";>
  +
  +http://www.apache.org/dist/java-repository/commons-logging/jars/commons-logging-1.0.3.jar";>
  +
  +http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-0.2.jar";>
  +
  +http://www.apache.org/dist/java-repository/junit/jars/junit-3.8.1.jar";>
  +
  +http://www.apache.org/dist/java-repository/ant/jars/ant-1.5.jar";>
  +
  +http://www.apache.org/dist/java-repository/ant/jars/ant-optional-1.5.jar";>
  +
  +  
  +  
  +
  +
  +
  +
 
  -
  +
  \ No newline at end of file
  
  
  

-

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

2004-04-24 Thread psteitz
psteitz 2004/04/24 11:40:22

  Modified:math project.xml build.xml
  Log:
  Updated dependencies to latest release versions
  collections: 3.0 (added to java-repository)
  beanutils: 1.6.1
  discovery: 0.2 (added to java-repository)
  
  Revision  ChangesPath
  1.44  +4 -4  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml   11 Apr 2004 16:30:07 -  1.43
  +++ project.xml   24 Apr 2004 18:40:22 -  1.44
  @@ -122,11 +122,11 @@
 
   
 commons-beanutils
  -  1.5
  +  1.6.1
   
   
 commons-collections
  -  2.1
  +  3.0
   
   
 commons-lang
  @@ -138,7 +138,7 @@
   
   
 commons-discovery
  -  20030211.213356
  +  0.2
   
 
   
  
  
  
  1.14  +3 -3  jakarta-commons/math/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 28 Feb 2004 19:43:40 -  1.13
  +++ build.xml 24 Apr 2004 18:40:22 -  1.14
  @@ -133,11 +133,11 @@
 
 
 
  -http://www.apache.org/dist/java-repository/commons-beanutils/jars/commons-beanutils-1.5.jar"/>
  -http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-2.1.jar"/>
  +http://www.apache.org/dist/java-repository/commons-beanutils/jars/commons-beanutils-1.6.1.jar"/>
  +http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-3.0.jar"/>
   http://www.apache.org/dist/java-repository/commons-lang/jars/commons-lang-2.0.jar"/>
   http://www.apache.org/dist/java-repository/commons-logging/jars/commons-logging-1.0.3.jar"/>
  -http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-SNAPSHOT.jar"/>
  +http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-0.2.jar"/>
   http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"/>
   http://www.apache.org/dist/java-repository/ant/jars/ant-1.5.jar"/>
   http://www.apache.org/dist/java-repository/ant/jars/ant-optional-1.5.jar"/>
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-04-11 Thread psteitz
psteitz 2004/04/11 09:30:08

  Modified:math project.xml
  Log:
  Added Christopher Schuck to contributors.
  
  Revision  ChangesPath
  1.43  +4 -1  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- project.xml   9 Apr 2004 19:58:06 -   1.42
  +++ project.xml   11 Apr 2004 16:30:07 -  1.43
  @@ -115,6 +115,9 @@
   
 Piotr Kochanski
   
  +
  +  Christopher Schuck
  +
 
 
   
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-01-30 Thread mdiggory
mdiggory2004/01/30 11:52:08

  Modified:math project.xml
  Log:
  Fixing email addresses and changing version to 1.0
  
  Revision  ChangesPath
  1.39  +27 -32jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- project.xml   30 Jan 2004 14:19:26 -  1.38
  +++ project.xml   30 Jan 2004 19:52:08 -  1.39
  @@ -2,18 +2,14 @@
   
   
 ../project.xml
  -
  -
 Math
 commons-math
  -  0.1-dev
  -
  +  1.0-dev
 
   Apache Software Foundation
   http://www.apache.org
   http://jakarta.apache.org/images/jakarta-logo.gif
 
  -
 2003
 /images/math.gif
 
  @@ -25,46 +21,45 @@
 /www/jakarta.apache.org/commons/math/
 
   
  -  0.1-dev
  -  0.1-dev
  +  1.0
  +  1.0-dev
   
 
  -
 
  - 
  - Albert Davidson Chou
  - [EMAIL PROTECTED]
  -  
  +
  +  Albert Davidson Chou
  +  achou at apache dot org
  +
   
 Mark Diggory
 mdiggory
  -  [EMAIL PROTECTED]
  - 
  +  mdiggory at apache dot org
  +
   
 Robert Burrell Donkin
 rdonkin
  -  [EMAIL PROTECTED]
  +  rdonkin at apache dot org
   
   
 Tim O'Brien
 tobrien
  -  [EMAIL PROTECTED]
  - 
  +  tobrien at apache dot org
  +
   
  - J. Pietschmann
  - pietsch
  - [EMAIL PROTECTED]
  - 
  -
  - Phil Steitz
  - psteitz
  - [EMAIL PROTECTED]
  -  
  -
  - Brent Worden
  - brentworden
  - [EMAIL PROTECTED]
  -  
  +  J. Pietschmann
  +  pietsch
  +  j3322ptm at yahoo dot de
  +
  +
  +  Phil Steitz
  +  psteitz
  +  psteitz at apache dot org
  +
  +
  +  Brent Worden
  +  brentworden
  +  brentworden at apache dot org
  +
 
   
 
  
  
  

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



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

2004-01-28 Thread Mark R. Diggory
Tim,

Dependencies resolve in Maven when cutting a release. You don't need to 
set them in the poject.xml just use SNAPSHOT:

http://maven.apache.org/reference/user-guide.html#Resolving%20SNAPSHOT%20Dependencies

When you use this goal before cutting a release, it will adjust the 
dependencies in your project.xml so that they match the appropriate 
version, then build the release.

-Mark

[EMAIL PROTECTED] wrote:

tobrien 2004/01/28 13:05:55

  Modified:math project.xml
  Log:
  Project dependencies for commons-collctions and commons-lang were pointing to the SNAPSHOT of both.  When this was iriginally done, it was agreed that pointing to a SNAPSHOT was not an option for a release.  Now that compatible version of these to component have been released, the versions have been updated.  Commons Math now depends on collections 2.1 and lang 2.0.
  
  Revision  ChangesPath
  1.37  +4 -4  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml	26 Jan 2004 03:09:15 -	1.36
  +++ project.xml	28 Jan 2004 21:05:55 -	1.37
  @@ -71,11 +71,11 @@
   
   
 commons-collections
  -  SNAPSHOT
  +  2.1
   
   
 commons-lang
  -  SNAPSHOT
  +  2.0
   
   
 commons-logging
  @@ -84,7 +84,7 @@
   
 commons-discovery
 SNAPSHOT
  -	
  +
 
   
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [math] project dependencies Re: cvs commit: jakarta-commons/math project.xml

2004-01-28 Thread Phil Steitz

--- Tim O'Brien <[EMAIL PROTECTED]> wrote:
> 
> Could I have made more spelling mistakes in that email message.
> 
> 
> When we had initially started to depend on other projects in the 
> commons, it was early on - lang and collection were not yet release. 
> These have been released in the meantime.
> 
> There is one hitch, we depend on a SNAPSHOT of commons-discovery. 
> Should we, instead, depend on version 0.2 of commons-discovery?

+1, but we need to get discovery 0.2 into ibiblio or the apache repo first.
Last I checked it was not there (ibiblio).
> 
> Tim
> 
> 
> 
> > tobrien 2004/01/28 13:05:55
> > 
> >   Modified:math project.xml
> >   Log:
> >   Project dependencies for commons-collctions and commons-lang were
> pointing to the SNAPSHOT of both.  When this was iriginally done, it was
> agreed that pointing to a SNAPSHOT 
> was not an option for a release.  Now that compatible version of these 
> to component have been released, the versions have been updated. 
> Commons Math now depends on collections 2.1 and lang 2.0.
> >   
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

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



[math] project dependencies Re: cvs commit: jakarta-commons/math project.xml

2004-01-28 Thread Tim O'Brien
Could I have made more spelling mistakes in that email message.

When we had initially started to depend on other projects in the 
commons, it was early on - lang and collection were not yet release. 
These have been released in the meantime.

There is one hitch, we depend on a SNAPSHOT of commons-discovery. 
Should we, instead, depend on version 0.2 of commons-discovery?

Tim



tobrien 2004/01/28 13:05:55

  Modified:math project.xml
  Log:
  Project dependencies for commons-collctions and commons-lang were pointing to the SNAPSHOT of both.  When this was iriginally done, it was agreed that pointing to a SNAPSHOT 
was not an option for a release.  Now that compatible version of these 
to component have been released, the versions have been updated. 
Commons Math now depends on collections 2.1 and lang 2.0.
  


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


cvs commit: jakarta-commons/math project.xml

2004-01-28 Thread tobrien
tobrien 2004/01/28 13:05:55

  Modified:math project.xml
  Log:
  Project dependencies for commons-collctions and commons-lang were pointing to the 
SNAPSHOT of both.  When this was iriginally done, it was agreed that pointing to a 
SNAPSHOT was not an option for a release.  Now that compatible version of these to 
component have been released, the versions have been updated.  Commons Math now 
depends on collections 2.1 and lang 2.0.
  
  Revision  ChangesPath
  1.37  +4 -4  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml   26 Jan 2004 03:09:15 -  1.36
  +++ project.xml   28 Jan 2004 21:05:55 -  1.37
  @@ -71,11 +71,11 @@
   
   
 commons-collections
  -  SNAPSHOT
  +  2.1
   
   
 commons-lang
  -  SNAPSHOT
  +  2.0
   
   
 commons-logging
  @@ -84,7 +84,7 @@
   
 commons-discovery
 SNAPSHOT
  - 
  +
 
   
 
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-01-25 Thread psteitz
psteitz 2004/01/25 19:09:15

  Modified:math project.xml
  Log:
  Added Piotr Kochanski to contributors.
  
  Revision  ChangesPath
  1.36  +4 -1  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml   17 Jan 2004 18:16:01 -  1.35
  +++ project.xml   26 Jan 2004 03:09:15 -  1.36
  @@ -59,6 +59,9 @@
 
   
 
  +
  +  Piotr Kochanski
  +
   
   
 
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2004-01-11 Thread psteitz
psteitz 2004/01/10 23:42:20

  Modified:math project.xml
  Log:
  Added humble self to developers.
  
  Revision  ChangesPath
  1.34  +8 -11 jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml   23 Dec 2003 03:55:34 -  1.33
  +++ project.xml   11 Jan 2004 07:42:20 -  1.34
  @@ -45,7 +45,12 @@
J. Pietschmann
pietsch
[EMAIL PROTECTED]
  -
  + 
  +
  + Phil Steitz
  + psteitz
  + [EMAIL PROTECTED]
  +  
   
Brent Worden
brentworden
  @@ -54,14 +59,6 @@
 
   
 
  -   
  - Phil Steitz
  - [EMAIL PROTECTED]
  - 
  -proposal author 
  -initial contributor
  -
  -   
   
   
 
  @@ -124,7 +121,7 @@
  maven-developer-activity-plugin
  maven-file-activity-plugin 
  maven-javadoc-plugin
  -   maven-jdepend-plugin 
  +   maven-jdepend-plugin
  maven-junit-report-plugin
  maven-jxr-plugin
  maven-license-plugin
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2003-12-22 Thread bayard
bayard  2003/12/22 19:55:34

  Modified:math project.xml
  Log:
  fixed ids, but unable to find Apache id for Albert Chou
  
  Revision  ChangesPath
  1.33  +3 -1  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml   19 Nov 2003 07:06:47 -  1.32
  +++ project.xml   23 Dec 2003 03:55:34 -  1.33
  @@ -43,10 +43,12 @@

   
J. Pietschmann
  + pietsch
[EMAIL PROTECTED]
   
   
Brent Worden
  + brentworden
[EMAIL PROTECTED]
 
 
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2003-11-19 Thread brentworden
brentworden2003/11/18 23:06:47

  Modified:math project.xml
  Log:
  change email address.
  
  Revision  ChangesPath
  1.32  +2 -2  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml   17 Nov 2003 05:38:09 -  1.31
  +++ project.xml   19 Nov 2003 07:06:47 -  1.32
  @@ -47,7 +47,7 @@
   
   
Brent Worden
  - [EMAIL PROTECTED]
  + [EMAIL PROTECTED]
 
 
   
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2003-11-15 Thread mdiggory
mdiggory2003/11/15 12:57:46

  Modified:math project.xml
  Log:
  Adjusted Contibutors and Developers lists.
  
  Revision  ChangesPath
  1.30  +18 -18jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml   15 Nov 2003 19:05:38 -  1.29
  +++ project.xml   15 Nov 2003 20:57:46 -  1.30
  @@ -22,21 +22,33 @@
 
   
 
  + 
  + Albert Davidson Chou
  + [EMAIL PROTECTED]
  +  
  +
  +  Mark Diggory
  +  mdiggory
  +  [EMAIL PROTECTED]
  + 
   
 Robert Burrell Donkin
 rdonkin
 [EMAIL PROTECTED]
   
   
  -  Tim OBrien
  +  Tim O'Brien
 tobrien
 [EMAIL PROTECTED]
  -
  + 
   
  -  Mark R. Diggory
  -  mdiggory
  -  [EMAIL PROTECTED]
  + J. Pietschmann
  + [EMAIL PROTECTED]
   
  +
  + Brent Worden
  + [EMAIL PROTECTED]
  +  
 
   
 
  @@ -47,18 +59,6 @@
   proposal author 
   initial contributor
   
  -   
  -   
  - Brent Worden
  - [EMAIL PROTECTED]
  -   
  -   
  - Albert Davidson Chou
  - [EMAIL PROTECTED]
  -   
  -   
  - J.Pietschmann
  - [EMAIL PROTECTED]
  
   
   
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2003-11-15 Thread dirkv
dirkv   2003/11/15 11:05:38

  Modified:math project.xml
  Log:
  reapply (mdiggory2003/11/01 08:14:45)
Modification to project.xml to build and locate the cvs tree in the proper 
location.
  
  Revision  ChangesPath
  1.29  +8 -6  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml   14 Nov 2003 21:46:30 -  1.28
  +++ project.xml   15 Nov 2003 19:05:38 -  1.29
  @@ -13,7 +13,7 @@
 
   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.
 
  -  /www/jakarta.apache.org/commons/sandbox/math/
  +  /www/jakarta.apache.org/commons/math/
 
   
 0.1-dev
  @@ -85,11 +85,13 @@

 
   
  -  
http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Commons&component=Sandbox&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=%27Importance%27
  +  
  + 
http://nagoya.apache.org/bugzilla/enter_bug.cgi?reporter=&product=Commons&version=unspecified&component=Math&rep_platform=All&op_sys=All&priority=Other&bug_severity=normal&bug_status=NEW&assigned_to=&cc=&bug_file_loc=&short_desc=%5Bpatch%5D+%22Your+subject+heading+here%22&comment=Please+provide+details+here.+Its+best+to+submit+patches+that+alter+existing+file%0D%0Acontent+in+%22unified+cvs+diff%22+format.+%0D%0A%0D%0ASubmissions+that+provide+new+files+can+be+supplied+as+direct+file+attachments+or%0D%0Aarchives+in+zip+or+tar.gz+format.+please+be+kind+enough+to+identify+the+format%0D%0Aof+the+attached+archive+as+bugzill+tends+to+strip+these+characterstics+by%0D%0Aremoving+the+files+extension.&maketemplate=Remember+values+as+bookmarkable+template&form_name=enter_bug
  +  
   
 
  -scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}
  -
http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/
  +scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}
  +
http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/
 
 
 
  @@ -116,6 +118,7 @@
  maven-changelog-plugin 
  maven-changes-plugin
  maven-checkstyle-plugin
  +   maven-clover-plugin
  maven-developer-activity-plugin
  maven-file-activity-plugin 
  maven-javadoc-plugin
  @@ -126,7 +129,6 @@
  maven-statcvs-plugin
  maven-tasklist-plugin
   
 
  
  
  

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



cvs commit: jakarta-commons/math project.xml

2003-11-01 Thread mdiggory
mdiggory2003/11/01 08:14:45

  Modified:math project.xml
  Log:
  Modification to project.xml to build and locate the cvs tree in the proper location.
  
  Revision  ChangesPath
  1.2   +4 -4  jakarta-commons/math/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   1 Nov 2003 16:04:12 -   1.1
  +++ project.xml   1 Nov 2003 16:14:45 -   1.2
  @@ -13,7 +13,7 @@
 
   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.
 
  -  /www/jakarta.apache.org/commons/sandbox/math/
  +  /www/jakarta.apache.org/commons/math/
 
   
 0.1-dev
  @@ -88,8 +88,8 @@
 
http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Commons&component=Sandbox&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=%27Importance%27
   
 
  -scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}
  -
http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/
  +scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}
  +
http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/
 
 
 
  
  
  

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