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

dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new d7c656592e9 build solr/webapp/build.gradle: remove needless excludes 
(#3180)
d7c656592e9 is described below

commit d7c656592e9bfa91dc640616ec747a7d843fd246
Author: David Smiley <[email protected]>
AuthorDate: Thu Feb 13 14:26:46 2025 -0500

    build solr/webapp/build.gradle: remove needless excludes (#3180)
    
    These exclusions don't match anything.
---
 solr/webapp/build.gradle | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/solr/webapp/build.gradle b/solr/webapp/build.gradle
index b4d6b3df56b..bd701b990b8 100644
--- a/solr/webapp/build.gradle
+++ b/solr/webapp/build.gradle
@@ -145,14 +145,6 @@ task finalizeJsBundleDir(type: Sync) {
 war {
   webAppDirName = "web"
 
-  // Why are they in the source code at all if they're excluded from the 
distribution?
-  exclude "libs/angular-cookies.js"
-  exclude "libs/angular-route.js"
-  exclude "libs/angular-sanitize.js"
-  exclude "libs/angular-utf8-base.js"
-  exclude "libs/angular.js"
-  exclude "libs/chosen.jquery.js"
-
   from (configurations.generatedJSClientBundle, {
     into "libs/solr"
   })

Reply via email to