Create buck.properties during tools/eclipse/project.py

Change-Id: I7fdccee7d08e2177a5bb4a4ecbcf17be9d4ada39
This commit is contained in:
Shawn Pearce 2013-09-24 12:26:04 -07:00
parent 00a399d14e
commit 0672a19c54

View File

@ -151,6 +151,7 @@ gen_project()
gen_classpath()
try:
check_call(['buck', 'build'] + MAIN + GWT)
targets = ['//tools:buck.properties'] + MAIN + GWT
check_call(['buck', 'build'] + targets)
except CalledProcessError as err:
exit(1)