~ubuntu-branches/ubuntu/utopic/eclipse-linuxtools/utopic

« back to all changes in this revision

Viewing changes to rpm/org.eclipse.linuxtools.rpm.rpmlint/src/org/eclipse/linuxtools/internal/rpm/rpmlint/resolutions/NoBuildSection.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-05-12 18:11:40 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140512181140-w237r3vsah1tmybz
Tags: 2.2.1-1
* New upstream release.
* Refreshed d/patches.
* Removed eclipse-cdt-valgrind-remote package, all its functionality
  is now provided by eclipse-cdt-profiling-framework-remote.
* Added remove-license-feature.patch.
* Bump Standards-Version to 3.9.5.
* Enable eclipse-changelog package.
* Enable eclipse-rpm-editor package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*******************************************************************************
2
 
 * Copyright (c) 2008 Alexander Kurtakov.
 
2
 * Copyright (c) 2008, 2013 Alexander Kurtakov.
3
3
 * All rights reserved. This program and the accompanying materials
4
4
 * are made available under the terms of the Eclipse Public License v1.0
5
5
 * which accompanies this distribution, and is available at
29
29
        /**
30
30
         * @see org.eclipse.ui.IMarkerResolution2#getDescription()
31
31
         */
 
32
        @Override
32
33
        public String getDescription() {
33
34
                return Messages.NoBuildSection_0;
34
35
        }
36
37
        /**
37
38
         * @see org.eclipse.ui.IMarkerResolution#getLabel()
38
39
         */
 
40
        @Override
39
41
        public String getLabel() {
40
42
                return ID;
41
43
        }