Remove Buck based build
Bug: Issue 5302 Change-Id: I6e860446ef30ff0ad1c7c49fc0e39d39d921820b
This commit is contained in:
		
				
					committed by
					
						
						Hector Oswaldo Caballero
					
				
			
			
				
	
			
			
			
						parent
						
							b33d052c45
						
					
				
				
					commit
					fdbfcad77d
				
			@@ -1,51 +0,0 @@
 | 
			
		||||
java_library(
 | 
			
		||||
  name = 'elasticsearch',
 | 
			
		||||
  srcs = glob(['src/main/java/**/*.java']),
 | 
			
		||||
  deps = [
 | 
			
		||||
    '//gerrit-antlr:query_exception',
 | 
			
		||||
    '//gerrit-extension-api:api',
 | 
			
		||||
    '//gerrit-reviewdb:client',
 | 
			
		||||
    '//gerrit-reviewdb:server',
 | 
			
		||||
    '//gerrit-server:server',
 | 
			
		||||
    '//lib:gson',
 | 
			
		||||
    '//lib:guava',
 | 
			
		||||
    '//lib:gwtorm',
 | 
			
		||||
    '//lib:protobuf',
 | 
			
		||||
    '//lib/commons:codec',
 | 
			
		||||
    '//lib/commons:lang',
 | 
			
		||||
    '//lib/elasticsearch:elasticsearch',
 | 
			
		||||
    '//lib/elasticsearch:jest',
 | 
			
		||||
    '//lib/elasticsearch:jest-common',
 | 
			
		||||
    '//lib/guice:guice',
 | 
			
		||||
    '//lib/guice:guice-assistedinject',
 | 
			
		||||
    '//lib/jgit/org.eclipse.jgit:jgit',
 | 
			
		||||
    '//lib/joda:joda-time',
 | 
			
		||||
    '//lib/log:api',
 | 
			
		||||
    '//lib/lucene:lucene-analyzers-common',
 | 
			
		||||
    '//lib/lucene:lucene-core',
 | 
			
		||||
  ],
 | 
			
		||||
  visibility = ['PUBLIC'],
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
java_test(
 | 
			
		||||
  name = 'elasticsearch_tests',
 | 
			
		||||
  labels = ['elastic', 'flaky'],
 | 
			
		||||
  srcs = glob(['src/test/java/**/*.java']),
 | 
			
		||||
  deps = [
 | 
			
		||||
    ':elasticsearch',
 | 
			
		||||
    '//gerrit-extension-api:api',
 | 
			
		||||
    '//gerrit-reviewdb:client',
 | 
			
		||||
    '//gerrit-reviewdb:server',
 | 
			
		||||
    '//gerrit-server:server',
 | 
			
		||||
    '//gerrit-server:testutil',
 | 
			
		||||
    '//gerrit-server:query_tests',
 | 
			
		||||
    '//lib:gson',
 | 
			
		||||
    '//lib:guava',
 | 
			
		||||
    '//lib:junit',
 | 
			
		||||
    '//lib:truth',
 | 
			
		||||
    '//lib/elasticsearch:elasticsearch',
 | 
			
		||||
    '//lib/guice:guice',
 | 
			
		||||
    '//lib/jgit/org.eclipse.jgit:jgit',
 | 
			
		||||
    '//lib/jgit/org.eclipse.jgit.junit:junit',
 | 
			
		||||
  ],
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user