mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Eclipse file generation script
Simple python script to generate the .project and .classpath files for eclipse. The script bundles all jar dependencies into a single jar file, collects all auto-generated java files into a single source folder and adds them to the eclipse classpath.
This commit is contained in:
1
third_party/java/dagger/BUILD
vendored
1
third_party/java/dagger/BUILD
vendored
@@ -27,6 +27,7 @@ java_library(
|
||||
java_library(
|
||||
name = "dagger-compiler",
|
||||
exports = ["@dagger_compiler//jar"],
|
||||
visibility = ["//visibility:public"],
|
||||
runtime_deps = [
|
||||
"@gson//jar",
|
||||
"@guava//jar",
|
||||
|
||||
Reference in New Issue
Block a user