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

« back to all changes in this revision

Viewing changes to src/org/jaudiotagger/tag/reference/PictureTypes.java

  • 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
1
/**
2
2
 * @author : Paul Taylor
3
3
 * <p/>
4
 
 * Version @version:$Id: PictureTypes.java,v 1.3 2008/12/10 13:14:35 paultaylor Exp $
 
4
 * Version @version:$Id: PictureTypes.java,v 1.4 2008/12/22 13:41:30 paultaylor Exp $
5
5
 * <p/>
6
6
 * Jaudiotagger Copyright (C)2004,2005
7
7
 * <p/>
27
27
/**
28
28
 * Pictures types for Attached Pictures
29
29
 * <p/>
30
 
 * <P>Note this list is used by APIC and PIC frames. It is also used by Flac format Picture blocks
 
30
 * <P>Note this list is used by APIC and PIC frames within ID3v2. It is also used by Flac format Picture blocks
 
31
 * and WMA Picture fields.
31
32
 */
32
33
public class PictureTypes extends AbstractIntStringValuePair
33
34
{