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:
Shawn Pearce
2013-10-07 17:15:26 -07:00
parent 02818e6703
commit b899eff7f3
2 changed files with 4 additions and 0 deletions

View File

@@ -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(

View File

@@ -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(),
) )