This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit d6dd1d2b748c1074b21ecf3044ef639e80007556
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon May 17 18:36:17 2021 +0100

    follow-up to #202, apply same change to new login/ project
    and fix permissions
---
 ui-modules/blueprint-importer/Makefile |  0
 ui-modules/groovy-console/Makefile     |  0
 ui-modules/login/Makefile              | 32 +-------------------------------
 ui-modules/rest-api-docs/Makefile      |  0
 4 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/ui-modules/blueprint-importer/Makefile 
b/ui-modules/blueprint-importer/Makefile
old mode 100755
new mode 100644
diff --git a/ui-modules/groovy-console/Makefile 
b/ui-modules/groovy-console/Makefile
old mode 100755
new mode 100644
diff --git a/ui-modules/login/Makefile b/ui-modules/login/Makefile
index c7cb424..2bc7724 100644
--- a/ui-modules/login/Makefile
+++ b/ui-modules/login/Makefile
@@ -15,35 +15,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-default: dev
 
-build:
-       @echo "Building production bundle..."
-       NODE_ENV="production" npm run build
-
-clean:
-       @echo "Cleaning modules..."
-       @rm -rf ./node_modules
-
-dev:
-       @echo "Starting dev web server..."
-       @npm start
-
-server: build
-       @echo "Starting api proxy server..."
-       NODE_ENV="production" npm start
-
-install:
-       @echo "Installing npm modules..."
-       @npm install
-
-test:
-       @echo "Running tests..."
-       @npm test
-
-setup: clean install
-
-war:
-       @mvn clean install
-
-.PHONY: build clean deploy dev install server setup test war
+include ../shared/Makefile.include
diff --git a/ui-modules/rest-api-docs/Makefile 
b/ui-modules/rest-api-docs/Makefile
old mode 100755
new mode 100644

Reply via email to