From 87d4202b1e14dc017fa1ffa1fe16934c9fd57fa7 Mon Sep 17 00:00:00 2001 From: parkjam4 Date: Mon, 2 Jul 2018 17:02:41 -0400 Subject: [PATCH 1/3] Removing the region tags The text of the tags are displaying on the page. Need to find a different way to grab this text snippet. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index caf0ca51184e..1989ae824dba 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,12 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.35.0" ``` [//]: # ({x-version-update-end}) -// [START java_ides_links] If you're using IntelliJ or Eclipse, you can add client libraries to your project using these IDE plugins: * [Cloud Tools for IntelliJ](https://cloud.google.com/tools/intellij/docs/client-libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforIntelliJ) * [Cloud Tools for Eclipse](https://cloud.google.com/eclipse/docs/libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforEclipse) Besides adding client libraries, the plugins provide additional functionality, such as service account key management. Refer to the documentation for each plugin for more details. -// [END java_ides_links] + These client libraries can be used on App Engine standard for Java 8 runtime and App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work. If you are running into problems with version conflicts, see [Version Management](#version-management). From cd5f39bc2a295840f20c809a0c7c6a6c66c40c74 Mon Sep 17 00:00:00 2001 From: parkjam4 Date: Mon, 2 Jul 2018 17:15:13 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1989ae824dba..604bc9d4d566 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,16 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.35.0" ``` [//]: # ({x-version-update-end}) +[//]: # [START java_ides_links] + If you're using IntelliJ or Eclipse, you can add client libraries to your project using these IDE plugins: * [Cloud Tools for IntelliJ](https://cloud.google.com/tools/intellij/docs/client-libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforIntelliJ) * [Cloud Tools for Eclipse](https://cloud.google.com/eclipse/docs/libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforEclipse) Besides adding client libraries, the plugins provide additional functionality, such as service account key management. Refer to the documentation for each plugin for more details. +[//]: # [END java_ides_links] + These client libraries can be used on App Engine standard for Java 8 runtime and App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work. If you are running into problems with version conflicts, see [Version Management](#version-management). From 3e1c90c0a20779f360888c8efc90c2afc16e16c2 Mon Sep 17 00:00:00 2001 From: parkjam4 Date: Mon, 2 Jul 2018 17:18:03 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 604bc9d4d566..1989ae824dba 100644 --- a/README.md +++ b/README.md @@ -74,16 +74,12 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.35.0" ``` [//]: # ({x-version-update-end}) -[//]: # [START java_ides_links] - If you're using IntelliJ or Eclipse, you can add client libraries to your project using these IDE plugins: * [Cloud Tools for IntelliJ](https://cloud.google.com/tools/intellij/docs/client-libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforIntelliJ) * [Cloud Tools for Eclipse](https://cloud.google.com/eclipse/docs/libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforEclipse) Besides adding client libraries, the plugins provide additional functionality, such as service account key management. Refer to the documentation for each plugin for more details. -[//]: # [END java_ides_links] - These client libraries can be used on App Engine standard for Java 8 runtime and App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work. If you are running into problems with version conflicts, see [Version Management](#version-management).