Mavenization phase one - moving documentation build to maven, will complete by generating build.xml etc later.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60f4205f1f
commit
2ebf818b42
|
@ -1,3 +1,4 @@
|
||||||
build.properties
|
build.properties
|
||||||
target
|
target
|
||||||
dist
|
dist
|
||||||
|
*.log
|
||||||
|
|
18
project.xml
18
project.xml
|
@ -4,19 +4,19 @@
|
||||||
<extend>../../jakarta-commons/project.xml</extend>
|
<extend>../../jakarta-commons/project.xml</extend>
|
||||||
<name>Math</name>
|
<name>Math</name>
|
||||||
<id>commons-math</id>
|
<id>commons-math</id>
|
||||||
<currentVersion>1.0-dev</currentVersion>
|
<currentVersion>0.1-dev</currentVersion>
|
||||||
<inceptionYear>2003</inceptionYear>
|
<inceptionYear>2003</inceptionYear>
|
||||||
|
<logo/>
|
||||||
<shortDescription>
|
<shortDescription>
|
||||||
A collection of math utilities
|
A library of lightweight, self-contained mathematics and statistics components.
|
||||||
</shortDescription>
|
</shortDescription>
|
||||||
<description>
|
<description>
|
||||||
The math package contains a few simple math utilities
|
The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<versions>
|
<versions>
|
||||||
<version>
|
<version>
|
||||||
<id>1.0-dev</id>
|
<id>0.1-dev</id>
|
||||||
<name>1.0-dev</name>
|
<name>0.1-dev</name>
|
||||||
</version>
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Phil Steitz</name>
|
<name>Phil Steitz</name>
|
||||||
<email>phil@steitz.com</email>
|
<email/>
|
||||||
<roles>proposal author, initial contributor</roles>
|
<roles>proposal author, initial contributor</roles>
|
||||||
</contributor>
|
</contributor>
|
||||||
</contributors>
|
</contributors>
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
<report>maven-changelog-plugin</report>
|
<report>maven-changelog-plugin</report>
|
||||||
<report>maven-changes-plugin</report>
|
<report>maven-changes-plugin</report>
|
||||||
<report>maven-checkstyle-plugin</report>
|
<report>maven-checkstyle-plugin</report>
|
||||||
<report>maven-clover-plugin</report>
|
<!-- <report>maven-clover-plugin</report> -->
|
||||||
<!-- <report>maven-developer-activity-plugin</report>
|
<!-- <report>maven-developer-activity-plugin</report>
|
||||||
<report>maven-file-activity-plugin</report> -->
|
<report>maven-file-activity-plugin</report> -->
|
||||||
<report>maven-javadoc-plugin</report>
|
<report>maven-javadoc-plugin</report>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
stylesheets
|
Loading…
Reference in New Issue