Project

General

Profile

6237-addon.diff

Vladimir Tsichevski, 10/03/2022 09:12 AM

Download (1.16 KB)

View differences:

build.xml 2022-10-03 13:11:18 +0000
233 233
**                           in a more natural manner.
234 234
**     RFB 20220908          The convert configuration needs to also have the lib.gwt library included, and building
235 235
**                           projects that include admin need the src/com/goldencode tree to be in place. Ref #6214.
236
**     VVT 2022xxxx          Copy org.junit.platform.engine.TestEngine file to META-INF/services. See #6237.
236 237
-->
237 238

  
238 239
<!--
......
870 871
    <!-- Copy SPI descriptors to META-INF/services directory -->
871 872
    <copy todir="${build.home}/classes/META-INF/services">
872 873
      <fileset dir="${manifest.src}" includes="*Provider" />
874
      <fileset dir="${manifest.src}" includes="*TestEngine" />
873 875
    </copy>
874 876

  
875 877
    <!-- Copy aop.xml to META-INF directory for LTW-specific AOP jar -->
manifest/org.junit.platform.engine.TestEngine 2022-09-19 20:26:43 +0000
1
com.goldencode.p2j.testengine.FWDTestEngine