mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-29 23:31:34 +01:00 
			
		
		
		
	- Using osgi_jar for all modules except apps - Adding target for installation of core modules to .m2 repo Change-Id: I65d9e3a9567918e275191724842d7d9b1f485128
		
			
				
	
	
		
			17 lines
		
	
	
		
			320 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			320 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| SRC = 'src/main/java/org/onosproject/**/'
 | |
| 
 | |
| CURRENT_NAME = 'onos-bgp-api'
 | |
| CURRENT_TARGET = ':' + CURRENT_NAME
 | |
| 
 | |
| COMPILE_DEPS = [
 | |
|     '//lib:CORE_DEPS',
 | |
|     '//protocols/bgp/bgpio:onos-bgpio',
 | |
| ]
 | |
| 
 | |
| osgi_jar(
 | |
|     name = CURRENT_NAME,
 | |
|     srcs = glob([SRC + '/*.java']),
 | |
|     deps = COMPILE_DEPS,
 | |
|     visibility = ['PUBLIC'],
 | |
| )
 |