Skip to content

Commit

Permalink
workaround for ECP-2832
Browse files Browse the repository at this point in the history
  • Loading branch information
mpern-sap committed Oct 22, 2018
1 parent 4e668d7 commit 87211de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
12 changes: 0 additions & 12 deletions buildcallbacks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
license agreement you entered into with SAP.
--><project>

<macrodef name="hacvcsinfo_before_build">
<sequential>
<!--bug in platform, copy shouldn't be necessary-->
<copy todir="${ext.hac.path}/web/webroot/WEB-INF/jsp">
<fileset dir="${ext.hacvcsinfo.path}/hac/resources/jsp"/>
</copy>
<copy todir="${ext.hac.path}/web/webroot/static/">
<fileset dir="${ext.hacvcsinfo.path}/hac/resources/static"/>
</copy>
</sequential>
</macrodef>

<macrodef name="hacvcsinfo_after_build">
<sequential>
<!--you may want to change the dir="..." property -->
Expand Down
6 changes: 5 additions & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
hacvcsinfo.key=value

# Specifies the location of the spring context file putted automatically to the global platform application context.
hacvcsinfo.application-context=hacvcsinfo-spring.xml
hacvcsinfo.application-context=hacvcsinfo-spring.xml

# https://jira.hybris.com/browse/ECP-2832
hac.tomcat.tld.scan=displaytag*.jar,jstl*.jar,jstl-impl*.jar,*_hac.jar
hac.tomcat.pluggability.scan=displaytag*.jar,jstl*.jar,jstl-impl*.jar,*_hac.jar

0 comments on commit 87211de

Please sign in to comment.