Include lib/asciidoctor/java in the Eclipse classpath
Having these in the classpath permits the sources to be modified in Eclipse just like any other Java source file. Change-Id: I6256f5db793dd056a61e934720cb40056d50cfd0
This commit is contained in:
@@ -16,6 +16,7 @@ java_library(
|
|||||||
'//lib:args4j',
|
'//lib:args4j',
|
||||||
'//lib:guava',
|
'//lib:guava',
|
||||||
],
|
],
|
||||||
|
visibility = ['//tools/eclipse:classpath'],
|
||||||
)
|
)
|
||||||
|
|
||||||
java_binary(
|
java_binary(
|
||||||
@@ -35,6 +36,7 @@ java_library(
|
|||||||
'//lib/lucene:analyzers-common',
|
'//lib/lucene:analyzers-common',
|
||||||
'//lib/lucene:core',
|
'//lib/lucene:core',
|
||||||
],
|
],
|
||||||
|
visibility = ['//tools/eclipse:classpath'],
|
||||||
)
|
)
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
|
@@ -10,6 +10,8 @@ java_library(
|
|||||||
'//gerrit-httpd:httpd_tests',
|
'//gerrit-httpd:httpd_tests',
|
||||||
'//gerrit-main:main_lib',
|
'//gerrit-main:main_lib',
|
||||||
'//gerrit-server:server__compile',
|
'//gerrit-server:server__compile',
|
||||||
|
'//lib/asciidoctor:asciidoc_lib',
|
||||||
|
'//lib/asciidoctor:doc_indexer_lib',
|
||||||
'//lib/prolog:compiler_lib',
|
'//lib/prolog:compiler_lib',
|
||||||
] + scan_plugins(),
|
] + scan_plugins(),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user