~ubuntu-branches/ubuntu/utopic/libjaudiotagger-java/utopic-proposed

« back to all changes in this revision

Viewing changes to www/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-12-30 21:58:38 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091230215838-113vy313ak2ap51i
Tags: 2.0.0-1
* New upstream release
* Update my email address
* Bump debhelper version to >= 7
* Bump Standards-Version to 3.8.3 (no changes needed)
* Depends on java5-runtime-headless as we build java5 bytecode
* Maven POMs:
  - Add a Build-Depends-Indep dependency on maven-repo-helper
  - Use mh_installpoms and mh_installjar to install the POM and the jar to the
    Maven repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<html>
 
3
<head>
 
4
<title>Jaudiotagger Projectpage</title>
 
5
</head>
 
6
<body>
 
7
<p>Welcome to JAudiotagger. The aim of this project is to provide a world class Java library for editing tag information in audio files , currently supports 
 
8
        Mp4 (Mp4, M4p, M4a), Mp3 (id3v1,id3v2) and Ogg Vorbis. The main project page is at <a href="http://www.jthink.net/jaudiotagger/index.jsp">http://www.jthink.net/jaudiotagger/index.jsp</a>
 
9
</p>
 
10
</body>
 
11
</html>