Merge "Move SubmoduleSectionParser into util/git/ , a separate java_library."
This commit is contained in:
9
java/com/google/gerrit/server/util/git/BUILD
Normal file
9
java/com/google/gerrit/server/util/git/BUILD
Normal file
@@ -0,0 +1,9 @@
|
||||
java_library(
|
||||
name = "git",
|
||||
srcs = glob(["**/*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/gerrit/reviewdb:server",
|
||||
"//lib/jgit/org.eclipse.jgit:jgit",
|
||||
],
|
||||
)
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2011 The Android Open Source Project
|
||||
// Copyright (C) 2016 The Android Open Source Project
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package com.google.gerrit.server.util;
|
||||
package com.google.gerrit.server.util.git;
|
||||
|
||||
import com.google.gerrit.reviewdb.client.Branch;
|
||||
import com.google.gerrit.reviewdb.client.Project;
|
||||
Reference in New Issue
Block a user