From 14411304efa2ae350550093bbfd6a2f3ce012ca6 Mon Sep 17 00:00:00 2001 From: penmetsaa Date: Tue, 12 Jul 2022 07:54:41 +0530 Subject: [PATCH] Delete ant build/util targets for demo site updates as they are now absolete (#2789) - Followup to PR #2773, where we started using official appengine Maven plugin than older ```maven-gae-plugin``` - ```appcfg``` script is deprecated and most of these works can be done through ```gcloud-appengine-sdk``` - More details in cl/333435946 (where we moved away from ```appcfg``` during the releases) and cl/xxxxx (We no more need any manual copy jar commands) --- java/demo/build.xml | 59 --------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 java/demo/build.xml diff --git a/java/demo/build.xml b/java/demo/build.xml deleted file mode 100644 index 5cc93a78d..000000000 --- a/java/demo/build.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -