gerrit/tools/eclipse
Luca Milanesio 8f11e6c9fc Fix root path resolution for updated Buck
Since the last Buck upgraded this morning with [1]
the root path resolution is broken.

This is due to the different expansion of the __file__
macro into a deeper structure, including the python
relative path name inside a PEX directory structure.

Example:
gerrit/buck-out/bin/tools/maven/mvn.pex/gerrit-extension-api/pom.xml

In order to go back to the root package structure
and locate the pom.xml file correctly, we need now
to go back until the .buckconfig file is found
(instead of going back exactly 3 times as it was before).

P.S. Without this change the targets api_install
     and war_install are broken on master.

Change-Id: I1a99606ad304c245b21ba501f15c473142a89fc2
2014-06-13 07:15:03 +00:00
..
BUCK Update Buck 2014-05-04 12:54:17 +02:00
gerrit_daemon.launch Use consistent test site locations in documentation and debug configs 2013-12-17 19:36:24 +09:00
gerrit_gwt_debug.launch Bump GWT version to 2.6.1 2014-05-27 14:59:04 -04:00
project.py Fix root path resolution for updated Buck 2014-06-13 07:15:03 +00:00