Rename DEFS files to *.defs

The build system used mixed names for essentially the same things.
Rename all DEFS files to *.defs matching the handful of other files
that are already using this convention.

Change-Id: I3269bd5db5d8d83f5e192ea910f19431c2a4a1cf
This commit is contained in:
Shawn Pearce 2013-07-29 17:30:50 -07:00 committed by Dave Borowitz
parent e31a767d39
commit 5047911dba
15 changed files with 14 additions and 10 deletions

View File

@ -10,7 +10,7 @@
release = //:release
[buildfile]
includes = //tools/DEFS
includes = //tools/default.defs
[java]
src_roots = java, resources

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-acceptance-tests/DEFS')
include_defs('//gerrit-acceptance-tests/tests.defs')
java_library(
name = 'lib',

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-acceptance-tests/DEFS')
include_defs('//gerrit-acceptance-tests/tests.defs')
acceptance_tests(
srcs = glob(['*IT.java']),

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-acceptance-tests/DEFS')
include_defs('//gerrit-acceptance-tests/tests.defs')
acceptance_tests(
srcs = glob(['*IT.java']),

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-acceptance-tests/DEFS')
include_defs('//gerrit-acceptance-tests/tests.defs')
acceptance_tests(
srcs = glob(['*IT.java']),

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-acceptance-tests/DEFS')
include_defs('//gerrit-acceptance-tests/tests.defs')
acceptance_tests(
srcs = glob(['*IT.java']),

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-acceptance-tests/DEFS')
include_defs('//gerrit-acceptance-tests/tests.defs')
acceptance_tests(
srcs = glob(['*IT.java']),

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-acceptance-tests/DEFS')
include_defs('//gerrit-acceptance-tests/tests.defs')
acceptance_tests(
srcs = glob(['*IT.java']),

View File

@ -1,4 +1,4 @@
include_defs('//gerrit-gwtui/DEFS')
include_defs('//gerrit-gwtui/gwt.defs')
genrule(
name = 'ui_optdbg',

View File

@ -1,4 +1,4 @@
include_defs('//lib/prolog/DEFS')
include_defs('//lib/prolog/prolog.defs')
SRCS = glob(['src/main/java/**/*.java'])
RESOURCES = glob(['src/main/resources/**/*'])

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# These definitions support building a runnable version of Gerrit.
DOCS = ['//Documentation:html.zip']
LIBS = [
'//gerrit-war:log4j-config',

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Rule definitions loaded by default into every BUCK file.
def genantlr(
name,
srcs,