From 837278dc1dc5b0aa45000d93858640f21505a06f Mon Sep 17 00:00:00 2001 From: lgdd Date: Fri, 17 May 2024 13:14:55 +0200 Subject: [PATCH] chore: update names for global js extensions --- .github/workflows/builder.yml | 2 ++ README.md | 2 ++ .../assets/global.js | 0 .../client-extension.yaml | 0 .../package.json | 0 .../webpack.config.js | 0 .../assets/global.js | 0 .../client-extension.yaml | 0 .../package.json | 0 .../webpack.config.js | 0 10 files changed, 4 insertions(+) rename {liferay-sample-global-js-2 => liferay-sample-global-js-with-attributes}/assets/global.js (100%) rename {liferay-sample-global-js-2 => liferay-sample-global-js-with-attributes}/client-extension.yaml (100%) rename {liferay-sample-global-js-2 => liferay-sample-global-js-with-attributes}/package.json (100%) rename {liferay-sample-global-js-1 => liferay-sample-global-js-with-attributes}/webpack.config.js (100%) rename {liferay-sample-global-js-1 => liferay-sample-global-js}/assets/global.js (100%) rename {liferay-sample-global-js-1 => liferay-sample-global-js}/client-extension.yaml (100%) rename {liferay-sample-global-js-1 => liferay-sample-global-js}/package.json (100%) rename {liferay-sample-global-js-2 => liferay-sample-global-js}/webpack.config.js (100%) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 3521c2f..ad6f856 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -33,6 +33,8 @@ jobs: mv liferay-sample-custom-element-4 liferay-sample-custom-element-react-dom mv liferay-sample-custom-element-5 liferay-sample-custom-element-react-clayui mv liferay-sample-etc-frontend liferay-sample-etc-frontend-shared-import-map + mv liferay-sample-global-js-1 liferay-sample-global-js + mv liferay-sample-global-js-2 liferay-sample-global-js-with-attributes mv liferay-sample-iframe-1 liferay-sample-iframe-counter mv liferay-sample-iframe-2 liferay-sample-iframe-wikipedia mv liferay-sample-theme-css-1 liferay-sample-theme-css-styled diff --git a/README.md b/README.md index 9cb7944..9cf18b1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ The new naming is an arbitrary choice based on the description provided by Lifer | liferay-sample-custom-element-4 | liferay-sample-custom-element-react-dom | | liferay-sample-custom-element-5 | liferay-sample-custom-element-react-clayui | | liferay-sample-etc-frontend | liferay-sample-etc-frontend-shared-import-map | +| liferay-sample-global-js-1 | liferay-sample-global-js | +| liferay-sample-global-js-2 | liferay-sample-global-js-with-attributes | | liferay-sample-iframe-1 | liferay-sample-iframe-counter | | liferay-sample-iframe-2 | liferay-sample-iframe-wikipedia | | liferay-sample-theme-css-1 | liferay-sample-theme-css-styled | diff --git a/liferay-sample-global-js-2/assets/global.js b/liferay-sample-global-js-with-attributes/assets/global.js similarity index 100% rename from liferay-sample-global-js-2/assets/global.js rename to liferay-sample-global-js-with-attributes/assets/global.js diff --git a/liferay-sample-global-js-2/client-extension.yaml b/liferay-sample-global-js-with-attributes/client-extension.yaml similarity index 100% rename from liferay-sample-global-js-2/client-extension.yaml rename to liferay-sample-global-js-with-attributes/client-extension.yaml diff --git a/liferay-sample-global-js-2/package.json b/liferay-sample-global-js-with-attributes/package.json similarity index 100% rename from liferay-sample-global-js-2/package.json rename to liferay-sample-global-js-with-attributes/package.json diff --git a/liferay-sample-global-js-1/webpack.config.js b/liferay-sample-global-js-with-attributes/webpack.config.js similarity index 100% rename from liferay-sample-global-js-1/webpack.config.js rename to liferay-sample-global-js-with-attributes/webpack.config.js diff --git a/liferay-sample-global-js-1/assets/global.js b/liferay-sample-global-js/assets/global.js similarity index 100% rename from liferay-sample-global-js-1/assets/global.js rename to liferay-sample-global-js/assets/global.js diff --git a/liferay-sample-global-js-1/client-extension.yaml b/liferay-sample-global-js/client-extension.yaml similarity index 100% rename from liferay-sample-global-js-1/client-extension.yaml rename to liferay-sample-global-js/client-extension.yaml diff --git a/liferay-sample-global-js-1/package.json b/liferay-sample-global-js/package.json similarity index 100% rename from liferay-sample-global-js-1/package.json rename to liferay-sample-global-js/package.json diff --git a/liferay-sample-global-js-2/webpack.config.js b/liferay-sample-global-js/webpack.config.js similarity index 100% rename from liferay-sample-global-js-2/webpack.config.js rename to liferay-sample-global-js/webpack.config.js