test: add deterministic regression coverage for compiled trie artifacts test: add golden artifact resources and SHA-256 sidecar validation test: add compiled trie artifact generator utility for regression preparation build: add Gradle task for regression artifact generation chore: add bash script to generate golden compiled trie regression files fix: normalize SHA-256 sidecar output to use artifact basename only fix: harden test resource loading for regression classpath access fix: reconstruct stems from patch commands in golden artifact semantic probes
47 lines
1.9 KiB
XML
47 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" output="bin/main" path="src/main/java">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="main"/>
|
|
<attribute name="gradle_used_by_scope" value="main,test,jmh"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="bin/test" path="src/test/java">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="test"/>
|
|
<attribute name="gradle_used_by_scope" value="test,jmh"/>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="bin/main" path="src/main/resources">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="main"/>
|
|
<attribute name="gradle_used_by_scope" value="main,test,jmh"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="bin/jmh" path="src/jmh/java">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="jmh"/>
|
|
<attribute name="gradle_used_by_scope" value="jmh"/>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="bin/jmh" path="build/third-party/snowball/source/libstemmer_java-3.0.1/java">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="jmh"/>
|
|
<attribute name="gradle_used_by_scope" value="jmh"/>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="bin/test" path="src/test/resources">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="test"/>
|
|
<attribute name="gradle_used_by_scope" value="test,jmh"/>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/>
|
|
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
<classpathentry kind="output" path="bin/default"/>
|
|
</classpath>
|