blob: d52a94e7dc97beb979ddef09d32e89f0cdf3b6f7 [file] [log] [blame]
Thomas Vachuska1251e632017-07-31 15:03:40 -07001ONOS_ORIGIN = 'ONOS Community'
Brian O'Connor338bc0c2016-09-16 00:05:50 -07002ONOS_GROUP_ID = 'org.onosproject'
ONOS Jenkins User8977ced2017-12-09 00:55:39 +00003ONOS_VERSION = '1.13.0-b0'
Brian O'Connor338bc0c2016-09-16 00:05:50 -07004DEFAULT_APP_CATEGORY = 'Utility'
5ONOS_ARTIFACT_BASE = 'onos-'
6APP_PREFIX = ONOS_GROUP_ID + '.'
7
8include_defs('//modules.defs')