~ubuntu-branches/ubuntu/lucid/libcommons-fileupload-java/lucid

« back to all changes in this revision

Viewing changes to xdocs/navigation.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2007-09-01 22:19:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070901221903-sksemtr2w1avrocv
Tags: 1.2-2
Added Depends on libcommons-io-java. Closes: #439860.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!--
 
3
 Licensed to the Apache Software Foundation (ASF) under one or more
 
4
 contributor license agreements.  See the NOTICE file distributed with
 
5
 this work for additional information regarding copyright ownership.
 
6
 The ASF licenses this file to You under the Apache License, Version 2.0
 
7
 (the "License"); you may not use this file except in compliance with
 
8
 the License.  You may obtain a copy of the License at
 
9
 
 
10
      http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
 Unless required by applicable law or agreed to in writing, software
 
13
 distributed under the License is distributed on an "AS IS" BASIS,
 
14
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
 See the License for the specific language governing permissions and
 
16
 limitations under the License.
 
17
-->
 
18
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
 
19
<project name="FileUpload">
 
20
 
 
21
  <title>FileUpload</title>
 
22
  <organizationLogo href="/images/jakarta-logo-blue.gif">
 
23
   Jakarta
 
24
  </organizationLogo>
 
25
 
 
26
  <body>
 
27
    <links>
 
28
      <item name="Jakarta Commons"                   
 
29
            href="http://jakarta.apache.org/commons/"/>
 
30
    </links>
 
31
 
 
32
    <menu name="Commons FileUpload">
 
33
      <item name="Overview"                 href="/index.html"/>
 
34
      <item name="User guide"               href="/using.html"/>
 
35
      <item name="Streaming API"            href="/streaming.html"/>
 
36
      <!--item name="Customization"            href="/customizing.html"/-->
 
37
      <item name="FAQ"                      href="/faq.html"/>
 
38
      <item name="Javadoc"                  href="apidocs/index.html"/>
 
39
      <item name="Mailing lists"            href="/mail-lists.html"/>
 
40
      <item name="Team"                     href="/team-list.html"/>
 
41
      <item name="Tasks"                    href="/tasks.html"/>
 
42
      <item name="SVN repository"           href="/cvs-usage.html"/>
 
43
    </menu>
 
44
    
 
45
    &commons;
 
46
 
 
47
  </body>
 
48
</project>