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

2004-11-27 Thread mdiggory
mdiggory2004/11/27 10:18:48 Modified:resources project.xml project.properties Log: Inserting site info for proper javadoc generation. Revision ChangesPath 1.20 +3 -4 jakarta-commons/resources/project.xml Index: project.xml

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

2004-11-27 Thread mdiggory
mdiggory2004/11/27 09:38:26 Modified:resources/xdocs navigation.xml resources project.properties project.xml Log: Correction issues with commons site generation. Revision ChangesPath 1.8 +1 -1 jakarta-commons/resources/xdocs/navigation.xml

cvs commit: jakarta-commons/email project.xml

2004-11-27 Thread mdiggory
mdiggory2004/11/27 09:27:22 Modified:emailproject.xml Log: No longer inheriting commons-build. Something I do not beleive we do anymore due to the problems with building src distribution tarballs. Revision ChangesPath 1.5 +0 -1 jakarta-commons/email

cvs commit: jakarta-commons/email project.xml

2004-11-27 Thread mdiggory
mdiggory2004/11/27 09:09:59 Modified:emailproject.xml Log: Setting appropriate site generation path,it was never set, or was attempted to be inherited from commons-build. Something I do not beleive we do anymore due to the problems with building src distribution tarballs

cvs commit: jakarta-commons/email/xdocs/style project.css

2004-11-27 Thread mdiggory
mdiggory2004/11/27 08:54:32 Modified:emailproject.xml project.properties email/xdocs navigation.xml Removed: email/xdocs/style project.css Log: Fixes to correct site generation and Jakarta Commons style. 1.) removed project.css 2.) adjusted relative

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

2004-11-26 Thread mdiggory
mdiggory2004/11/26 08:38:54 Modified:commons-build project.xml Log: No, this is actually wrong, this should be the longer logo, like it was originally, undoing my last change. Revision ChangesPath 1.38 +1 -1 jakarta-commons/commons-build/project.xml Index

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

2004-11-26 Thread mdiggory
mdiggory2004/11/26 08:27:36 Modified:commons-build project.xml Log: Opse, wrong logo. The javascript is using the same logo in both instances. The project.xml logo needs to be the original. Revision ChangesPath 1.37 +1 -1 jakarta-commons/commons-build

cvs commit: jakarta-commons/commons-build/xdocs navigation.xml

2004-11-26 Thread mdiggory
mdiggory2004/11/26 08:20:24 Modified:commons-build/xdocs navigation.xml Log: Adding link to top level jakarta site on grey bar Revision ChangesPath 1.10 +4 -0 jakarta-commons/commons-build/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/commons-build project.properties

2004-11-26 Thread mdiggory
mdiggory2004/11/26 08:18:27 Modified:commons-build project.properties Log: All the subprojects have the published date on the grey bar (left), to make the site more consistent with this, I've moved to there on the top level site. Revision ChangesPath 1.14

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

2004-11-26 Thread mdiggory
mdiggory2004/11/26 08:10:08 Modified:commons-build project.xml Log: Jakarta Project logo has moved into images directory. Revision ChangesPath 1.36 +1 -1 jakarta-commons/commons-build/project.xml Index: project.xml

cvs commit: jakarta-commons/commons-build/xdocs/style tigris.css maven.css print.css

2004-08-17 Thread mdiggory
mdiggory2004/08/17 06:29:17 Added: commons-build/xdocs/style tigris.css maven.css print.css Log: CSS Links are now relative to project. each project maven.xml will maintain a postGoal to copy css styles from commons-build. Revision ChangesPath 1.1

cvs commit: jakarta-commons/commons-build commons-site.jsl

2004-08-17 Thread mdiggory
mdiggory2004/08/17 06:29:01 Modified:commons-build commons-site.jsl Log: CSS Links are now relative to project. each project maven.xml will maintain a postGoal to copy css styles from commons-build. Revision ChangesPath 1.11 +10 -26jakarta-commons/commons-build

cvs commit: jakarta-commons/math maven.xml

2004-08-17 Thread mdiggory
mdiggory2004/08/17 06:27:35 Modified:math maven.xml Log: When content is generated, the stylesheets are copied out of commons-build instead of being linked to, this allows independent stylesheets to be used in distributions. Maintains look and feel when jakarta site is

Re: [math] Ready for 1.0 RC?

2004-07-26 Thread mdiggory
Quoting Phil Steitz <[EMAIL PROTECTED]>: > I have finished with the coding / docs tasks that I thought needed to get > done before 1.0. There are no open BZ tickets and the reports (checkstyle, > javadoc, clover) are looking OK. I regenerated and published the site > based on the current build

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java

2004-06-04 Thread mdiggory
mdiggory2004/06/04 06:53:12 Modified:math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java Log: This call to StringUtils did very little for the following conditional structure. Consolidated code and removed dependency on lang

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java

2004-06-04 Thread mdiggory
mdiggory2004/06/04 06:54:03 Modified:math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java Log: Removed unused imports Revision ChangesPath 1.6 +1 -3 jakarta-commons/math/src/test/org/apache/commons/math/stat

cvs commit: jakarta-commons/math build.xml

2004-06-02 Thread mdiggory
mdiggory2004/06/02 07:47:03 Modified:math build.xml Log: My local settings forced downloads in Ant to Apache instead of Ibiblio. I've corrected this. Revision ChangesPath 1.16 +17 -13jakarta-commons/math/build.xml Index: buil

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat Frequency.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:24:52 Modified:math/src/java/org/apache/commons/math/stat Frequency.java Log: Adding serialversionUID to control versioning and allow for implementations that would like to maintain serialization. Revision ChangesPath 1.22 +4 -1 jakarta

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/random RandomDataImpl.java EmpiricalDistributionImpl.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:20:21 Modified:math/src/java/org/apache/commons/math/random RandomDataImpl.java EmpiricalDistributionImpl.java Log: Adding serialversionUID to control versioning and allow for implementations that would like to maintain serialization

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/distribution NormalDistributionImpl.java HypergeometricDistributionImpl.java ChiSquaredDistributionImpl.java FDistributionImpl.java GammaDistributionImpl.java AbstractContinuousDistribution.java ExponentialDistributionImpl.java AbstractDiscreteDistribution.java TDistributionImpl.java BinomialDistributionImpl.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:15:16 Modified:math/src/java/org/apache/commons/math/distribution NormalDistributionImpl.java HypergeometricDistributionImpl.java ChiSquaredDistributionImpl.java

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/distribution DistributionFactoryImpl.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:14:15 Modified:math/src/java/org/apache/commons/math/distribution DistributionFactoryImpl.java Log: This class doesn't benefit from serialization, it has no internal state. Revision ChangesPath 1.19 +3 -5 ja

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis PolynomialFunction.java BrentSolver.java SecantSolver.java NewtonSolver.java BisectionSolver.java UnivariateRealSolverImpl.java PolynomialSplineFunction.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:11:08 Modified:math/src/java/org/apache/commons/math/analysis PolynomialFunction.java BrentSolver.java SecantSolver.java NewtonSolver.java BisectionSolver.java UnivariateRealSolverImpl.java

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis UnivariateRealSolverFactoryImpl.java SplineInterpolator.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:10:45 Modified:math/src/java/org/apache/commons/math/analysis UnivariateRealSolverFactoryImpl.java SplineInterpolator.java Log: This class doesn't benefit from serialization, it has no internal

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/complex Complex.java ComplexFormat.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:07:01 Modified:math/src/java/org/apache/commons/math/complex Complex.java ComplexFormat.java Log: Adding serialversionUID to control versioning and allow for implementations that would like to maintain serialization. Revision

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/linear RealMatrixImpl.java InvalidMatrixException.java MatrixIndexException.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:06:18 Modified:math/src/java/org/apache/commons/math/linear RealMatrixImpl.java InvalidMatrixException.java MatrixIndexException.java Log: Adding serialversionUID to control versioning and allow for

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math MathConfigurationException.java ConvergenceException.java MathException.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:05:28 Modified:math/src/java/org/apache/commons/math MathConfigurationException.java ConvergenceException.java MathException.java Log: Adding serialversionUID to control versioning and allow for implementations

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/util ContinuedFraction.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 17:04:11 Modified:math/src/java/org/apache/commons/math/util ContinuedFraction.java Log: Adding serialversionUID to control versioning and allow for implementations that would like to maintain serialization. Revision ChangesPath

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

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/beans VitalStats.java Patient.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 16:53:16 Removed: math/src/test/org/apache/commons/math/beans VitalStats.java Patient.java Log: These Bean Classes have been added to experimental as internal classes in BeanListUnivariateImplTest

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/util BeanTransformerTest.java BeanTransformer.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 16:45:11 Removed: math/src/experimental/org/apache/commons/math/util BeanTransformerTest.java BeanTransformer.java Log: Now that we have BeanUtils "free" versions of these they do not need to be maintained in ex

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 16:40:29 Modified:math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java Log: Exception is getting exposed where it wasn't shown before. Revision ChangesPath 1.4 +4 -12 jakarta-commons/mat

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/util BeanTransformerTest.java BeanTransformer.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 16:21:32 Modified:math/src/test/org/apache/commons/math/util BeanTransformerTest.java BeanTransformer.java Log: Using standard jva.bean.Expression API to coerce property value in BeanTransformer. Revision ChangesPath 1.12

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 15:15:51 Modified:math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java Log: Removing Dependency on BeanUtils Revision ChangesPath 1.3 +24 -4 jakarta-commons/math/src/test/org/apache/commons

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/util BeanTransformerTest.java BeanTransformer.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 15:10:17 Added: math/src/experimental/org/apache/commons/math/util BeanTransformerTest.java BeanTransformer.java Log: Moving BeanTransformer to Experimental Revision ChangesPath 1.1 jakarta-commons/math/src

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/util - New directory

2004-06-01 Thread mdiggory
mdiggory2004/06/01 15:10:15 jakarta-commons/math/src/experimental/org/apache/commons/math/util - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/util DefaultTransformer.java TransformerMap.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 14:35:13 Modified:math/src/java/org/apache/commons/math/util DefaultTransformer.java TransformerMap.java Log: Added Serialization UID where required. Revision ChangesPath 1.14 +4 -1 jakarta-commons/math/src/java/org

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatisticsImpl.java AbstractUnivariateStatistic.java SummaryStatistics.java AbstractStorelessUnivariateStatistic.java DescriptiveStatistics.java SummaryStatisticsImpl.java AbstractDescriptiveStatistics.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 14:34:35 Modified:math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatisticsImpl.java AbstractUnivariateStatistic.java SummaryStatistics.java

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/stat/univariate BeanListUnivariateImplTest.java BeanListUnivariateImpl.java

2004-06-01 Thread mdiggory
mdiggory2004/06/01 14:28:06 Modified:math/src/test/org/apache/commons/math/stat/univariate ListUnivariateImplTest.java ListUnivariateImpl.java Added: math/src/experimental/org/apache/commons/math/stat/univariate

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/stat/univariate - New directory

2004-06-01 Thread mdiggory
mdiggory2004/06/01 14:28:02 jakarta-commons/math/src/experimental/org/apache/commons/math/stat/univariate - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/stat - New directory

2004-06-01 Thread mdiggory
mdiggory2004/06/01 14:28:02 jakarta-commons/math/src/experimental/org/apache/commons/math/stat - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate BeanListUnivariateImpl.java

2004-04-20 Thread mdiggory
mdiggory2004/04/20 14:02:35 Added: math/src/test/org/apache/commons/math/stat/univariate BeanListUnivariateImpl.java Log: BeanListUnivariateImpl was misplaced during the move. Revision ChangesPath 1.1 jakarta-commons/math/src

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate BeanListUnivariateImpl.java

2004-04-20 Thread mdiggory
mdiggory2004/04/20 14:02:21 Removed: math/src/java/org/apache/commons/math/stat/univariate BeanListUnivariateImpl.java Log: Sorry, placed it in the wrong directory - To unsubscribe, e-mail

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate BeanListUnivariateImpl.java

2004-04-20 Thread mdiggory
mdiggory2004/04/20 14:01:35 Added: math/src/java/org/apache/commons/math/stat/univariate BeanListUnivariateImpl.java Log: BeanListUnivariateImpl was misplaced during the move. Revision ChangesPath 1.1 jakarta-commons/math/src

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

2004-04-20 Thread mdiggory
mdiggory2004/04/20 10:39:42 Modified:commons-build project.xml Log: Deploy to the proper directory. Revision ChangesPath 1.31 +1 -1 jakarta-commons/commons-build/project.xml Index: project.xml

cvs commit: jakarta-commons/commons-build/maven prep.xsl commonGoals.ent

2004-04-09 Thread mdiggory
mdiggory2004/04/09 12:40:30 Removed: commons-build/maven prep.xsl commonGoals.ent Log: This was interesting, but things can be simpler, I'm removing this. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

cvs commit: jakarta-commons/lang project.xml

2004-04-09 Thread mdiggory
mdiggory2004/04/09 10:51:54 Modified:lang project.xml Log: Removed extend and adjusted build settings appropriately. Revision ChangesPath 1.33 +83 -21jakarta-commons/lang/project.xml Index: project.xml

cvs commit: jakarta-commons/codec project.xml

2004-04-09 Thread mdiggory
mdiggory2004/04/09 10:49:24 Modified:codecproject.xml Log: Removed extend and adjusted build settings appropriately. Revision ChangesPath 1.32 +73 -13jakarta-commons/codec/project.xml Index: project.xml

cvs commit: jakarta-commons/commons-build/maven prep.xsl commonGoals.ent

2004-04-07 Thread mdiggory
mdiggory2004/04/07 12:44:05 Modified:commons-build/maven prep.xsl commonGoals.ent Log: cleanup Revision ChangesPath 1.2 +6 -6 jakarta-commons/commons-build/maven/prep.xsl Index: prep.xsl

cvs commit: jakarta-commons/commons-build/maven prep.xsl commonGoals.ent

2004-04-07 Thread mdiggory
mdiggory2004/04/07 12:17:20 Added: commons-build/maven prep.xsl commonGoals.ent Log: this post goal should transform the project.xml when src distros are done and the commonGoals is included into the projects maven.xml Revision ChangesPath 1.1 jakarta

cvs commit: jakarta-commons/commons-build/maven - New directory

2004-04-07 Thread mdiggory
mdiggory2004/04/07 12:17:17 jakarta-commons/commons-build/maven - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/commons-build project.properties

2004-04-05 Thread mdiggory
mdiggory2004/04/05 15:11:55 Modified:commons-build project.properties Log: There was a request to return the last published date tot he bread crumb area to be consistent across the site. Revision ChangesPath 1.12 +2 -2 jakarta-commons/commons-build

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

2004-04-05 Thread mdiggory
mdiggory2004/04/05 15:11:39 Modified:commons-build project.xml Log: There was a request to return the last published date tot he bread crumb area to be consistent across the site. Revision ChangesPath 1.29 +1 -22 jakarta-commons/commons-build/project.xml

cvs commit: jakarta-commons/commons-build/xdocs/style project.css

2004-04-05 Thread mdiggory
mdiggory2004/04/05 14:53:52 Modified:commons-build/xdocs/style project.css Log: forcing max banner height of 100px for banner images. Revision ChangesPath 1.4 +3 -0 jakarta-commons/commons-build/xdocs/style/project.css Index: project.css

cvs commit: jakarta-commons/math/xdocs navigation.xml

2004-04-05 Thread mdiggory
mdiggory2004/04/05 14:52:43 Modified:math/xdocs navigation.xml Log: links are not inherited Revision ChangesPath 1.13 +2 -0 jakarta-commons/math/xdocs/navigation.xml Index: navigation.xml

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

2004-04-03 Thread mdiggory
mdiggory2004/04/03 14:08:18 Modified:commons-build project.xml Log: Removing build tagset which cases difficulty in subproject compilation. Revision ChangesPath 1.28 +1 -32 jakarta-commons/commons-build/project.xml Index: project.xml

cvs commit: jakarta-commons/commons-build/xdocs navigation.xml

2004-03-21 Thread mdiggory
mdiggory2004/03/21 09:27:42 Modified:commons-build/xdocs navigation.xml Log: Adding link on breadcrumb to Jakarta Revision ChangesPath 1.7 +6 -0 jakarta-commons/commons-build/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/commons-build commons-site-experimental.jsl

2004-03-19 Thread mdiggory
mdiggory2004/03/19 10:27:13 Added: commons-build commons-site-experimental.jsl Log: Experimental Version of commons-site.jsl that produces horizonal layout. Revision ChangesPath 1.1 jakarta-commons/commons-build/commons-site-experimental.jsl Index

cvs commit: jakarta-commons/commons-build/xdocs components.xml

2004-03-08 Thread mdiggory
mdiggory2004/03/08 06:34:45 Modified:commons-build/xdocs components.xml Log: Removign Cactus, it is no longer a commons project. Revision ChangesPath 1.118 +0 -12 jakarta-commons/commons-build/xdocs/components.xml Index: components.xml

cvs commit: jakarta-commons/commons-build project.properties

2004-03-02 Thread mdiggory
mdiggory2004/03/02 04:01:37 Modified:commons-build project.properties Log: adding multiproject properties Revision ChangesPath 1.10 +24 -3 jakarta-commons/commons-build/project.properties Index: project.properties

cvs commit: jakarta-commons/latka/src/xdocs navigation.xml

2004-03-01 Thread mdiggory
mdiggory2004/03/01 19:29:16 Modified:latka/src/xdocs navigation.xml Log: Switching to usage of menu's dtd to insert commons navigation items, using common-menus entity to reference commons menues in navigation.xml, sorting is done by Maven. Revision ChangesPath

cvs commit: jakarta-commons/betwixt/xdocs navigation.xml

2004-03-01 Thread mdiggory
mdiggory2004/03/01 19:27:48 Modified:validator/xdocs navigation.xml primitives/xdocs navigation.xml digester/xdocs navigation.xml logging/xdocs navigation.xml beanutils/xdocs navigation.xml discovery/xdocs

cvs commit: jakarta-commons/commons-build incl_nav.xml

2004-03-01 Thread mdiggory
mdiggory2004/03/01 19:23:29 Removed: commons-build incl_nav.xml Log: Switching to use common menus dtd instead of incl_navi.xml. As incl_navi isn't actually a valid xml document. - To unsubscribe, e-mail: [

cvs commit: jakarta-commons/commons-build/xdocs navigation.xml

2004-02-29 Thread mdiggory
mdiggory2004/02/29 17:12:29 Added: commons-build/xdocs navigation.xml Log: Shared Commons Navigation for Top level site. Simply just the navigation.xml wrapper around the same entity include as the subprojects use. Revision ChangesPath 1.1 jakarta

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

2004-02-19 Thread mdiggory
mdiggory2004/02/19 04:58:23 Modified:commons-build project.xml Log: using logo without blue background. Revision ChangesPath 1.19 +1 -1 jakarta-commons/commons-build/project.xml Index: project.xml

cvs commit: jakarta-commons/commons-build/xdocs/style project-colburne.css project.css

2004-02-19 Thread mdiggory
mdiggory2004/02/19 04:55:24 Modified:commons-build/xdocs/style project.css Added: commons-build/xdocs/style project-colburne.css Log: Moving l&f used by math/collections/io/lang into project.xml Revision ChangesPath 1.2 +10 -141 jakarta-commons/com

cvs commit: jakarta-commons/commons-build maven.xml

2004-02-18 Thread mdiggory
mdiggory2004/02/18 04:44:41 Modified:commons-build maven.xml Log: Changed name of goals so they do not conflict with subprojects. Revision ChangesPath 1.8 +8 -45 jakarta-commons/commons-build/maven.xml Index: maven.xml

cvs commit: jakarta-commons/lang project.properties

2004-02-17 Thread mdiggory
mdiggory2004/02/17 20:11:38 Modified:fileupload project.properties dbutils project.properties primitives project.properties dbcp project.properties betwixt project.properties validator project.properties

cvs commit: jakarta-commons/commons-build commons-site.jsl project.properties

2004-02-17 Thread mdiggory
mdiggory2004/02/17 19:58:13 Modified:commons-build commons-site.jsl project.properties Log: Commons Site L&F Revision ChangesPath 1.4 +2 -0 jakarta-commons/commons-build/commons-site.jsl Index: commons-site

cvs commit: jakarta-commons-sandbox/project-template project.properties

2004-02-17 Thread mdiggory
mdiggory2004/02/17 19:54:46 Modified:project-template project.properties Log: Commons Site L&F Revision ChangesPath 1.3 +25 -10jakarta-commons-sandbox/project-template/project.properties Index: project.proper

cvs commit: jakarta-commons/commons-build commons-site.jsl

2004-02-17 Thread mdiggory
mdiggory2004/02/17 19:14:57 Modified:commons-build commons-site.jsl Log: Adding Commons Menu below Project Documentation. Revision ChangesPath 1.3 +4 -0 jakarta-commons/commons-build/commons-site.jsl Index: commons-site.jsl

cvs commit: jakarta-commons/commons-build commons-site.jsl project.properties

2004-02-17 Thread mdiggory
mdiggory2004/02/17 16:57:17 Modified:commons-build commons-site.jsl project.properties Log: Using jsl from xdoc 1.4 with hardcoded styles. Revision ChangesPath 1.2 +516 -449 jakarta-commons/commons-build/commons-site.jsl Index: commons-site.jsl

cvs commit: jakarta-commons/commons-build/xdocs/stylesheets/menus apache.xml

2004-02-16 Thread mdiggory
mdiggory2004/02/16 19:53:29 Modified:commons-build/xdocs/stylesheets/menus apache.xml Log: An include has to have xml content available or the parsing fails, this can't be commented out here. Revision ChangesPath 1.3 +1 -2 jakarta-commons/commons-build/

cvs commit: jakarta-commons/commons-build project.css

2004-02-16 Thread mdiggory
mdiggory2004/02/16 18:59:15 Removed: commons-build project.css Log: This file is being moved into commons-build/xdocs/style/project.css so that it can be picked up properly by maven as the css to be used. - To

cvs commit: jakarta-commons/commons-build/xdocs/style project.css

2004-02-16 Thread mdiggory
mdiggory2004/02/16 18:49:02 Added: commons-build/xdocs/style project.css Log: moving project.css into style directory Revision ChangesPath 1.1 jakarta-commons/commons-build/xdocs/style/project.css Index: project.css

cvs commit: jakarta-commons/commons-build/xdocs/style - New directory

2004-02-16 Thread mdiggory
mdiggory2004/02/16 18:48:59 jakarta-commons/commons-build/xdocs/style - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/xdocs/style project.css

2004-02-16 Thread mdiggory
mdiggory2004/02/16 18:41:02 Removed: xdocs/style project.css Log: Unsure how this got back outside the commons-build directory. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-commons/xdocs/style project.css

2004-02-16 Thread mdiggory
mdiggory2004/02/16 18:26:21 Added: xdocs/style project.css Log: Moving project.css to style directory. Revision ChangesPath 1.1 jakarta-commons/xdocs/style/project.css Index: project.css

cvs commit: jakarta-commons/xdocs/style - New directory

2004-02-16 Thread mdiggory
mdiggory2004/02/16 18:26:19 jakarta-commons/xdocs/style - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/commons-build commons-site.jsl project.properties

2004-02-16 Thread mdiggory
mdiggory2004/02/16 15:26:32 Modified:commons-build project.properties Added: commons-build commons-site.jsl Log: Theme'd Maven style without needing to upgrade xdoc plugin. Revision ChangesPath 1.3 +5 -1 jakarta-commons/commons-build/project.prope

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

2004-02-16 Thread mdiggory
mdiggory2004/02/16 11:37:25 Modified:commons-build project.xml Log: reports possibly can be default to commons build. Revision ChangesPath 1.15 +18 -1 jakarta-commons/commons-build/project.xml Index: project.xml

cvs commit: jakarta-commons/commons-build commonDependencies.ent project.properties project.xml maven.xml LICENSE.txt

2004-02-16 Thread mdiggory
mdiggory2004/02/16 11:00:43 Modified:commons-build project.properties project.xml maven.xml LICENSE.txt Added: commons-build commonDependencies.ent Log: fixes to maven.xml and other supporting files to enable commons project build Revision

cvs commit: jakarta-commons/pool project.xml

2004-02-16 Thread mdiggory
mdiggory2004/02/16 10:53:08 Modified:dbcp project.xml launcher project.xml pool project.xml Log: We should have only one project.xml file to extend for commons subprojects. Use jakarta-commons/commons-build/project.xml in this case

cvs commit: jakarta-commons/commons-build/xdocs/maven project-base.xml

2004-02-16 Thread mdiggory
mdiggory2004/02/16 10:43:59 Removed: commons-build/xdocs/maven project-base.xml Log: We only need one project.xml file to extend for commons subprojects. Use jakarta-commons/commons-build/project.xml in this case

cvs commit: jakarta-commons/xdocs/stylesheets .cvsignore project.xml

2004-02-15 Thread mdiggory
mdiggory2004/02/15 08:37:29 Removed: xdocscommons.xml dbcp.xml contributors.xml modeler.xml pool.xml charter.xml el.xml versioning.xml releases.xml license.xml directory.xml jexl.xml components.xml discovery.xml

cvs commit: jakarta-commons project.xml incl_nav.xml maven.xml navigation.vm

2004-02-15 Thread mdiggory
mdiggory2004/02/15 08:15:51 Removed: .project.xml incl_nav.xml maven.xml navigation.vm Log: These files are now under /jakarta-commons/commons-build/ included navigation comes from "commons-build

cvs commit: jakarta-commons/commons-build incl_nav.xml

2004-02-15 Thread mdiggory
mdiggory2004/02/15 08:12:28 Modified:commons-build incl_nav.xml Log: included navigation is now below project documentation. Revision ChangesPath 1.18 +9 -9 jakarta-commons/commons-build/incl_nav.xml Index: incl_nav.xml

cvs commit: jakarta-commons/commons-build navigation.vm

2004-02-15 Thread mdiggory
mdiggory2004/02/15 08:11:31 Modified:commons-build navigation.vm Log: included navigation is now below project documentation. Revision ChangesPath 1.6 +9 -9 jakarta-commons/commons-build/navigation.vm Index: navigation.vm

cvs commit: jakarta-commons/configuration/xdocs navigation.xml

2004-02-15 Thread mdiggory
mdiggory2004/02/15 08:08:42 Modified:primitives/xdocs navigation.xml math/xdocs navigation.xml collections/xdocs navigation.xml digester/xdocs navigation.xml codec/xdocs navigation.xml cli/xdocs navigation.xml

cvs commit: jakarta-commons/commons-build maven.xml

2004-02-10 Thread mdiggory
mdiggory2004/02/10 11:20:09 Modified:commons-build maven.xml Log: relative lookup of project.xml files with exclusion of the commons-build directory. Revision ChangesPath 1.6 +6 -3 jakarta-commons/commons-build/maven.xml Index: maven.xml

cvs commit: jakarta-commons/fileupload project.xml

2004-02-10 Thread mdiggory
mdiggory2004/02/10 11:15:05 Modified:collections project.xml daemon project.xml io project.xml codecproject.xml digester project.xml el project.xml cli project.xml

cvs commit: jakarta-commons/commons-build project.properties

2004-02-10 Thread mdiggory
mdiggory2004/02/10 10:30:03 Added: commons-build project.properties Log: new global project.properties with location for maven remote repository directory, group and host Revision ChangesPath 1.1 jakarta-commons/commons-build/project.properties

cvs commit: jakarta-commons/math/xdocs/userguide xdoc.xsl

2004-01-30 Thread mdiggory
mdiggory2004/01/30 11:58:37 Modified:math/xdocs xdoc.xsl math/xdocs/userguide xdoc.xsl Log: Ajusting xdoc templates css styles appropriately, these are just used for testing/preview in xml/xslt enabled browsers. Revision ChangesPath 1.2 +10 -2

cvs commit: jakarta-commons/math build.xml

2004-01-30 Thread mdiggory
mdiggory2004/01/30 11:53:33 Modified:math build.xml Log: Fixing version number. Revision ChangesPath 1.10 +14 -16jakarta-commons/math/build.xml Index: build.xml === RCS file: /home/cvs

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

cvs commit: jakarta-commons/math/xdocs releases.xml

2004-01-29 Thread mdiggory
mdiggory2004/01/29 17:08:41 Added: math/xdocs releases.xml Log: Info for Release Manager, feel free to change. Revision ChangesPath 1.1 jakarta-commons/math/xdocs/releases.xml Index: releases.xml

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

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/analysis DerivativeOperatorFactoryTest.java

2004-01-29 Thread mdiggory
mdiggory2004/01/29 08:54:05 Modified:math/src/experimental/org/apache/commons/math/function Variable.java Evaluation.java EvaluationException.java EvaluationContext.java Compilable.java DefaultContext.java

cvs commit: jakarta-commons/math LICENSE.txt

2004-01-29 Thread mdiggory
mdiggory2004/01/29 08:52:41 Modified:math LICENSE.txt Log: Actually, we should really be switching to Apache license 2.0. Revision ChangesPath 1.7 +202 -53 jakarta-commons/math/LICENSE.txt Index: LICENSE.txt

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis BrentSolver.java PolynomialFunction.java SplineInterpolator.java CubicSplineFunction.java BisectionSolver.java SecantSolver.java

2004-01-29 Thread mdiggory
mdiggory2004/01/29 08:48:50 Modified:math/src/java/org/apache/commons/math/special Beta.java math/src/experimental/org/apache/commons/math/function EvaluationException.java Evaluation.java EvaluationContext.java

cvs commit: jakarta-commons/math maven.xml

2004-01-28 Thread mdiggory
mdiggory2004/01/28 16:14:09 Added: math maven.xml Log: A maven.xml file with a custom goal for cutting math releases. Does snapshot resolution prior to cutting release. Revision ChangesPath 1.1 jakarta-commons/math/maven.xml Index: maven.xml

  1   2   3   >