mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 08:35:09 +00:00
Update with Java Contract Change-Id: Iced5568a248c1474ae4b6fb0352d23e49ebfc252 Signed-off-by: Matthew B. White <whitemat@uk.ibm.com> Signed-off-by: James Taylor <jamest@uk.ibm.com>
18 lines
805 B
XML
18 lines
805 B
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"/>
|
|
</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"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
|
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
<classpathentry kind="output" path="bin/default"/>
|
|
</classpath>
|