~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to src/freeguide/plugins/program/freeguide/wizard/WizardPanel.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:
221
221
     * DOCUMENT ME!
222
222
     *
223
223
     * @author $author$
224
 
     * @version $Revision: 1432 $
 
224
     * @version $Revision$
225
225
     */
226
226
    public interface OnEnter
227
227
    {
232
232
     * DOCUMENT ME!
233
233
     *
234
234
     * @author $author$
235
 
     * @version $Revision: 1432 $
 
235
     * @version $Revision$
236
236
     */
237
237
    public interface OnExit
238
238
    {