* feat(TUP-18730): add xmlsec lib * feat(TUP-18730): change the load options * feat(TUP-18730): ignore the ds namespace * feat(TUP-18730): change the api for option * feat(TUP-18730): if invalid, set readonly for job * feat(TUP-19046): impl for import items and projects * feat(TUP-19046): deal with migration * feat(TUP-19046): add valid check before run action * feat(TUP-19046): add the option for load
9 lines
521 B
XML
9 lines
521 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry exported="true" kind="lib" path="lib/xmlsec-2.1.0.jar" sourcepath="/media/Works/Repositories/M2/repository/org/apache/santuario/xmlsec/2.1.0/xmlsec-2.1.0-sources.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.3.0.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|