Rename GWT examples to have -GWT suffix Provides a path to having PolyGerrit equivalents of these examples. Change-Id: I9b5caf8b29da1309dba119b420b432765f3d6d63
diff --git a/BUILD b/BUILD index 4901d67..c0edb29 100644 --- a/BUILD +++ b/BUILD
@@ -30,14 +30,14 @@ "//example-webLinkFileHistory", "//example-webLinkPatchSet", "//example-webLinkProject", - "//example-wuiChangeScreenBelowChangeInfoBlock", - "//example-wuiChangeScreenHeader", - "//example-wuiChangeScreenHeaderRightOfButtons", - "//example-wuiChangeScreenHeaderRightOfPopDowns", - "//example-wuiPluginScreen", - "//example-wuiPreferenceScreenBottom", - "//example-wuiProfileExtensionBottom", - "//example-wuiSettingsScreen", + "//example-wuiChangeScreenBelowChangeInfoBlock-GWT", + "//example-wuiChangeScreenHeader-GWT", + "//example-wuiChangeScreenHeaderRightOfButtons-GWT", + "//example-wuiChangeScreenHeaderRightOfPopDowns-GWT", + "//example-wuiPluginScreen-GWT", + "//example-wuiPreferenceScreenBottom-GWT", + "//example-wuiProfileExtensionBottom-GWT", + "//example-wuiSettingsScreen-GWT", ], outs = ["all.zip"], cmd = " && ".join([
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/.bazelrc b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/.bazelrc similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/.bazelrc rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/.bazelrc
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/BUILD b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/BUILD similarity index 88% rename from example-wuiChangeScreenBelowChangeInfoBlock/BUILD rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/BUILD index 9035d4c..0b72aa6 100644 --- a/example-wuiChangeScreenBelowChangeInfoBlock/BUILD +++ b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuichangescreenbelowchangeinfoblock.HelloForm" gerrit_plugin( - name = "example-wuiChangeScreenBelowChangeInfoBlock", + name = "example-wuiChangeScreenBelowChangeInfoBlock-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiChangeScreenBelowChangeInfoBlock", + "Gerrit-PluginName: example-wuiChangeScreenBelowChangeInfoBlock-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuichangescreenbelowchangeinfoblock.Module", "Implementation-Title: Example Change Screen Extension Below Change Info Block", ],
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/LICENSE b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/LICENSE similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/LICENSE rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/LICENSE
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/WORKSPACE similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/WORKSPACE
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/bazlets.bzl b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/bazlets.bzl similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/bazlets.bzl rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/bazlets.bzl
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/pom.xml b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/pom.xml similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/pom.xml rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/pom.xml
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/HelloForm.gwt.xml b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/HelloForm.gwt.xml similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/HelloForm.gwt.xml rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/HelloForm.gwt.xml
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/Module.java b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/Module.java similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/Module.java rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/Module.java
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtension.java b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtension.java similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtension.java rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtension.java
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtensionTwo.java b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtensionTwo.java similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtensionTwo.java rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExampleChangeScreenExtensionTwo.java
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExamplePlugin.java b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExamplePlugin.java similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExamplePlugin.java rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenbelowchangeinfoblock/client/ExamplePlugin.java
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/src/main/resources/Documentation/about.md b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/src/main/resources/Documentation/about.md rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/BUILD b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/BUILD rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/tools/bzl/BUILD
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl rename to example-wuiChangeScreenBelowChangeInfoBlock-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiPluginScreen/tools/workspace-status.sh b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/tools/workspace-status.sh similarity index 83% copy from example-wuiPluginScreen/tools/workspace-status.sh copy to example-wuiChangeScreenBelowChangeInfoBlock-GWT/tools/workspace-status.sh index f337593..5650401 100755 --- a/example-wuiPluginScreen/tools/workspace-status.sh +++ b/example-wuiChangeScreenBelowChangeInfoBlock-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPLUGINSCREEN_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENBELOWCHANGEINFOBLOCK-GWT_LABEL $(rev)
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/tools/workspace-status.sh b/example-wuiChangeScreenBelowChangeInfoBlock/tools/workspace-status.sh deleted file mode 100755 index 934cacd..0000000 --- a/example-wuiChangeScreenBelowChangeInfoBlock/tools/workspace-status.sh +++ /dev/null
@@ -1,17 +0,0 @@ -#!/bin/bash - -# This script will be run by bazel when the build process starts to -# generate key-value information that represents the status of the -# workspace. The output should be like -# -# KEY1 VALUE1 -# KEY2 VALUE2 -# -# If the script exits with non-zero code, it's considered as a failure -# and the output will be discarded. - -function rev() { - git describe --always --match "v[0-9].*" --dirty -} - -echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENBELOWCHANGEINFOBLOCK_LABEL $(rev)
diff --git a/example-wuiChangeScreenHeader/.bazelrc b/example-wuiChangeScreenHeader-GWT/.bazelrc similarity index 100% rename from example-wuiChangeScreenHeader/.bazelrc rename to example-wuiChangeScreenHeader-GWT/.bazelrc
diff --git a/example-wuiChangeScreenHeader/BUILD b/example-wuiChangeScreenHeader-GWT/BUILD similarity index 80% rename from example-wuiChangeScreenHeader/BUILD rename to example-wuiChangeScreenHeader-GWT/BUILD index 490034b..5186969 100644 --- a/example-wuiChangeScreenHeader/BUILD +++ b/example-wuiChangeScreenHeader-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuichangescreenheader.HelloForm" gerrit_plugin( - name = "example-wuiChangeScreenHeader", + name = "example-wuiChangeScreenHeader-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiChangeScreenHeader", + "Gerrit-PluginName: example-wuiChangeScreenHeader-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuichangescreenheader.Module", "Implementation-Title: Example Change Screen Header Extension", ],
diff --git a/example-wuiChangeScreenHeader/LICENSE b/example-wuiChangeScreenHeader-GWT/LICENSE similarity index 100% rename from example-wuiChangeScreenHeader/LICENSE rename to example-wuiChangeScreenHeader-GWT/LICENSE
diff --git a/example-wuiChangeScreenHeader/WORKSPACE b/example-wuiChangeScreenHeader-GWT/WORKSPACE similarity index 100% rename from example-wuiChangeScreenHeader/WORKSPACE rename to example-wuiChangeScreenHeader-GWT/WORKSPACE
diff --git a/example-wuiChangeScreenHeader/bazlets.bzl b/example-wuiChangeScreenHeader-GWT/bazlets.bzl similarity index 100% rename from example-wuiChangeScreenHeader/bazlets.bzl rename to example-wuiChangeScreenHeader-GWT/bazlets.bzl
diff --git a/example-wuiChangeScreenHeader/pom.xml b/example-wuiChangeScreenHeader-GWT/pom.xml similarity index 100% rename from example-wuiChangeScreenHeader/pom.xml rename to example-wuiChangeScreenHeader-GWT/pom.xml
diff --git a/example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/HelloForm.gwt.xml b/example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/HelloForm.gwt.xml similarity index 100% rename from example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/HelloForm.gwt.xml rename to example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/HelloForm.gwt.xml
diff --git a/example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/Module.java b/example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/Module.java similarity index 100% rename from example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/Module.java rename to example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/Module.java
diff --git a/example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ChangeScreenStatusExtension.java b/example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ChangeScreenStatusExtension.java similarity index 100% rename from example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ChangeScreenStatusExtension.java rename to example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ChangeScreenStatusExtension.java
diff --git a/example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ExamplePlugin.java b/example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ExamplePlugin.java similarity index 100% rename from example-wuiChangeScreenHeader/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ExamplePlugin.java rename to example-wuiChangeScreenHeader-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheader/client/ExamplePlugin.java
diff --git a/example-wuiChangeScreenHeader/src/main/resources/Documentation/about.md b/example-wuiChangeScreenHeader-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiChangeScreenHeader/src/main/resources/Documentation/about.md rename to example-wuiChangeScreenHeader-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiChangeScreenHeader/tools/bzl/BUILD b/example-wuiChangeScreenHeader-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiChangeScreenHeader/tools/bzl/BUILD rename to example-wuiChangeScreenHeader-GWT/tools/bzl/BUILD
diff --git a/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeader-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiChangeScreenHeader/tools/bzl/plugin.bzl rename to example-wuiChangeScreenHeader-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiPluginScreen/tools/workspace-status.sh b/example-wuiChangeScreenHeader-GWT/tools/workspace-status.sh similarity index 85% copy from example-wuiPluginScreen/tools/workspace-status.sh copy to example-wuiChangeScreenHeader-GWT/tools/workspace-status.sh index f337593..72e8615 100755 --- a/example-wuiPluginScreen/tools/workspace-status.sh +++ b/example-wuiChangeScreenHeader-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPLUGINSCREEN_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENHEADER-GWT_LABEL $(rev)
diff --git a/example-wuiChangeScreenHeader/tools/workspace-status.sh b/example-wuiChangeScreenHeader/tools/workspace-status.sh deleted file mode 100755 index 7d49665..0000000 --- a/example-wuiChangeScreenHeader/tools/workspace-status.sh +++ /dev/null
@@ -1,17 +0,0 @@ -#!/bin/bash - -# This script will be run by bazel when the build process starts to -# generate key-value information that represents the status of the -# workspace. The output should be like -# -# KEY1 VALUE1 -# KEY2 VALUE2 -# -# If the script exits with non-zero code, it's considered as a failure -# and the output will be discarded. - -function rev() { - git describe --always --match "v[0-9].*" --dirty -} - -echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENHEADER_LABEL $(rev)
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/.bazelrc b/example-wuiChangeScreenHeaderRightOfButtons-GWT/.bazelrc similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/.bazelrc rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/.bazelrc
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/BUILD b/example-wuiChangeScreenHeaderRightOfButtons-GWT/BUILD similarity index 88% rename from example-wuiChangeScreenHeaderRightOfButtons/BUILD rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/BUILD index 2c74247..c6441dc 100644 --- a/example-wuiChangeScreenHeaderRightOfButtons/BUILD +++ b/example-wuiChangeScreenHeaderRightOfButtons-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuichangescreenheaderrightofbuttons.HelloForm" gerrit_plugin( - name = "example-wuiChangeScreenHeaderRightOfButtons", + name = "example-wuiChangeScreenHeaderRightOfButtons-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiChangeScreenHeaderRightOfButtons", + "Gerrit-PluginName: example-wuiChangeScreenHeaderRightOfButtons-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuichangescreenheaderrightofbuttons.Module", "Implementation-Title: Example Change Screen Header Extension Right Of Buttons", ],
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/LICENSE b/example-wuiChangeScreenHeaderRightOfButtons-GWT/LICENSE similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/LICENSE rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/LICENSE
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE b/example-wuiChangeScreenHeaderRightOfButtons-GWT/WORKSPACE similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/WORKSPACE
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/bazlets.bzl b/example-wuiChangeScreenHeaderRightOfButtons-GWT/bazlets.bzl similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/bazlets.bzl rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/bazlets.bzl
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/pom.xml b/example-wuiChangeScreenHeaderRightOfButtons-GWT/pom.xml similarity index 97% rename from example-wuiChangeScreenHeaderRightOfButtons/pom.xml rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/pom.xml index 80dfcf4..1babad5 100644 --- a/example-wuiChangeScreenHeaderRightOfButtons/pom.xml +++ b/example-wuiChangeScreenHeaderRightOfButtons-GWT/pom.xml
@@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.googlesource.gerrit.plugins</groupId> - <artifactId>example-wuiChangeScreenHeaderRightOfButtons</artifactId> + <artifactId>example-wuiChangeScreenHeaderRightOfButtons-GWT</artifactId> <packaging>jar</packaging> <version>2.16.13</version> <properties> @@ -38,7 +38,7 @@ <configuration> <archive> <manifestEntries> - <Gerrit-PluginName>example-wuiChangeScreenHeaderRightOfButtons</Gerrit-PluginName> + <Gerrit-PluginName>example-wuiChangeScreenHeaderRightOfButtons-GWT</Gerrit-PluginName> <Gerrit-Module>com.googlesource.gerrit.plugins.examples.wuichangescreenheaderrightofbuttons.Module</Gerrit-Module> <Implementation-Vendor>Gerrit Code Review</Implementation-Vendor>
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/HelloForm.gwt.xml b/example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/HelloForm.gwt.xml similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/HelloForm.gwt.xml rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/HelloForm.gwt.xml
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/Module.java b/example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/Module.java similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/Module.java rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/Module.java
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/ExamplePlugin.java b/example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/ExamplePlugin.java similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/ExamplePlugin.java rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/ExamplePlugin.java
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/HighlightButton.java b/example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/HighlightButton.java similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/HighlightButton.java rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofbuttons/client/HighlightButton.java
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/src/main/resources/Documentation/about.md b/example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/src/main/resources/Documentation/about.md rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/BUILD b/example-wuiChangeScreenHeaderRightOfButtons-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/BUILD rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/tools/bzl/BUILD
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeaderRightOfButtons-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl rename to example-wuiChangeScreenHeaderRightOfButtons-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiPluginScreen/tools/workspace-status.sh b/example-wuiChangeScreenHeaderRightOfButtons-GWT/tools/workspace-status.sh similarity index 83% copy from example-wuiPluginScreen/tools/workspace-status.sh copy to example-wuiChangeScreenHeaderRightOfButtons-GWT/tools/workspace-status.sh index f337593..f1907e4 100755 --- a/example-wuiPluginScreen/tools/workspace-status.sh +++ b/example-wuiChangeScreenHeaderRightOfButtons-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPLUGINSCREEN_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENHEADERRIGHTOFBUTTONS-GWT_LABEL $(rev)
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/tools/workspace-status.sh b/example-wuiChangeScreenHeaderRightOfButtons/tools/workspace-status.sh deleted file mode 100755 index e88d7d8..0000000 --- a/example-wuiChangeScreenHeaderRightOfButtons/tools/workspace-status.sh +++ /dev/null
@@ -1,17 +0,0 @@ -#!/bin/bash - -# This script will be run by bazel when the build process starts to -# generate key-value information that represents the status of the -# workspace. The output should be like -# -# KEY1 VALUE1 -# KEY2 VALUE2 -# -# If the script exits with non-zero code, it's considered as a failure -# and the output will be discarded. - -function rev() { - git describe --always --match "v[0-9].*" --dirty -} - -echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENHEADERRIGHTOFBUTTONS_LABEL $(rev)
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/.bazelrc b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/.bazelrc similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/.bazelrc rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/.bazelrc
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/BUILD b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/BUILD similarity index 87% rename from example-wuiChangeScreenHeaderRightOfPopDowns/BUILD rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/BUILD index df1eacf..e51011b 100644 --- a/example-wuiChangeScreenHeaderRightOfPopDowns/BUILD +++ b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuichangescreenheaderrightofpopdowns.HelloForm" gerrit_plugin( - name = "example-wuiChangeScreenHeaderRightOfPopDowns", + name = "example-wuiChangeScreenHeaderRightOfPopDowns-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiChangeScreenHeaderRightOfPopDowns", + "Gerrit-PluginName: example-wuiChangeScreenHeaderRightOfPopDowns-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuichangescreenheaderrightofpopdowns.Module", "Implementation-Title: Example Change Screen Header Extension Right Of Pop Downs", ],
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/LICENSE b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/LICENSE similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/LICENSE rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/LICENSE
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/WORKSPACE similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/WORKSPACE
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/bazlets.bzl b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/bazlets.bzl similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/bazlets.bzl rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/bazlets.bzl
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/pom.xml b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/pom.xml similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/pom.xml rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/pom.xml
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/HelloForm.gwt.xml b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/HelloForm.gwt.xml similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/HelloForm.gwt.xml rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/HelloForm.gwt.xml
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/Module.java b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/Module.java similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/Module.java rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/Module.java
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/BuildsDropDownPanel.java b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/BuildsDropDownPanel.java similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/BuildsDropDownPanel.java rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/BuildsDropDownPanel.java
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/ExamplePlugin.java b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/ExamplePlugin.java similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/ExamplePlugin.java rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/ExamplePlugin.java
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/PopDownButton.java b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/PopDownButton.java similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/PopDownButton.java rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/client/PopDownButton.java
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/public/example.css b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/public/example.css similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/public/example.css rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuichangescreenheaderrightofpopdowns/public/example.css
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/src/main/resources/Documentation/about.md b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/src/main/resources/Documentation/about.md rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/BUILD b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/BUILD rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/tools/bzl/BUILD
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl rename to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiPluginScreen/tools/workspace-status.sh b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/tools/workspace-status.sh similarity index 83% copy from example-wuiPluginScreen/tools/workspace-status.sh copy to example-wuiChangeScreenHeaderRightOfPopDowns-GWT/tools/workspace-status.sh index f337593..b0a4481 100755 --- a/example-wuiPluginScreen/tools/workspace-status.sh +++ b/example-wuiChangeScreenHeaderRightOfPopDowns-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPLUGINSCREEN_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENHEADERRIGHTOFPOPDOWNS-GWT_LABEL $(rev)
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/workspace-status.sh b/example-wuiChangeScreenHeaderRightOfPopDowns/tools/workspace-status.sh deleted file mode 100755 index 22b24df..0000000 --- a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/workspace-status.sh +++ /dev/null
@@ -1,17 +0,0 @@ -#!/bin/bash - -# This script will be run by bazel when the build process starts to -# generate key-value information that represents the status of the -# workspace. The output should be like -# -# KEY1 VALUE1 -# KEY2 VALUE2 -# -# If the script exits with non-zero code, it's considered as a failure -# and the output will be discarded. - -function rev() { - git describe --always --match "v[0-9].*" --dirty -} - -echo STABLE_BUILD_EXAMPLE-WUICHANGESCREENHEADERRIGHTOFPOPDOWNS_LABEL $(rev)
diff --git a/example-wuiPluginScreen/.bazelrc b/example-wuiPluginScreen-GWT/.bazelrc similarity index 100% rename from example-wuiPluginScreen/.bazelrc rename to example-wuiPluginScreen-GWT/.bazelrc
diff --git a/example-wuiPluginScreen/.buckconfig b/example-wuiPluginScreen-GWT/.buckconfig similarity index 100% rename from example-wuiPluginScreen/.buckconfig rename to example-wuiPluginScreen-GWT/.buckconfig
diff --git a/example-wuiPluginScreen/BUILD b/example-wuiPluginScreen-GWT/BUILD similarity index 81% rename from example-wuiPluginScreen/BUILD rename to example-wuiPluginScreen-GWT/BUILD index d646b8f..504d837 100644 --- a/example-wuiPluginScreen/BUILD +++ b/example-wuiPluginScreen-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuipluginscreen.HelloForm" gerrit_plugin( - name = "example-wuiPluginScreen", + name = "example-wuiPluginScreen-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiPluginScreen", + "Gerrit-PluginName: example-wuiPluginScreen-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuipluginscreen.Module", "Implementation-Title: Example Plugin Screen Extension", ],
diff --git a/example-wuiPluginScreen/LICENSE b/example-wuiPluginScreen-GWT/LICENSE similarity index 100% rename from example-wuiPluginScreen/LICENSE rename to example-wuiPluginScreen-GWT/LICENSE
diff --git a/example-wuiPluginScreen/WORKSPACE b/example-wuiPluginScreen-GWT/WORKSPACE similarity index 100% rename from example-wuiPluginScreen/WORKSPACE rename to example-wuiPluginScreen-GWT/WORKSPACE
diff --git a/example-wuiPluginScreen/bazlets.bzl b/example-wuiPluginScreen-GWT/bazlets.bzl similarity index 100% rename from example-wuiPluginScreen/bazlets.bzl rename to example-wuiPluginScreen-GWT/bazlets.bzl
diff --git a/example-wuiPluginScreen/lib/BUCK b/example-wuiPluginScreen-GWT/lib/BUCK similarity index 100% rename from example-wuiPluginScreen/lib/BUCK rename to example-wuiPluginScreen-GWT/lib/BUCK
diff --git a/example-wuiPluginScreen/lib/gwt/BUCK b/example-wuiPluginScreen-GWT/lib/gwt/BUCK similarity index 100% rename from example-wuiPluginScreen/lib/gwt/BUCK rename to example-wuiPluginScreen-GWT/lib/gwt/BUCK
diff --git a/example-wuiPluginScreen/lib/ow2/BUCK b/example-wuiPluginScreen-GWT/lib/ow2/BUCK similarity index 100% rename from example-wuiPluginScreen/lib/ow2/BUCK rename to example-wuiPluginScreen-GWT/lib/ow2/BUCK
diff --git a/example-wuiPluginScreen/pom.xml b/example-wuiPluginScreen-GWT/pom.xml similarity index 100% rename from example-wuiPluginScreen/pom.xml rename to example-wuiPluginScreen-GWT/pom.xml
diff --git a/example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloForm.gwt.xml b/example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloForm.gwt.xml similarity index 100% rename from example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloForm.gwt.xml rename to example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloForm.gwt.xml
diff --git a/example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloTopMenu.java b/example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloTopMenu.java similarity index 100% rename from example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloTopMenu.java rename to example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/HelloTopMenu.java
diff --git a/example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/Module.java b/example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/Module.java similarity index 100% rename from example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/Module.java rename to example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/Module.java
diff --git a/example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/ExamplePlugin.java b/example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/ExamplePlugin.java similarity index 100% rename from example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/ExamplePlugin.java rename to example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/ExamplePlugin.java
diff --git a/example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/IndexScreen.java b/example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/IndexScreen.java similarity index 100% rename from example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/IndexScreen.java rename to example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/client/IndexScreen.java
diff --git a/example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/public/example.css b/example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/public/example.css similarity index 100% rename from example-wuiPluginScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/public/example.css rename to example-wuiPluginScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipluginscreen/public/example.css
diff --git a/example-wuiPluginScreen/src/main/resources/Documentation/about.md b/example-wuiPluginScreen-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiPluginScreen/src/main/resources/Documentation/about.md rename to example-wuiPluginScreen-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiPluginScreen/tools/bzl/BUILD b/example-wuiPluginScreen-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiPluginScreen/tools/bzl/BUILD rename to example-wuiPluginScreen-GWT/tools/bzl/BUILD
diff --git a/example-wuiPluginScreen/tools/bzl/plugin.bzl b/example-wuiPluginScreen-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiPluginScreen/tools/bzl/plugin.bzl rename to example-wuiPluginScreen-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiPluginScreen/tools/workspace-status.sh b/example-wuiPluginScreen-GWT/tools/workspace-status.sh similarity index 86% copy from example-wuiPluginScreen/tools/workspace-status.sh copy to example-wuiPluginScreen-GWT/tools/workspace-status.sh index f337593..8aec87f 100755 --- a/example-wuiPluginScreen/tools/workspace-status.sh +++ b/example-wuiPluginScreen-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPLUGINSCREEN_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUIPLUGINSCREEN-GWT_LABEL $(rev)
diff --git a/example-wuiPreferenceScreenBottom/.bazelrc b/example-wuiPreferenceScreenBottom-GWT/.bazelrc similarity index 100% rename from example-wuiPreferenceScreenBottom/.bazelrc rename to example-wuiPreferenceScreenBottom-GWT/.bazelrc
diff --git a/example-wuiPreferenceScreenBottom/BUILD b/example-wuiPreferenceScreenBottom-GWT/BUILD similarity index 79% rename from example-wuiPreferenceScreenBottom/BUILD rename to example-wuiPreferenceScreenBottom-GWT/BUILD index 3ef1e83..b759e65 100644 --- a/example-wuiPreferenceScreenBottom/BUILD +++ b/example-wuiPreferenceScreenBottom-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuipreferencescreenbottom.HelloForm" gerrit_plugin( - name = "example-wuiPreferenceScreenBottom", + name = "example-wuiPreferenceScreenBottom-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiPreferenceScreenBottom", + "Gerrit-PluginName: example-wuiPreferenceScreenBottom-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuipreferencescreenbottom.Module", "Implementation-Title: Example Preference Screen Panel Bottom", ],
diff --git a/example-wuiPreferenceScreenBottom/LICENSE b/example-wuiPreferenceScreenBottom-GWT/LICENSE similarity index 100% rename from example-wuiPreferenceScreenBottom/LICENSE rename to example-wuiPreferenceScreenBottom-GWT/LICENSE
diff --git a/example-wuiPreferenceScreenBottom/WORKSPACE b/example-wuiPreferenceScreenBottom-GWT/WORKSPACE similarity index 100% rename from example-wuiPreferenceScreenBottom/WORKSPACE rename to example-wuiPreferenceScreenBottom-GWT/WORKSPACE
diff --git a/example-wuiPreferenceScreenBottom/bazlets.bzl b/example-wuiPreferenceScreenBottom-GWT/bazlets.bzl similarity index 100% rename from example-wuiPreferenceScreenBottom/bazlets.bzl rename to example-wuiPreferenceScreenBottom-GWT/bazlets.bzl
diff --git a/example-wuiPreferenceScreenBottom/pom.xml b/example-wuiPreferenceScreenBottom-GWT/pom.xml similarity index 100% rename from example-wuiPreferenceScreenBottom/pom.xml rename to example-wuiPreferenceScreenBottom-GWT/pom.xml
diff --git a/example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/.public/example.css b/example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/.public/example.css similarity index 100% rename from example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/.public/example.css rename to example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/.public/example.css
diff --git a/example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/HelloForm.gwt.xml b/example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/HelloForm.gwt.xml similarity index 100% rename from example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/HelloForm.gwt.xml rename to example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/HelloForm.gwt.xml
diff --git a/example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/Module.java b/example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/Module.java similarity index 100% rename from example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/Module.java rename to example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/Module.java
diff --git a/example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ChangeScreenPreferencePanel.java b/example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ChangeScreenPreferencePanel.java similarity index 100% rename from example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ChangeScreenPreferencePanel.java rename to example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ChangeScreenPreferencePanel.java
diff --git a/example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ExamplePlugin.java b/example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ExamplePlugin.java similarity index 100% rename from example-wuiPreferenceScreenBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ExamplePlugin.java rename to example-wuiPreferenceScreenBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuipreferencescreenbottom/client/ExamplePlugin.java
diff --git a/example-wuiPreferenceScreenBottom/src/main/resources/Documentation/about.md b/example-wuiPreferenceScreenBottom-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiPreferenceScreenBottom/src/main/resources/Documentation/about.md rename to example-wuiPreferenceScreenBottom-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiPreferenceScreenBottom/tools/bzl/BUILD b/example-wuiPreferenceScreenBottom-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiPreferenceScreenBottom/tools/bzl/BUILD rename to example-wuiPreferenceScreenBottom-GWT/tools/bzl/BUILD
diff --git a/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl b/example-wuiPreferenceScreenBottom-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl rename to example-wuiPreferenceScreenBottom-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiPreferenceScreenBottom/tools/workspace-status.sh b/example-wuiPreferenceScreenBottom-GWT/tools/workspace-status.sh similarity index 85% rename from example-wuiPreferenceScreenBottom/tools/workspace-status.sh rename to example-wuiPreferenceScreenBottom-GWT/tools/workspace-status.sh index bb6abd1..c1a741e 100755 --- a/example-wuiPreferenceScreenBottom/tools/workspace-status.sh +++ b/example-wuiPreferenceScreenBottom-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPREFERENCESCREENBOTTOM_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUIPREFERENCESCREENBOTTOM-GWT_LABEL $(rev)
diff --git a/example-wuiProfileExtensionBottom/.bazelrc b/example-wuiProfileExtensionBottom-GWT/.bazelrc similarity index 100% rename from example-wuiProfileExtensionBottom/.bazelrc rename to example-wuiProfileExtensionBottom-GWT/.bazelrc
diff --git a/example-wuiProfileExtensionBottom/BUILD b/example-wuiProfileExtensionBottom-GWT/BUILD similarity index 79% rename from example-wuiProfileExtensionBottom/BUILD rename to example-wuiProfileExtensionBottom-GWT/BUILD index c2e0e16..4419e77 100644 --- a/example-wuiProfileExtensionBottom/BUILD +++ b/example-wuiProfileExtensionBottom-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuiprofileextensionbottom.HelloForm" gerrit_plugin( - name = "example-wuiProfileExtensionBottom", + name = "example-wuiProfileExtensionBottom-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiProfileExtensionBottom", + "Gerrit-PluginName: example-wuiProfileExtensionBottom-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuiprofileextensionbottom.Module", "Implementation-Title: Example Profile Extension Bottom", ],
diff --git a/example-wuiProfileExtensionBottom/LICENSE b/example-wuiProfileExtensionBottom-GWT/LICENSE similarity index 100% rename from example-wuiProfileExtensionBottom/LICENSE rename to example-wuiProfileExtensionBottom-GWT/LICENSE
diff --git a/example-wuiProfileExtensionBottom/WORKSPACE b/example-wuiProfileExtensionBottom-GWT/WORKSPACE similarity index 100% rename from example-wuiProfileExtensionBottom/WORKSPACE rename to example-wuiProfileExtensionBottom-GWT/WORKSPACE
diff --git a/example-wuiProfileExtensionBottom/bazlets.bzl b/example-wuiProfileExtensionBottom-GWT/bazlets.bzl similarity index 100% rename from example-wuiProfileExtensionBottom/bazlets.bzl rename to example-wuiProfileExtensionBottom-GWT/bazlets.bzl
diff --git a/example-wuiProfileExtensionBottom/pom.xml b/example-wuiProfileExtensionBottom-GWT/pom.xml similarity index 100% rename from example-wuiProfileExtensionBottom/pom.xml rename to example-wuiProfileExtensionBottom-GWT/pom.xml
diff --git a/example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/HelloForm.gwt.xml b/example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/HelloForm.gwt.xml similarity index 100% rename from example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/HelloForm.gwt.xml rename to example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/HelloForm.gwt.xml
diff --git a/example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/Module.java b/example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/Module.java similarity index 100% rename from example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/Module.java rename to example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/Module.java
diff --git a/example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExamplePlugin.java b/example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExamplePlugin.java similarity index 100% rename from example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExamplePlugin.java rename to example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExamplePlugin.java
diff --git a/example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExampleProfileExtension.java b/example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExampleProfileExtension.java similarity index 100% rename from example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExampleProfileExtension.java rename to example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/client/ExampleProfileExtension.java
diff --git a/example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/public/example.css b/example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/public/example.css similarity index 100% rename from example-wuiProfileExtensionBottom/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/public/example.css rename to example-wuiProfileExtensionBottom-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuiprofileextensionbottom/public/example.css
diff --git a/example-wuiProfileExtensionBottom/src/main/resources/Documentation/about.md b/example-wuiProfileExtensionBottom-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiProfileExtensionBottom/src/main/resources/Documentation/about.md rename to example-wuiProfileExtensionBottom-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiProfileExtensionBottom/tools/bzl/BUILD b/example-wuiProfileExtensionBottom-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiProfileExtensionBottom/tools/bzl/BUILD rename to example-wuiProfileExtensionBottom-GWT/tools/bzl/BUILD
diff --git a/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl b/example-wuiProfileExtensionBottom-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl rename to example-wuiProfileExtensionBottom-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiProfileExtensionBottom/tools/workspace-status.sh b/example-wuiProfileExtensionBottom-GWT/tools/workspace-status.sh similarity index 85% rename from example-wuiProfileExtensionBottom/tools/workspace-status.sh rename to example-wuiProfileExtensionBottom-GWT/tools/workspace-status.sh index 6b8bd87..47b65e0 100755 --- a/example-wuiProfileExtensionBottom/tools/workspace-status.sh +++ b/example-wuiProfileExtensionBottom-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPROFILEEXTENSIONBOTTOM_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUIPROFILEEXTENSIONBOTTOM-GWT_LABEL $(rev)
diff --git a/example-wuiSettingsScreen/.bazelrc b/example-wuiSettingsScreen-GWT/.bazelrc similarity index 100% rename from example-wuiSettingsScreen/.bazelrc rename to example-wuiSettingsScreen-GWT/.bazelrc
diff --git a/example-wuiSettingsScreen/BUILD b/example-wuiSettingsScreen-GWT/BUILD similarity index 81% rename from example-wuiSettingsScreen/BUILD rename to example-wuiSettingsScreen-GWT/BUILD index 5c953e5..13bb651 100644 --- a/example-wuiSettingsScreen/BUILD +++ b/example-wuiSettingsScreen-GWT/BUILD
@@ -3,11 +3,11 @@ MODULE = "com.googlesource.gerrit.plugins.examples.wuisettingsscreen.HelloForm" gerrit_plugin( - name = "example-wuiSettingsScreen", + name = "example-wuiSettingsScreen-GWT", srcs = glob(["src/main/java/**/*.java"]), gwt_module = MODULE, manifest_entries = [ - "Gerrit-PluginName: example-wuiSettingsScreen", + "Gerrit-PluginName: example-wuiSettingsScreen-GWT", "Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuisettingsscreen.Module", "Implementation-Title: Example Settings Screen Extension", ],
diff --git a/example-wuiSettingsScreen/LICENSE b/example-wuiSettingsScreen-GWT/LICENSE similarity index 100% rename from example-wuiSettingsScreen/LICENSE rename to example-wuiSettingsScreen-GWT/LICENSE
diff --git a/example-wuiSettingsScreen/WORKSPACE b/example-wuiSettingsScreen-GWT/WORKSPACE similarity index 100% rename from example-wuiSettingsScreen/WORKSPACE rename to example-wuiSettingsScreen-GWT/WORKSPACE
diff --git a/example-wuiSettingsScreen/bazlets.bzl b/example-wuiSettingsScreen-GWT/bazlets.bzl similarity index 100% rename from example-wuiSettingsScreen/bazlets.bzl rename to example-wuiSettingsScreen-GWT/bazlets.bzl
diff --git a/example-wuiSettingsScreen/pom.xml b/example-wuiSettingsScreen-GWT/pom.xml similarity index 100% rename from example-wuiSettingsScreen/pom.xml rename to example-wuiSettingsScreen-GWT/pom.xml
diff --git a/example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/HelloForm.gwt.xml b/example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/HelloForm.gwt.xml similarity index 100% rename from example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/HelloForm.gwt.xml rename to example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/HelloForm.gwt.xml
diff --git a/example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/Module.java b/example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/Module.java similarity index 100% rename from example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/Module.java rename to example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/Module.java
diff --git a/example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/ExamplePlugin.java b/example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/ExamplePlugin.java similarity index 100% rename from example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/ExamplePlugin.java rename to example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/ExamplePlugin.java
diff --git a/example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/FoodPreferencesScreen.java b/example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/FoodPreferencesScreen.java similarity index 100% rename from example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/FoodPreferencesScreen.java rename to example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/client/FoodPreferencesScreen.java
diff --git a/example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/public/example.css b/example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/public/example.css similarity index 100% rename from example-wuiSettingsScreen/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/public/example.css rename to example-wuiSettingsScreen-GWT/src/main/java/com/googlesource/gerrit/plugins/examples/wuisettingsscreen/public/example.css
diff --git a/example-wuiSettingsScreen/src/main/resources/Documentation/about.md b/example-wuiSettingsScreen-GWT/src/main/resources/Documentation/about.md similarity index 100% rename from example-wuiSettingsScreen/src/main/resources/Documentation/about.md rename to example-wuiSettingsScreen-GWT/src/main/resources/Documentation/about.md
diff --git a/example-wuiSettingsScreen/tools/bzl/BUILD b/example-wuiSettingsScreen-GWT/tools/bzl/BUILD similarity index 100% rename from example-wuiSettingsScreen/tools/bzl/BUILD rename to example-wuiSettingsScreen-GWT/tools/bzl/BUILD
diff --git a/example-wuiSettingsScreen/tools/bzl/plugin.bzl b/example-wuiSettingsScreen-GWT/tools/bzl/plugin.bzl similarity index 100% rename from example-wuiSettingsScreen/tools/bzl/plugin.bzl rename to example-wuiSettingsScreen-GWT/tools/bzl/plugin.bzl
diff --git a/example-wuiPluginScreen/tools/workspace-status.sh b/example-wuiSettingsScreen-GWT/tools/workspace-status.sh similarity index 86% rename from example-wuiPluginScreen/tools/workspace-status.sh rename to example-wuiSettingsScreen-GWT/tools/workspace-status.sh index f337593..87de50d 100755 --- a/example-wuiPluginScreen/tools/workspace-status.sh +++ b/example-wuiSettingsScreen-GWT/tools/workspace-status.sh
@@ -14,4 +14,4 @@ git describe --always --match "v[0-9].*" --dirty } -echo STABLE_BUILD_EXAMPLE-WUIPLUGINSCREEN_LABEL $(rev) +echo STABLE_BUILD_EXAMPLE-WUISETTINGSSCREEN-GWT_LABEL $(rev)
diff --git a/example-wuiSettingsScreen/tools/workspace-status.sh b/example-wuiSettingsScreen/tools/workspace-status.sh deleted file mode 100755 index bed9889..0000000 --- a/example-wuiSettingsScreen/tools/workspace-status.sh +++ /dev/null
@@ -1,17 +0,0 @@ -#!/bin/bash - -# This script will be run by bazel when the build process starts to -# generate key-value information that represents the status of the -# workspace. The output should be like -# -# KEY1 VALUE1 -# KEY2 VALUE2 -# -# If the script exits with non-zero code, it's considered as a failure -# and the output will be discarded. - -function rev() { - git describe --always --match "v[0-9].*" --dirty -} - -echo STABLE_BUILD_EXAMPLE-WUISETTINGSSCREEN_LABEL $(rev)