Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//apps/pce/app:onos-apps-pce-app', |
| 4 | '//cli:onos-cli', |
| 5 | '//lib:org.apache.karaf.shell.console', |
| 6 | '//core/api:onos-api', |
| 7 | '//incubator/api:onos-incubator-api', |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests ( |
| 11 | deps = COMPILE_DEPS, |
| 12 | ) |
| 13 | |
| 14 | onos_app ( |
| 15 | title = 'PCE web application', |
| 16 | category = 'Utility', |
| 17 | url = 'http://onosproject.org', |
| 18 | description = 'Allows the user to visualize different types of paths between network entities', |
| 19 | ) |