Ray Milkey
Committed by Gerrit Code Review

Refactor bucklets to share ONOS buck definition files

Change-Id: Ifb4bc87b264eea9c660f0e053c27822bb9922b78
......@@ -9,10 +9,7 @@ TEST = 'src/test/java/**/'
RESOURCES_ROOT = 'src/main/resources/'
TEST_RESOURCES_ROOT = 'src/test/resources/'
ONOS_GROUP_ID = 'org.onosproject'
ONOS_VERSION = '1.7.0-SNAPSHOT'
ONOS_ARTIFACT_BASE = 'onos-'
include_defs('//onos.defs')
def _get_name():
base_path = get_base_path()
......
ONOS_ORIGIN = 'ON.Lab'
ONOS_GROUP_ID = 'org.onosproject'
ONOS_VERSION = '1.7.0-SNAPSHOT'
include_defs('//onos.defs')
DEFAULT_APP_CATEGORY = 'Utility'
ONOS_ARTIFACT_BASE = 'onos-'
APP_PREFIX = ONOS_GROUP_ID + '.'
import os.path
......
#FIXME - these should be shared with bucklets
ONOS_ORIGIN = 'ON.Lab'
ONOS_GROUP_ID = 'org.onosproject'
ONOS_VERSION = '1.7.0-SNAPSHOT'
......