~ubuntu-branches/ubuntu/utopic/apache-mime4j/utopic-proposed

« back to all changes in this revision

Viewing changes to examples/src/reporting-site/site.xml

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2013-11-03 11:13:27 UTC
  • mfrom: (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20131103111327-09huep00ex05z113
Tags: 0.7.2-2
* Upload to unstable
* Fixed Vcs-* fields in debian/control
* Updated debian/watch
* Standards-Version bump to 3.9.5, no changes needed

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
 
4
    or more contributor license agreements.  See the NOTICE file
 
5
    distributed with this work for additional information
 
6
    regarding copyright ownership.  The ASF licenses this file
 
7
    to you under the Apache License, Version 2.0 (the
 
8
    "License"); you may not use this file except in compliance
 
9
    with 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,
 
14
    software distributed under the License is distributed on an
 
15
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
16
    KIND, either express or implied.  See the License for the
 
17
    specific language governing permissions and limitations
 
18
    under the License.    
 
19
-->
 
20
<project name="${project.name}">
 
21
 
 
22
    <body>
 
23
 
 
24
        <menu ref="parent" />
 
25
        <menu ref="reports" />
 
26
 
 
27
    </body>
 
28
 
 
29
</project>