#-----------------------------------------------------------------------------
#
# Copyright (c) 2006 by Enthought, Inc.
# All rights reserved.
#
# Author: Dave Peterson <dpeterson@enthought.com>
#
#-----------------------------------------------------------------------------
# IDs of services provided by this plugin
IPROJECT_MODEL = 'enthought.envisage.ui.single_project.model_service.ModelService'
IPROJECT_UI = 'enthought.envisage.ui.single_project.ui_service.UiService'
#### EOF #####################################################################
|