Committed by
Gerrit Code Review
Fixing a few buck files.
Change-Id: I4087204743eadee57fcd018bcaf6c759a26c1e77
Showing
5 changed files
with
18 additions
and
0 deletions
... | @@ -128,6 +128,7 @@ APPS = [ | ... | @@ -128,6 +128,7 @@ APPS = [ |
128 | '//apps/openstacknode:onos-apps-openstacknode-oar', | 128 | '//apps/openstacknode:onos-apps-openstacknode-oar', |
129 | '//apps/cpman/app:onos-apps-cpman-app-oar', | 129 | '//apps/cpman/app:onos-apps-cpman-app-oar', |
130 | '//apps/xosclient:onos-apps-xosclient-oar', | 130 | '//apps/xosclient:onos-apps-xosclient-oar', |
131 | + '//apps/cordconfig:onos-apps-cordconfig', | ||
131 | ] | 132 | ] |
132 | 133 | ||
133 | APP_JARS = [ | 134 | APP_JARS = [ | ... | ... |
apps/cordconfig/BUCK
0 → 100644
... | @@ -5,6 +5,7 @@ COMPILE_DEPS = [ | ... | @@ -5,6 +5,7 @@ COMPILE_DEPS = [ |
5 | '//lib:jersey-common', | 5 | '//lib:jersey-common', |
6 | '//utils/rest:onlab-rest', | 6 | '//utils/rest:onlab-rest', |
7 | '//apps/olt:onos-apps-olt-api', | 7 | '//apps/olt:onos-apps-olt-api', |
8 | + '//apps/cordconfig:onos-apps-cordconfig', | ||
8 | ] | 9 | ] |
9 | 10 | ||
10 | BUNDLES = [ | 11 | BUNDLES = [ | ... | ... |
... | @@ -3,6 +3,7 @@ COMPILE_DEPS = [ | ... | @@ -3,6 +3,7 @@ COMPILE_DEPS = [ |
3 | '//lib:org.apache.karaf.shell.console', | 3 | '//lib:org.apache.karaf.shell.console', |
4 | '//cli:onos-cli', | 4 | '//cli:onos-cli', |
5 | '//apps/olt:onos-apps-olt-api', | 5 | '//apps/olt:onos-apps-olt-api', |
6 | + '//apps/cordconfig:onos-apps-cordconfig', | ||
6 | ] | 7 | ] |
7 | 8 | ||
8 | BUNDLES = [ | 9 | BUNDLES = [ | ... | ... |
... | @@ -6,6 +6,7 @@ COMPILE_DEPS = [ | ... | @@ -6,6 +6,7 @@ COMPILE_DEPS = [ |
6 | '//utils/rest:onlab-rest', | 6 | '//utils/rest:onlab-rest', |
7 | '//cli:onos-cli', | 7 | '//cli:onos-cli', |
8 | '//core/store/serializers:onos-core-serializers', | 8 | '//core/store/serializers:onos-core-serializers', |
9 | + '//apps/cordconfig:onos-apps-cordconfig', | ||
9 | ] | 10 | ] |
10 | 11 | ||
11 | BUNDLES = [ | 12 | BUNDLES = [ | ... | ... |
-
Please register or login to post a comment