Move Eclipse related stuff into tools/eclipse

Try to reduce the size of the top-level BUCK file by moving
anything that has to do with Eclipse project generation and
classpath management into tools/eclipse.

Change-Id: Id779eaff4fe732908b28a8e3441004e364b59e21
This commit is contained in:
Shawn Pearce
2013-05-10 12:38:49 -07:00
parent 6796c3f36b
commit 82e66ee4e5
21 changed files with 100 additions and 89 deletions

View File

@@ -2,5 +2,5 @@ java_library(
name = 'gwtdebug',
srcs = ['src/main/java/com/google/gerrit/gwtdebug/GerritDebugLauncher.java'],
deps = ['//lib/gwt:dev'],
visibility = ['//:eclipse_classpath'],
visibility = ['//tools/eclipse:classpath'],
)