Committed by
Gerrit Code Review
Refactor bucklets to share ONOS buck definition files
Change-Id: Ifb4bc87b264eea9c660f0e053c27822bb9922b78
Showing
3 changed files
with
3 additions
and
10 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment