mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02: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:
parent
ce93c15b8c
commit
3df31fa64f
5 changed files with 372 additions and 0 deletions
|
@ -11,6 +11,7 @@ package_group(
|
|||
packages = [
|
||||
"//java/com/google/domain/registry/testing",
|
||||
"//java/com/google/domain/registry/tools",
|
||||
"//java/com/google/domain/registry/eclipse",
|
||||
"//javatests/com/google/domain/registry/tools",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue