This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/main/plugins/org.talend.libraries.apache.cxf/plugin.xml

21 lines
739 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension point="org.talend.core.runtime.librariesNeeded">
<libraryNeeded
context="plugin:org.talend.libraries.apache.cxf"
language="java"
message="Needed for the cxf dependencies"
name="javax.ws.rs-api-2.0-m10.jar"
required="true">
</libraryNeeded>
<libraryNeeded
context="plugin:org.talend.libraries.apache.cxf"
language="java"
message="Needed for the cxf dependencies"
name="woodstox-core-asl-4.2.0.jar"
required="true">
</libraryNeeded>
</extension>
</plugin>