18 lines
918 B
Plaintext
18 lines
918 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<classpath>
|
||
|
<classpathentry exported="true" kind="lib" path="lib/content-type.jar"/>
|
||
|
<classpathentry exported="true" kind="lib" path="lib/accessors-smart.jar"/>
|
||
|
<classpathentry exported="true" kind="lib" path="lib/lang-tag.jar"/>
|
||
|
<classpathentry exported="true" kind="lib" path="lib/json-smart.jar"/>
|
||
|
<classpathentry exported="true" kind="lib" path="lib/oauth2-oidc-sdk.jar"/>
|
||
|
<classpathentry exported="true" kind="lib" path="lib/nimbus-jose-jwt.jar"/>
|
||
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||
|
<classpathentry kind="src" path="src"/>
|
||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
|
||
|
<attributes>
|
||
|
<attribute name="module" value="true"/>
|
||
|
</attributes>
|
||
|
</classpathentry>
|
||
|
<classpathentry kind="output" path="target/classes"/>
|
||
|
</classpath>
|