-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'oauth/master'
* oauth/master: Upgrade bazlets to latest stable-2.16 to build with 2.16.1 API Upgrade bazlets to latest stable-2.16 to build with 2.16 API Upgrade bazlets to latest master to build with 2.16-rc3 API Upgrade bazlets to latest stable-2.15 to build with 2.15.7 API Upgrade bazlets to latest stable-2.14 to build with 2.14.17 API Update bazlets to master to build with 2.16-rc1 API Upgrade bazlets to latest stable-2.15 to build with 2.15.6 API WORKSPACE: Make commented out local_path line spaces indent consistent Upgrade bazlets to latest stable-2.14 to build with 2.14.16 API Align Eclipse compiler settings with core Gerrit's Fix Eclipse project generation README: Fix name of jar file in standalone build Update README bazlets: Replace native.git_repository with skylark rule Upgrade bazlets to latest stable-2.14 to build with 2.14.15 API Update bazlets to stable-2.15 to build with 2.15.4 API Update bazlets to latest stable-2.14 to build with 2.14.14 API Update bazlets to latest stable-2.14 to build with 2.14.13 API Fix GitLab and Bitbucket services Change-Id: Id5511ea799540e3758f082286305449ed7a2b68a
- Loading branch information
Showing
12 changed files
with
45 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/.classpath | ||
/.project | ||
/.settings/org.maven.ide.eclipse.prefs | ||
/.settings/org.eclipse.m2e.core.prefs | ||
/.settings | ||
/bazel-bin | ||
/bazel-genfiles | ||
/bazel-gerrit-oauth-provider | ||
/bazel-out | ||
/bazel-testlogs | ||
/eclipse-out | ||
/.idea | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Tue Sep 02 16:59:24 PDT 2008 | ||
eclipse.preferences.version=1 | ||
line.separator=\n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
load( | ||
"@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl", | ||
"PLUGIN_DEPS", | ||
"PLUGIN_TEST_DEPS", | ||
"gerrit_plugin", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS", "gerrit_plugin") | ||
load("//tools/bzl:classpath.bzl", "classpath_collector") | ||
|
||
java_library( | ||
name = "classpath", | ||
runtime_deps = PLUGIN_DEPS + [ | ||
"//:gerrit-oauth-provider__plugin", | ||
], | ||
) | ||
|
||
classpath_collector( | ||
name = "main_classpath_collect", | ||
deps = PLUGIN_DEPS + ["//:gerrit-oauth-provider__plugin"], | ||
testonly = 1, | ||
deps = [ | ||
"//:gerrit-oauth-provider__plugin_test_deps", | ||
], | ||
) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
# Copyright (C) 2017 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. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
`bazel query @com_googlesource_gerrit_bazlets//tools/eclipse:project --output location | sed s/BUILD:.*//`project.py -n oauth -r . |