mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 09:05:10 +00:00
commercial paper sample for Java Gateway SDK (client app) Change-Id: I80c6b9dbc36631004903244a20e6a492138c7751 Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
23 lines
994 B
XML
23 lines
994 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" output="target/classes" path="organization/digibank/application-java">
|
|
<attributes>
|
|
<attribute name="optional" value="true"/>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="organization/magnetocorp/application-java"/>
|
|
<classpathentry kind="src" path="ledger-java-api"/>
|
|
<classpathentry kind="src" path="organization/shared/lib-java"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
</classpath>
|