Skip to content

Commit 87211de

Browse files
committed
workaround for ECP-2832
1 parent 4e668d7 commit 87211de

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

buildcallbacks.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010
license agreement you entered into with SAP.
1111
--><project>
1212

13-
<macrodef name="hacvcsinfo_before_build">
14-
<sequential>
15-
<!--bug in platform, copy shouldn't be necessary-->
16-
<copy todir="${ext.hac.path}/web/webroot/WEB-INF/jsp">
17-
<fileset dir="${ext.hacvcsinfo.path}/hac/resources/jsp"/>
18-
</copy>
19-
<copy todir="${ext.hac.path}/web/webroot/static/">
20-
<fileset dir="${ext.hacvcsinfo.path}/hac/resources/static"/>
21-
</copy>
22-
</sequential>
23-
</macrodef>
24-
2513
<macrodef name="hacvcsinfo_after_build">
2614
<sequential>
2715
<!--you may want to change the dir="..." property -->

project.properties

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
hacvcsinfo.key=value
1313

1414
# Specifies the location of the spring context file putted automatically to the global platform application context.
15-
hacvcsinfo.application-context=hacvcsinfo-spring.xml
15+
hacvcsinfo.application-context=hacvcsinfo-spring.xml
16+
17+
# https://jira.hybris.com/browse/ECP-2832
18+
hac.tomcat.tld.scan=displaytag*.jar,jstl*.jar,jstl-impl*.jar,*_hac.jar
19+
hac.tomcat.pluggability.scan=displaytag*.jar,jstl*.jar,jstl-impl*.jar,*_hac.jar

0 commit comments

Comments
 (0)