~snappy-dev/snapcraft/core

« back to all changes in this revision

Viewing changes to snapcraft/plugins/cmake.py

  • Committer: Sergio Schvezov
  • Date: 2015-10-01 08:54:15 UTC
  • mto: This revision was merged to the branch mainline in revision 225.
  • Revision ID: sergio.schvezov@canonical.com-20151001085415-bnh59efda36tjyt1
Remove the -project from plugin names that have been released and add a deprecation message

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
 
from snapcraft.plugins.make_project import MakePlugin
 
17
from snapcraft.plugins.make import MakePlugin
18
18
 
19
19
 
20
20
class CMakePlugin(MakePlugin):