[
https://issues.apache.org/jira/browse/RATIS-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze updated RATIS-2643:
------------------------------
Description:
RATIS-2626 removed the leftover ratis-docs items from LICENSE. However, the
related itmes still in the .vm files.
{code}
-- ./ratis-resource-bundle/src/main/resources/META-INF/LICENSE.vm -------------
224: #set($bundled_jquery = ${bundled_jquery.equalsIgnoreCase("true")})
227: #if($bundled_jquery || $bundled_logo || $bundled_dependencies)
236: #macro(jquery_license)
242: http://jquery.com/
1178: ## skip jquery
1236: ## jruby bundles jquery, but we already ref that above.
1298: #if(${bundled_jquery})
1299: #jquery_license()
8 occurrence(s)
-- ./ratis-resource-bundle/src/main/resources/META-INF/NOTICE.vm --------------
65: http://glyphicons.com/
200: ## jruby bundles jquery, but we already ref that above.
{code}
was:
RATIS-2626 removed the leftover ratis-docs items from LICENSE. However, the
related itmes still in the .vm files.
```
-- ./ratis-resource-bundle/src/main/resources/META-INF/LICENSE.vm -------------
224: #set($bundled_jquery = ${bundled_jquery.equalsIgnoreCase("true")})
227: #if($bundled_jquery || $bundled_logo || $bundled_dependencies)
236: #macro(jquery_license)
242: http://jquery.com/
1178: ## skip jquery
1236: ## jruby bundles jquery, but we already ref that above.
1298: #if(${bundled_jquery})
1299: #jquery_license()
8 occurrence(s)
-- ./ratis-resource-bundle/src/main/resources/META-INF/NOTICE.vm --------------
65: http://glyphicons.com/
200: ## jruby bundles jquery, but we already ref that above.
```
> Remove leftover ratis-docs items from .vm files
> -----------------------------------------------
>
> Key: RATIS-2643
> URL: https://issues.apache.org/jira/browse/RATIS-2643
> Project: Ratis
> Issue Type: Improvement
> Components: build
> Reporter: Tsz-wo Sze
> Priority: Major
>
> RATIS-2626 removed the leftover ratis-docs items from LICENSE. However, the
> related itmes still in the .vm files.
> {code}
> -- ./ratis-resource-bundle/src/main/resources/META-INF/LICENSE.vm
> -------------
> 224: #set($bundled_jquery = ${bundled_jquery.equalsIgnoreCase("true")})
> 227: #if($bundled_jquery || $bundled_logo || $bundled_dependencies)
> 236: #macro(jquery_license)
> 242: http://jquery.com/
> 1178: ## skip jquery
> 1236: ## jruby bundles jquery, but we already ref that above.
> 1298: #if(${bundled_jquery})
> 1299: #jquery_license()
> 8 occurrence(s)
> -- ./ratis-resource-bundle/src/main/resources/META-INF/NOTICE.vm
> --------------
> 65: http://glyphicons.com/
> 200: ## jruby bundles jquery, but we already ref that above.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)