~ubuntu-branches/ubuntu/maverick/commons-math/maverick

« back to all changes in this revision

Viewing changes to src/site/xdoc/navigation.xml

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-08-22 01:13:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090822011325-hi4peq1ua5weguwn
Tags: 2.0-1
* New upstream release.
* Set Maintainer field to Debian Java Team
* Add myself as Uploaders
* Switch to Quilt patch system:
  - Refresh all patchs
  - Remove B-D on dpatch, Add B-D on quilt
  - Include patchsys-quilt.mk in debian/rules
* Bump Standards-Version to 3.8.3:
  - Add a README.source to describe patch system
* Maven POMs:
  - Add a Build-Depends-Indep dependency on maven-repo-helper
  - Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
* Use default-jdk/jre:
  - Depends on java5-runtime-headless
  - Build-Depends on default-jdk
  - Use /usr/lib/jvm/default-java as JAVA_HOME
* Move api documentation to /usr/share/doc/libcommons-math-java/api
* Build-Depends on junit4 instead of junit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
 
3
 
<!--
4
 
   Licensed to the Apache Software Foundation (ASF) under one or more
5
 
  contributor license agreements.  See the NOTICE file distributed with
6
 
  this work for additional information regarding copyright ownership.
7
 
  The ASF licenses this file to You under the Apache License, Version 2.0
8
 
  (the "License"); you may not use this file except in compliance with
9
 
  the License.  You may obtain a copy of the License at
10
 
 
11
 
       http://www.apache.org/licenses/LICENSE-2.0
12
 
 
13
 
   Unless required by applicable law or agreed to in writing, software
14
 
   distributed under the License is distributed on an "AS IS" BASIS,
15
 
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 
   See the License for the specific language governing permissions and
17
 
   limitations under the License.
18
 
  -->
19
 
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'>
20
 
 
21
 
<project name="Math">
22
 
 
23
 
  <title>Math</title>
24
 
  <organizationLogo href="http://commons.apache.org/images/logo.png">
25
 
   Commons
26
 
  </organizationLogo>
27
 
 
28
 
  <body>
29
 
    <links>
30
 
      <item name="Apache Commons"                   
31
 
            href="http://commons.apache.org/"/>
32
 
    </links>
33
 
 
34
 
    <menu name="Math">
35
 
      <item name="Overview"                href="/index.html"/>
36
 
      <item name="Proposal"                href="/proposal.html"/>
37
 
      <item name="Developers Guide"        href="/developers.html"/>
38
 
      <item name="Javadoc (1.0 release)"   href="http://commons.apache.org/math/api-1.0/index.html"/>
39
 
      <item name="Javadoc (1.1 release)"   href="http://commons.apache.org/math/api-1.1/index.html"/>
40
 
      <item name="Javadoc (1.2-SNAPSHOT)"       href="apidocs/index.html"/>
41
 
      <item name="Source Repository (current)"  
42
 
       href="http://svn.apache.org/viewvc/commons/proper/math/trunk"/>
43
 
      <item name="Wiki"  
44
 
            href="http://wiki.apache.org/commons/Math"/>
45
 
    </menu>
46
 
    <menu name="User Guide">
47
 
      <item name="Contents"                href="/userguide/index.html"/>
48
 
      <item name="Overview"                href="/userguide/overview.html"/>
49
 
      <item name="Statistics"              href="/userguide/stat.html"/>
50
 
      <item name="Data Generation"         href="/userguide/random.html"/>
51
 
      <item name="Linear Algebra"          href="/userguide/linear.html"/>
52
 
      <item name="Numerical Analysis"      href="/userguide/analysis.html"/>
53
 
      <item name="Special Functions"       href="/userguide/special.html"/>
54
 
      <item name="Utilities"               href="/userguide/utilities.html"/>
55
 
      <item name="Complex Numbers"         href="/userguide/complex.html"/>
56
 
      <item name="Distributions"           href="/userguide/distribution.html"/>
57
 
      <item name="Fractions"               href="/userguide/fraction.html"/>
58
 
      <item name="Transform Methods"       href="/userguide/transform.html"/>
59
 
      <item name="3D Geometry"             href="/userguide/geometry.html"/>
60
 
      <item name="Parametric Estimation"   href="/userguide/estimation.html"/>
61
 
      <item name="Optimization"            href="/userguide/optimization.html"/>
62
 
      <item name="Ordinary Differential Equations" href="/userguide/ode.html"/>
63
 
    </menu>
64
 
    
65
 
    &commons;
66
 
 
67
 
  </body>
68
 
</project>