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/**/' ...@@ -9,10 +9,7 @@ TEST = 'src/test/java/**/'
9 RESOURCES_ROOT = 'src/main/resources/' 9 RESOURCES_ROOT = 'src/main/resources/'
10 TEST_RESOURCES_ROOT = 'src/test/resources/' 10 TEST_RESOURCES_ROOT = 'src/test/resources/'
11 11
12 - 12 +include_defs('//onos.defs')
13 -ONOS_GROUP_ID = 'org.onosproject'
14 -ONOS_VERSION = '1.7.0-SNAPSHOT'
15 -ONOS_ARTIFACT_BASE = 'onos-'
16 13
17 def _get_name(): 14 def _get_name():
18 base_path = get_base_path() 15 base_path = get_base_path()
......
1 -ONOS_ORIGIN = 'ON.Lab' 1 +include_defs('//onos.defs')
2 -ONOS_GROUP_ID = 'org.onosproject' 2 +
3 -ONOS_VERSION = '1.7.0-SNAPSHOT'
4 DEFAULT_APP_CATEGORY = 'Utility' 3 DEFAULT_APP_CATEGORY = 'Utility'
5 -ONOS_ARTIFACT_BASE = 'onos-'
6 -APP_PREFIX = ONOS_GROUP_ID + '.'
7 4
8 import os.path 5 import os.path
9 6
......
1 -#FIXME - these should be shared with bucklets
2 ONOS_ORIGIN = 'ON.Lab' 1 ONOS_ORIGIN = 'ON.Lab'
3 ONOS_GROUP_ID = 'org.onosproject' 2 ONOS_GROUP_ID = 'org.onosproject'
4 ONOS_VERSION = '1.7.0-SNAPSHOT' 3 ONOS_VERSION = '1.7.0-SNAPSHOT'
......