~ubuntu-branches/ubuntu/vivid/freeguide/vivid

« back to all changes in this revision

Viewing changes to src/freeguide/common/plugininterfaces/IModuleStorage.java

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Watkins
  • Date: 2008-09-07 15:49:32 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080907154932-2jvgv76btq068fe0
Tags: 0.10.9-1
* New upstream release. (Closes: #492789)
* Moved package from contrib to main. (Closes: #492544)
* Added lintian override for 'build-depends-without-arch-dep ant', as ant is
  used in the clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
     * DOCUMENT ME!
59
59
     *
60
60
     * @author $author$
61
 
     * @version $Revision: 1342 $
 
61
     * @version $Revision$
62
62
     */
63
63
    public class Info
64
64
    {
93
93
     * DOCUMENT ME!
94
94
     *
95
95
     * @author $author$
96
 
     * @version $Revision: 1342 $
 
96
     * @version $Revision$
97
97
     */
98
98
    abstract public static class EarliestCheckAllow
99
99
    {