~ubuntu-branches/ubuntu/saucy/brailleutils/saucy-proposed

« back to all changes in this revision

Viewing changes to catalog/com_indexbraille/IndexEmbosserProvider.java

  • Committer: Package Import Robot
  • Author(s): Sebastian Humenda, Sebastian Humenda, Samuel Thibault
  • Date: 2013-04-11 18:45:11 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130411184511-gt0ygyia3i50nqap
Tags: 1.2.1-1
[ Sebastian Humenda ]
* updated to upstream v1.2.1
* separate front end for brailleutils (available as command with the same
  name)
* wrote man page for brailleUtils
* improved debian packaging: moved installation from debian/rules to
  *.install, *.dirs

[ Samuel Thibault ]
* control: Add missing junit4 dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                embossers.put(EmbosserType.INDEX_4WAVES_PRO_V3,  new IndexV3Embosser("Index 4Waves Pro","", EmbosserType.INDEX_4WAVES_PRO_V3));
63
63
                embossers.put(EmbosserType.INDEX_BASIC_D_V4,     new IndexV4Embosser("Index Basic-D V4","", EmbosserType.INDEX_BASIC_D_V4));
64
64
                embossers.put(EmbosserType.INDEX_EVEREST_D_V4,   new IndexV4Embosser("Index Everest-D V4","", EmbosserType.INDEX_EVEREST_D_V4));
65
 
              //embossers.put(EmbosserType.INDEX_BRAILLE_BOX_V4, new IndexV4Embosser("Index Braille Box","", EmbosserType.INDEX_BRAILLE_BOX_V4));
 
65
                embossers.put(EmbosserType.INDEX_BRAILLE_BOX_V4, new IndexV4Embosser("Index Braille Box","", EmbosserType.INDEX_BRAILLE_BOX_V4));
66
66
        }
67
67
 
68
68
        //jvm1.6@Override