Skip to content
Snippets Groups Projects
Commit c52b99c4 authored by Nitin Dahyabhai's avatar Nitin Dahyabhai
Browse files

Merge branch 'issue-8' into 'master'

Support newer Jakarta Faces API versions: 3.0, 4.0, 4.1 (eclipse-jsf#8)

See merge request !6
parents 5ed2c1dc c73a6383
No related branches found
No related tags found
1 merge request!6Support newer Jakarta Faces API versions: 3.0, 4.0, 4.1 (eclipse-jsf#8)
<libraries>
<!-- JSF 3.0 (Apache MyFaces) -->
<library>
<name>JSF 3.0 (Apache MyFaces 3.0.2)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[https://dlcdn.apache.org/myfaces/binaries/myfaces-core-assembly-3.0.2-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-3.0.2-bin/lib/commons-beanutils-1.9.4.jar,
myfaces-core-3.0.2-bin/lib/commons-collections-3.2.2.jar,
myfaces-core-3.0.2-bin/lib/commons-digester-1.8.jar,
myfaces-core-3.0.2-bin/lib/commons-logging-1.1.1.jar,
myfaces-core-3.0.2-bin/lib/myfaces-api-3.0.2.jar,
myfaces-core-3.0.2-bin/lib/myfaces-bundle-3.0.2.jar,
myfaces-core-3.0.2-bin/lib/myfaces-impl-3.0.2.jar
</include>
<attributes>
<component>myfaces-core-3.0.2-bin/lib/myfaces-api-3.0.2.jar</component>
</attributes>
</library>
<!-- JSF 3.0 (Mojarra) only available via Maven -->
</libraries>
<libraries>
<!-- JSF 4.0 (Apache MyFaces) -->
<library>
<name>JSF 4.0 (Apache MyFaces 4.0.1)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[https://dlcdn.apache.org/myfaces/binaries/myfaces-core-assembly-4.0.1-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-4.0.1-bin/lib/myfaces-api-4.0.1.jar,
myfaces-core-4.0.1-bin/lib/myfaces-bundle-4.0.1.jar,
myfaces-core-4.0.1-bin/lib/myfaces-impl-4.0.1.jar
</include>
<attributes>
<component>myfaces-core-4.0.1-bin/lib/myfaces-api-4.0.1.jar</component>
</attributes>
</library>
<!-- JSF 4.0 (Mojarra) only available via Maven -->
</libraries>
<libraries>
<!-- JSF 4.1 (Apache MyFaces) -->
<library>
<name>JSF 4.1 (Apache MyFaces 4.1.0)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[https://dlcdn.apache.org/myfaces/binaries/myfaces-core-assembly-4.1.0-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-4.1.0-RC1-bin/lib/myfaces-api-4.1.0.jar,
myfaces-core-4.1.0-RC1-bin/lib/myfaces-bundle-4.1.0.jar,
myfaces-core-4.1.0-RC1-bin/lib/myfaces-impl-4.1.0.jar
</include>
<attributes>
<component>myfaces-core-4.1.0-RC1-bin/lib/myfaces-api-4.1.0.jar</component>
</attributes>
</library>
<!-- JSF 4.1 (Mojarra) only available via Maven -->
</libraries>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment