Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipse/webtools/webtools-website
  • ebrangs/webtools-website
  • lmisingnamej58/webtools-website
  • vbychkov/eclipse-webtools-website
4 results
Show changes
Commits on Source (31)
Showing
with 313 additions and 172 deletions
......@@ -14,7 +14,7 @@ $App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/web
# these are optional
/*
$Nav->setLinkList(null);
$Nav->addCustomNav( "About This Project", "/projects/project_summary.php?projectid=webtools", "_self", 1 );
$Nav->addCustomNav( "About This Project", "https://projects.eclipse.org/projects/webtools", "_self", 1 );
$Nav->addNavSeparator("WTP", "/webtools/");
$Nav->addCustomNav("Common", "/webtools/common/", "_self", 2);
$Nav->addCustomNav("Dali", "/webtools/dali/main.php", "_self", 2);
......@@ -34,11 +34,11 @@ $Nav->addCustomNav("New and Noteworthy", "/webtools/development/news/", "_self",
$Nav->addCustomNav("Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=webtools", "_self", 2);
$Nav->addNavSeparator("Community", "/webtools/community/");
$Nav->addCustomNav("Wiki", "https://wiki.eclipse.org/Category:Eclipse_Web_Tools_Platform_Project", "_self", 2);
$Nav->addCustomNav("Newsgroup", "http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools", "_self", 2);
# $Nav->addCustomNav("Discussion", "http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools", "_self", 2);
$Nav->addCustomNav("Mailing List", "http://dev.eclipse.org/mhonarc/lists/wtp-dev/", "_self", 2);
$Nav->addCustomNav("Resources", "/webtools/community/resources/", "_self", 2);
$Nav->addCustomNav("Education", "/webtools/community/education/", "_self", 2);
$Nav->addCustomNav("Contributors", "/webtools/people/contributors.php", "_self", 2);
$Nav->addCustomNav("Source", "http://git.eclipse.org/c/?q=webtools", "_self", 2);
$Nav->addCustomNav("Source", "/webtools/git.html", "_self", 2);
$Nav->addNavSeparator("Development", "/webtools/development/");*/
?>
\ No newline at end of file
?>
......@@ -18,7 +18,7 @@ $wtpTopButtons = <<<EOHTML
<td>
<div class="bigbuttonsAbout">
<a href="/projects/project_summary.php?projectid=webtools"><div class="bigbuttonsTitleLink"></div></a>
<span><a href="http://git.eclipse.org/c/?q=webtools">Source Repositories</a>, PMC,<br/>Committers and more...</span>
<span><a href="https://git.eclipse.org/c/?q=webtools">Source Repositories</a>, PMC,<br/>Committers and more...</span>
</div>
</td>
<td>
......@@ -27,7 +27,7 @@ $wtpTopButtons = <<<EOHTML
<span>
<a href="/webtools/documentation/">Help Docs</a>,
<a href="https://wiki.eclipse.org/WTP_FAQ"> FAQ</a>,
<a href="/projects/project-plan.php?projectid=webtools"> Plans,</a><br/>
<a href="https://eclipse.org/projects/project-plan.php?projectid=webtools"> Plans,</a><br/>
<a href="/webtools/development/news/main.php">New and Noteworthy</a>
</span>
</div>
......@@ -39,7 +39,7 @@ $wtpTopButtons = <<<EOHTML
<a href="/webtools/community/"><div class="bigbuttonsTitleLink"></div></a>
<span>
<a href="https://wiki.eclipse.org/Category:Eclipse_Web_Tools_Platform_Project">Wiki</a>,
<a href="/forums/eclipse.webtools">Forum</a>,<br/>
<!--a href="https://eclipse.org/forums/eclipse.webtools">Forum</a>,<br/>-->
<a href="https://dev.eclipse.org/mailman/listinfo/wtp-dev">Mailing List</a>,
<a href="/webtools/community/resources/">Resources</a>,<br/>
<a href="/webtools/community/education/">Education</a>
......@@ -48,9 +48,9 @@ $wtpTopButtons = <<<EOHTML
</td>
<td>
<div class="bigbuttonsDownloads">
<a href="https://www.eclipse.org/downloads/packages/release/2022-12/r/eclipse-ide-enterprise-java-and-web-developers"><div class="bigbuttonsTitleLink"></div></a>
<a href="https://www.eclipse.org/downloads/packages/release/2025-03/r/eclipse-ide-enterprise-java-and-web-developers"><div class="bigbuttonsTitleLink"></div></a>
<span>
<a href="https://www.eclipse.org/downloads/packages/release/2022-12/r/eclipse-ide-enterprise-java-and-web-developers">Enterprise Java IDE</a> package,
<a href="https://www.eclipse.org/downloads/packages/release/2025-03/r/eclipse-ide-enterprise-java-and-web-developers">Enterprise Java IDE</a> package,
<a href="https://download.eclipse.org/webtools/downloads/">WTP Builds</a>,
<a href="https://download.eclipse.org/releases/latest/">Latest Update Site</a>,
<a href="https://marketplace.eclipse.org/content/eclipse-java-ee-developer-tools-0">Install from Marketplace</a>
......
......@@ -45,7 +45,7 @@
$html .= "WTP News";
// If we're displaying short format, provide a link to
// show news in long format.
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"https://eclipse.org/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "</h6>";
......@@ -108,19 +108,19 @@
<h3>Subprojects</h3>
<ul>
<li>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$wstoverview
<br /> <a href="wst/">more about wst &raquo;</a>
</li>
<li>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jstoverview
<br /> <a href="jst/">more about jst &raquo;</a>
</li>
<li>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jsfoverview
<br /> <a href="jsf/">more about jsf &raquo;</a>
......
......@@ -45,7 +45,7 @@
$html .= "WTP News";
// If we're displaying short format, provide a link to
// show news in long format.
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"https://eclipse.org/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "</h6>";
......@@ -108,19 +108,19 @@
<h3>Subprojects</h3>
<ul>
<li>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$wstoverview
<br /> <a href="wst/">more about wst &raquo;</a>
</li>
<li>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jstoverview
<br /> <a href="jst/">more about jst &raquo;</a>
</li>
<li>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jsfoverview
<br /> <a href="jsf/">more about jsf &raquo;</a>
......
......@@ -45,7 +45,7 @@
$html .= "WTP News";
// If we're displaying short format, provide a link to
// show news in long format.
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"https://eclipse.org/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "</h6>";
......@@ -108,19 +108,19 @@
<h3>Subprojects</h3>
<ul>
<li>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$wstoverview
<br /> <a href="wst/">more about wst &raquo;</a>
</li>
<li>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jstoverview
<br /> <a href="jst/">more about jst &raquo;</a>
</li>
<li>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jsfoverview
<br /> <a href="jsf/">more about jsf &raquo;</a>
......
......@@ -45,7 +45,7 @@
$html .= "WTP News";
// If we're displaying short format, provide a link to
// show news in long format.
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"https://eclipse.org/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
$html .= "</h6>";
......@@ -108,19 +108,19 @@
<h3>Subprojects</h3>
<ul>
<li>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Web Standard Tools (WST)</b>&nbsp;<a href="wst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$wstoverview
<br /> <a href="wst/">more about wst &raquo;</a>
</li>
<li>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>J2EE Standard Tools (JST)</b>&nbsp;<a href="jst/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jstoverview
<br /> <a href="jst/">more about jst &raquo;</a>
</li>
<li>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>JavaServer Faces Tools (JSF) - incubating</b>&nbsp;<a href="jsf/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br/>
$jsfoverview
<br /> <a href="jsf/">more about jsf &raquo;</a>
......
<!-- This file provides downloadable library definitions for the EclipseLink platform in Dali -->
<libraries>
<library>
http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.5.2/eclipselink-2.5.2.v20140319-9ad6abd.zip
https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/4.0.2/eclipselink-4.0.2.v20230613-3bfa6ac6dd.zip
<name>EclipseLink 4.0.2</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/4.0.2/eclipselink-4.0.2.v20230613-3bfa6ac6dd.zip&url=https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/4.0.2/eclipselink-4.0.2.v20230613-3bfa6ac6dd.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v20.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/jakarta.annotation-api.jar</include>
<include>eclipselink/jlib/jpa/jakarta.persistence-api.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpa.modelgen.processor.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpars.jar</include>
<include>eclipselink/jlib/moxy/angus-activation.jar</include>
<include>eclipselink/jlib/moxy/angus-mail.jar</include>
<include>eclipselink/jlib/moxy/jakarta.activation-api.jar</include>
<include>eclipselink/jlib/moxy/jakarta.json-api.jar</include>
<include>eclipselink/jlib/moxy/jakarta.mail-api.jar</include>
<include>eclipselink/jlib/moxy/jakarta.validation-api.jar</include>
<include>eclipselink/jlib/moxy/jakarta.xml.bind-api.jar</include>
<include>eclipselink/jlib/moxy/jaxb-core.jar</include>
<include>eclipselink/jlib/moxy/jaxb-xjc.jar</include>
<include>eclipselink/jlib/moxy/parsson.jar</include>
<attributes>
<component>eclipselink/jlib/eclipselink.jar</component>
<source>eclipselink/jlib/eclipselink-sources.jar</source>
</attributes>
</library>
<library>
https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/3.0.4/eclipselink-3.0.4.v202310171039-d32bad7036.zip
<name>EclipseLink 3.0.4</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/3.0.4/eclipselink-3.0.4.v202310171039-d32bad7036.zip&url=https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/3.0.4/eclipselink-3.0.4.v202310171039-d32bad7036.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v20.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/jakarta.annotation-api.jar</include>
<include>eclipselink/jlib/jpa/jakarta.persistence-api.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpa.modelgen.processor.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpars.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpars-javadoc.jar</include>
<include>eclipselink/jlib/moxy/jakarta.activation.jar</include>
<include>eclipselink/jlib/moxy/jakarta.json.jar</include>
<include>eclipselink/jlib/moxy/jakarta.mail.jar</include>
<include>eclipselink/jlib/moxy/jakarta.validation-api.jar</include>
<include>eclipselink/jlib/moxy/jakarta.xml.bind-api.jar</include>
<include>eclipselink/jlib/moxy/jaxb-core.jar</include>
<include>eclipselink/jlib/moxy/jaxb-xjc.jar</include>
<attributes>
<component>eclipselink/jlib/eclipselink.jar</component>
<source>eclipselink/jlib/eclipselink-sources.jar</source>
</attributes>
</library>
<library>
https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.7.14/eclipselink-2.7.14.v20231208-d05cebc9b0.zip
<name>EclipseLink 2.7.14</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.7.14/eclipselink-2.7.14.v20231208-d05cebc9b0.zip&url=https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.7.14/eclipselink-2.7.14.v20231208-d05cebc9b0.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v20.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/jakarta.persistence_2.2.3.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpa.modelgen_2.7.14.v20231208-d05cebc9b0.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpars_2.7.14.v20231208-d05cebc9b0.jar</include>
<include>eclipselink/jlib/moxy/api/jakarta.xml.bind-api.jar</include>
<include>eclipselink/jlib/moxy/jakarta.activation.jar</include>
<include>eclipselink/jlib/moxy/jakarta.json.jar</include>
<include>eclipselink/jlib/moxy/jakarta.mail.jar</include>
<include>eclipselink/jlib/moxy/jakarta.validation-api.jar</include>
<include>eclipselink/jlib/moxy/jaxb-impl.jar</include>
<include>eclipselink/jlib/moxy/jaxb-xjc.jar</include>
<attributes>
<component>eclipselink/jlib/eclipselink.jar</component>
<source>eclipselink/jlib/eclipselink-src.zip</source>
</attributes>
</library>
<library>
https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.6.9/eclipselink-2.6.9.v20200130-0143b822bc.zip
<name>EclipseLink 2.6.9</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.6.9/eclipselink-2.6.9.v20200130-0143b822bc.zip&url=https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.6.9/eclipselink-2.6.9.v20200130-0143b822bc.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_2.1.1.v201509150925.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpa.modelgen_2.6.9.v20200130-0143b822bc.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpars_2.6.9.v20200130-0143b822bc.jar</include>
<include>eclipselink/jlib/moxy/api/javax.xml.bind_2.2.12.v201410011542.jar</include>
<include>eclipselink/jlib/moxy/javax.mail_1.4.0.v201005080615.jar</include>
<include>eclipselink/jlib/moxy/javax.validation_1.1.0.v201304101302.jar</include>
<include>eclipselink/jlib/moxy/jaxb-core_2.2.11.v201407311112.jar</include>
<include>eclipselink/jlib/moxy/jaxb-xjc_2.2.11.v201407311112.jar</include>
<include>eclipselink/jlib/moxy/org.glassfish.javax.json_1.0.4.v201311181159.jar</include>
<attributes>
<component>eclipselink/jlib/eclipselink.jar</component>
<source>eclipselink/jlib/eclipselink-src.zip</source>
</attributes>
</library>
<library>
https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.5.2/eclipselink-2.5.2.v20140319-9ad6abd.zip
<name>EclipseLink 2.5.2</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.5.2/eclipselink-2.5.2.v20140319-9ad6abd.zip&url=http://download.eclipse.org/rt/eclipselink/releases/2.5.2/eclipselink-2.5.2.v20140319-9ad6abd.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[http://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.5.2/eclipselink-2.5.2.v20140319-9ad6abd.zip&url=https://download.eclipse.org/rt/eclipselink/releases/2.5.2/eclipselink-2.5.2.v20140319-9ad6abd.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_2.1.0.v201304241213.jar</include>
<include>eclipselink/jlib/jpa/org.eclipse.persistence.jpa.modelgen_2.5.2.v20140319-9ad6abd.jar</include>
......@@ -25,9 +122,9 @@
<library>
<name>EclipseLink 2.4.2 - Juno</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.4.2/eclipselink-2.4.2.v20130514-5956486.zip&url=http://download.eclipse.org/rt/eclipselink/releases/2.4.2/eclipselink-2.4.2.v20130514-5956486.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[http://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.4.2/eclipselink-2.4.2.v20130514-5956486.zip&url=https://download.eclipse.org/rt/eclipselink/releases/2.4.2/eclipselink-2.4.2.v20130514-5956486.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_2.0.5.v201212031355.jar</include>
<include>eclipselink/jlib/jpa/eclipselink-jpa-modelgen_2.4.2.v20130514-5956486.jar</include>
......@@ -47,9 +144,9 @@
<library>
<name>EclipseLink 2.3.3 - Indigo</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.3.3/eclipselink-2.3.3.v20120629-r11760.zip&url=http://download.eclipse.org/rt/eclipselink/releases/2.3.3/eclipselink-2.3.3.v20120629-r11760.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[http://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.3.3/eclipselink-2.3.3.v20120629-r11760.zip&url=https://download.eclipse.org/rt/eclipselink/releases/2.3.3/eclipselink-2.3.3.v20120629-r11760.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_2.0.4.v201112200901.jar</include>
<include>eclipselink/jlib/moxy/com.sun.tools.xjc_2.2.0.jar</include>
......@@ -67,9 +164,9 @@
<library>
<name>EclipseLink 2.2.1</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.2.1/eclipselink-2.2.1.v20110722-r9776.zip&url=http://download.eclipse.org/rt/eclipselink/releases/2.2.1/eclipselink-2.2.1.v20110722-r9776.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[http://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.2.1/eclipselink-2.2.1.v20110722-r9776.zip&url=https://download.eclipse.org/rt/eclipselink/releases/2.2.1/eclipselink-2.2.1.v20110722-r9776.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<license-url><![CDATA[https://www.eclipse.org/org/documents/edl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_2.0.3.v201010191057.jar</include>
<include>eclipselink/jlib/moxy/com.sun.tools.xjc_2.2.0.jar</include>
......@@ -87,8 +184,8 @@
<library>
<name>EclipseLink 2.1.3 - Helios</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.1.3/eclipselink-2.1.3.v20110304-r9073.zip&url=http://download.eclipse.org/rt/eclipselink/releases/2.1.3/eclipselink-2.1.3.v20110304-r9073.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.1.3/eclipselink-2.1.3.v20110304-r9073.zip&url=https://download.eclipse.org/rt/eclipselink/releases/2.1.3/eclipselink-2.1.3.v20110304-r9073.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_2.0.1.v201006031150.jar</include>
<include>eclipselink/jlib/moxy/com.sun.tools.xjc_2.2.0.jar</include>
......@@ -106,8 +203,8 @@
<library>
<name>EclipseLink 2.0.2</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.0.2/eclipselink-2.0.2.v20100323-r6872.zip&url=http://download.eclipse.org/rt/eclipselink/releases/2.0.2/eclipselink-2.0.2.v20100323-r6872.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.0.2/eclipselink-2.0.2.v20100323-r6872.zip&url=https://download.eclipse.org/rt/eclipselink/releases/2.0.2/eclipselink-2.0.2.v20100323-r6872.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_2.0.0.v201002051058.jar</include>
<include>eclipselink/jlib/moxy/javax.activation_1.1.0.v200906290531.jar</include>
......@@ -125,8 +222,8 @@
<library>
<name>EclipseLink 1.2.0</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/1.2.0/eclipselink-1.2.0.v20091016-r5565.zip]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/1.2.0/eclipselink-1.2.0.v20091016-r5565.zip]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_1.0.0.jar</include>
<attributes>
......@@ -138,8 +235,8 @@
<library>
<name>EclipseLink 1.1.4 - Galileo</name>
<download-provider>Eclipse Foundation</download-provider>
<download-url><![CDATA[http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/1.1.4/eclipselink-1.1.4.v20100812-r7860.zip&url=http://download.eclipse.org/rt/eclipselink/releases/1.1.4/eclipselink-1.1.4.v20100812-r7860.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[http://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<download-url><![CDATA[https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/1.1.4/eclipselink-1.1.4.v20100812-r7860.zip&url=https://download.eclipse.org/rt/eclipselink/releases/1.1.4/eclipselink-1.1.4.v20100812-r7860.zip&mirror_id=1&r=1]]></download-url>
<license-url><![CDATA[https://www.eclipse.org/legal/epl-v10.html]]></license-url>>
<include>eclipselink/jlib/eclipselink.jar</include>
<include>eclipselink/jlib/jpa/javax.persistence_1.0.0.v200905011740.jar</include>
<attributes>
......
......@@ -10,17 +10,20 @@
<category name="Website"/>
<entry id="git_1" category="Build/Git">
<question>Where are the source code repositories for the webtools project?</question>
<answer>WTP's source code repositories are hosted on Eclipse.org and accessed through Gerrit. The following pages allow browsing the repositories and list the current cloning URLs at the bottom of the respective pages:<br/>
<a href="https://git.eclipse.org/c/gerrit/webtools-common/webtools.common.git">webtools.common</a><br/>
<a href="https://git.eclipse.org/c/gerrit/dali/webtools.dali.git">webtools.dali</a><br/>
<a href="https://git.eclipse.org/c/gerrit/jeetools/webtools.javaee.git">webtools.javaee</a><br/>
<a href="https://git.eclipse.org/c/gerrit/jsdt/webtools.jsdt.git">webtools.jsdt</a><br/>
<a href="https://git.eclipse.org/c/jsf/webtools.jsf.git">webtools.jsf</a><br/>
<a href="https://git.eclipse.org/c/gerrit/servertools/webtools.servertools.git">webtools.servertools</a><br/>
<a href="https://git.eclipse.org/c/gerrit/sourceediting/webtools.sourceediting.git">webtools.sourceediting</a><br/>
<a href="https://git.eclipse.org/c/gerrit/webservices/webtools.webservices.git">webtools.webservices</a><br/>
<answer>The source code repositories that contain the code for the webtools project are hosted on GitHub:<br/>
<a href="https://github.com/eclipse-wtp-common/webtools.common">webtools.common</a><br/>
<a href="https://github.com/eclipse-dali/webtools.dali">webtools.dali</a><br/>
<a href="https://github.com/eclipse-jeetools/webtools.javaee">webtools.javaee</a><br/>
<a href="https://github.com/eclipse-jsf/webtools.jsf">webtools.jsf</a><br/>
<a href="https://github.com/eclipse-servertools/servertools">webtools.servertools</a><br/>
<a href="https://github.com/eclipse-sourceediting/sourceediting">webtools.sourceediting</a><br/>
<a href="https://github.com/eclipse-webservices/webservices">webtools.webservices</a><br/>
<a href="https://github.com/eclipse-jsdt/webtools.jsdt">webtools.jsdt</a>
<br/>
All of the repositories are controlled by <a href="https://wiki.eclipse.org/WTP_Gerrit_Access">Gerrit</a>.
The website and repositories for release engineering are hosted on the GitLab from the Eclipse Foundation:<br/>
<a href="https://gitlab.eclipse.org/eclipse/webtools/webtools-website">Webtools Website</a><br/>
<a href="https://gitlab.eclipse.org/eclipse/webtools/releng/webtools-releng">Webtools Releng</a><br/>
<a href="https://gitlab.eclipse.org/eclipse/webtools/releng/webtools-releng-aggregator">Webtools Releng Aggregator</a><br/>
</answer>
</entry>
<entry id="website_1" category="Website">
......@@ -33,7 +36,7 @@
<entry id="website_2" category="Website">
<question>How do I update the WTP website?</question>
<answer>
The web site is itself hosted within a git repository, whose page can be found <a href="https://git.eclipse.org/c/www.eclipse.org/webtools.git/">here</a>. Updates pushed to it are not made live immediately, but periodically published within a matter of minutes.
The web site is itself hosted within a git repository, whose page can be found <a href="https://gitlab.eclipse.org/eclipse/webtools/webtools-website">here</a>. Updates pushed to it are not made live immediately, but periodically published within a matter of minutes.
</answer>
</entry>
<entry id="general_1" category="General">
......@@ -243,7 +246,7 @@
<li>
Add your plug-in to the appropriate feature.xml. Features are typically in their own directory.
For example, for Common you can find features
under the top-level <code>features</code> <a href="https://git.eclipse.org/c/gerrit/webtools-common/webtools.common.git/tree/features">directory</a>.
under the top-level <code>features</code> <a href="https://github.com/eclipse-wtp-common/webtools.common/tree/master/features">directory</a>.
<b>Your plug-in will need its requirements to be provided in the feature or that feature's dependencies.</b>
</li>
<li>
......
......@@ -76,73 +76,73 @@ $wtpTopButtons
<h3>Subprojects</h3>
<ul>
<li>
<b>Common Components</b>&nbsp;<a href="common/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Common Components</b>&nbsp;<a href="common/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$commonoverview
<br /> <a href="common/">more about common components &raquo;</a>
</li>
<li>
<b>Dali JPA Tools</b>&nbsp;<a href="dali/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Dali JPA Tools</b>&nbsp;<a href="dali/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$dalioverview
<br /> <a href="dali/">more about dali &raquo;</a>
</li>
<li>
<b>EJB Tools</b>&nbsp;<a href="ejb/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>EJB Tools</b>&nbsp;<a href="ejb/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$ejboverview
<br /> <a href="ejb/">more about EJB Tools&raquo;</a>
</li>
<li>
<b>Enterprise Tools for the OSGi Service Platform (Libra)</b>&nbsp;<a href="libra/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Enterprise Tools for the OSGi Service Platform (Libra)</b>&nbsp;<a href="libra/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$libraoverview
<br /> <a href="libra/">more about Libra&raquo;</a>
</li>
<li>
<b>Java EE Tools</b>&nbsp;<a href="jee/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Java EE Tools</b>&nbsp;<a href="jee/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$jeeoverview
<br /> <a href="jee/">more about Java EE Tools&raquo;</a>
</li>
<li>
<b>JavaScript Development Tools (JSDT)</b>&nbsp;<a href="jsdt"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>JavaScript Development Tools (JSDT)</b>&nbsp;<a href="jsdt"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$jsdtoverview
<br /> <a href="jsdt">more about JavaScript Development Tools&raquo;</a>
</li>
<li>
<b>JavaServer Faces Tools (JSF)</b>&nbsp;<a href="jsf/main.php"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>JavaServer Faces Tools (JSF)</b>&nbsp;<a href="jsf/main.php"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$jsfoverview
<br /> <a href="jsf/main.php">more about jsf &raquo;</a>
</li>
<li>
<b>Release Engineering (releng)</b>&nbsp;<a href="releng/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Release Engineering (releng)</b>&nbsp;<a href="releng/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$relengoverview
<br /> <a href="releng/">more about Releng&raquo;</a>
</li>
<li>
<b>Server Tools</b>&nbsp;<a href="server/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Server Tools</b>&nbsp;<a href="server/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$serveroverview
<br /> <a href="server/">more about Server Tools&raquo;</a>
</li>
<li>
<b>Source Editing</b>&nbsp;<a href="sse/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Source Editing</b>&nbsp;<a href="sse/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$sseoverview
<br /> <a href="sse/">more about source editing&raquo;</a>
</li>
<li>
<b>Web Services Tools</b>&nbsp;<a href="ws/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Web Services Tools</b>&nbsp;<a href="ws/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$wsoverview
<br /> <a href="ws/">more about Web services tools&raquo;</a>
</li>
<li>
<b>WTP Incubator</b>&nbsp;<a href="ws/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>WTP Incubator</b>&nbsp;<a href="ws/"><img src="https://eclipse.org/images/more.gif" title="More..." alt="More..." /></a>
<br />
$incoverview
<br /> <a href="incubator/">more about WTP Incubator&raquo;</a>
......@@ -154,8 +154,8 @@ $wtpTopButtons
<div id="rightcolumn">
<div class="sideitem">
<h6>$newsTitle
<a href="/webtools/news.php"><img src="/images/more.gif" title="More..." alt="[More]" /></a>
<a href="/webtools/news/"><img src="/images/rss.gif" align="right" title="RSS Feed" alt="[RSS]" /></a>
<a href="/webtools/news.php"><img src="https://eclipse.org/images/more.gif" title="More..." alt="[More]" /></a>
<a href="/webtools/news/"><img src="https://eclipse.org/images/rss.gif" align="right" title="RSS Feed" alt="[RSS]" /></a>
</h6>
$wtpnews
</div>
......
......@@ -5,8 +5,8 @@
<library>
<name>JSF 1.1 (Apache MyFaces JSF-1.1 API 1.1.8)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[http://archive.apache.org/dist/myfaces/binaries/myfaces-core-1.1.8-bin.zip]]></download-url>
<license-url><![CDATA[http://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<download-url><![CDATA[https://archive.apache.org/dist/myfaces/binaries/myfaces-core-1.1.8-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<include>
myfaces-core-1.1.8/lib/commons-beanutils-1.7.0.jar,
myfaces-core-1.1.8/lib/commons-collections-3.1.jar,
......@@ -24,24 +24,6 @@
</library>
<!-- JSF 1.1 (RI) -->
<library>
<name>JSF 1.1 (JavaServer Faces API Reference Impl. 1.1_02-b08)</name>
<download-provider>Oracle Corporation</download-provider>
<download-url><![CDATA[https://java.net/downloads/javaserverfaces/release/1.1/1.1_02/binary/jsf-1_1_02.zip]]></download-url>
<license-url><![CDATA[http://glassfish.java.net/public/CDDL+GPL_1_1.html]]></license-url>
<include>
jsf-1.1_02-b08/lib/commons-beanutils.jar,
jsf-1.1_02-b08/lib/commons-collections.jar,
jsf-1.1_02-b08/lib/commons-digester.jar,
jsf-1.1_02-b08/lib/commons-logging.jar,
jsf-1.1_02-b08/lib/jsf-api.jar,
jsf-1.1_02-b08/lib/jsf-impl.jar
</include>
<attributes>
<component>jsf-1.1_02-b08/lib/jsf-api.jar</component>
</attributes>
</library>
<!-- JSF 1.1 (RI) no longer available -->
</libraries>
\ No newline at end of file
</libraries>
......@@ -5,8 +5,8 @@
<library>
<name>JSF 1.2 (Apache Myfaces JSF Core-1.2 API 1.2.9)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[http://archive.apache.org/dist/myfaces/binaries/myfaces-core-1.2.9-bin.zip]]></download-url>
<license-url><![CDATA[http://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<download-url><![CDATA[https://archive.apache.org/dist/myfaces/binaries/myfaces-core-1.2.9-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-1.2.9-bin/lib/commons-beanutils-1.7.0.jar,
......@@ -26,18 +26,18 @@
<!-- JSF 1.2 (Mojarra) -->
<library>
<name>JSF 1.2 (Mojarra JSF API Implementation 1.2_15-b01-FCS)</name>
<name>JSF 1.2 (Mojarra JSF API Implementation 1.2_16)</name>
<download-provider>Oracle Corporation</download-provider>
<download-url><![CDATA[https://java.net/downloads/javaserverfaces/release/1.2_15//mojarra-1.2_15-b01-FCS-binary.zip]]></download-url>
<license-url><![CDATA[http://glassfish.java.net/public/CDDL+GPL_1_1.html]]></license-url>
<download-url><![CDATA[https://javaee.github.io/javaserverfaces/release/1.2_16/mojarra-1.2_16-binary.zip]]></download-url>
<license-url><![CDATA[https://spdx.org/licenses/CDDL-1.1.html]]></license-url>
<include>
mojarra-1.2_15-b01-FCS/lib/jsf-api.jar,
mojarra-1.2_15-b01-FCS/lib/jsf-impl.jar
mojarra-1.2_16-20110421-SNAPSHOT/lib/jsf-api.jar,
mojarra-1.2_16-20110421-SNAPSHOT/lib/jsf-impl.jar
</include>
<attributes>
<component>mojarra-1.2_15-b01-FCS/lib/jsf-api.jar</component>
<component>mojarra-1.2_16-20110421-SNAPSHOT/lib/jsf-api.jar</component>
</attributes>
</library>
</libraries>
\ No newline at end of file
</libraries>
......@@ -5,8 +5,8 @@
<library>
<name>JSF 2.0 (Apache Myfaces JSF Core-2.0 API 2.0.2)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[http://archive.apache.org/dist/myfaces/binaries/myfaces-core-2.0.2-bin.zip]]></download-url>
<license-url><![CDATA[http://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<download-url><![CDATA[https://archive.apache.org/dist/myfaces/binaries/myfaces-core-2.0.2-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-2.0.2-bin/lib/commons-beanutils-1.8.3.jar,
......@@ -24,20 +24,6 @@
</library>
<!-- JSF 2.0 (Mojarra) -->
<library>
<name>JSF 2.0 (Mojarra 2.0.3-FCS)</name>
<download-provider>Oracle Corporation</download-provider>
<download-url><![CDATA[https://java.net/downloads/javaserverfaces/release/2.0.3/mojarra-2.0.3-FCS-binary.zip]]></download-url>
<license-url><![CDATA[http://glassfish.java.net/public/CDDL+GPL_1_1.html]]></license-url>
<include>
mojarra-2.0.3-FCS/lib/jsf-api.jar,
mojarra-2.0.3-FCS/lib/jsf-impl.jar
</include>
<attributes>
<component>mojarra-2.0.3-FCS/lib/jsf-api.jar</component>
</attributes>
</library>
<!-- JSF 2.0 (Mojarra) only available via Maven -->
</libraries>
\ No newline at end of file
</libraries>
......@@ -5,8 +5,8 @@
<library>
<name>JSF 2.1 (Apache MyFaces 2.1.5)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[http://archive.apache.org/dist/myfaces/binaries/myfaces-core-assembly-2.1.5-bin.zip]]></download-url>
<license-url><![CDATA[http://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<download-url><![CDATA[https://archive.apache.org/dist/myfaces/binaries/myfaces-core-assembly-2.1.5-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-2.1.5-bin/lib/commons-beanutils-1.8.3.jar,
......@@ -23,19 +23,6 @@
</library>
<!-- JSF 2.1 (Mojarra) -->
<library>
<name>JSF 2.1 (Mojarra 2.1.6-FCS)</name>
<download-provider>Oracle Corporation</download-provider>
<download-url><![CDATA[https://java.net/downloads/javaserverfaces/release/mojarra-2.1.6-FCS-binary.zip]]></download-url>
<license-url><![CDATA[http://glassfish.java.net/public/CDDL+GPL_1_1.html]]></license-url>
<include>
mojarra-2.1.6-FCS/lib/javax.faces.jar
</include>
<attributes>
<component>mojarra-2.1.6-FCS/lib/javax.faces.jar</component>
</attributes>
</library>
<!-- JSF 2.1 (Mojarra) only available via Maven -->
</libraries>
\ No newline at end of file
</libraries>
......@@ -2,41 +2,27 @@
<!-- JSF 2.2 (Apache MyFaces) -->
<!--
<library>
<name>JSF 2.2 (Apache MyFaces 2.1.9)</name>
<name>JSF 2.2 (Apache MyFaces 2.2.15)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[http://archive.apache.org/dist/myfaces/binaries/myfaces-core-assembly-2.1.9-bin.zip]]></download-url>
<license-url><![CDATA[http://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<download-url><![CDATA[https://dlcdn.apache.org/myfaces/binaries/myfaces-core-assembly-2.2.15-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-2.1.9-bin/lib/commons-beanutils-1.8.3.jar,
myfaces-core-2.1.9-bin/lib/commons-codec-1.3.jar,
myfaces-core-2.1.9-bin/lib/commons-collections-3.2.jar,
myfaces-core-2.1.9-bin/lib/commons-digester-1.8.jar,
myfaces-core-2.1.9-bin/lib/commons-logging-1.1.1.jar,
myfaces-core-2.1.9-bin/lib/myfaces-api-2.1.9.jar,
myfaces-core-2.1.9-bin/lib/myfaces-impl-2.1.9.jar
myfaces-core-2.2.15-bin/lib/commons-beanutils-1.9.4.jar,
myfaces-core-2.2.15-bin/lib/commons-collections-3.2.2.jar,
myfaces-core-2.2.15-bin/lib/commons-digester-1.8.jar,
myfaces-core-2.2.15-bin/lib/commons-logging-1.1.1.jar,
myfaces-core-2.2.15-bin/lib/geronimo-atinject_1.0_spec-1.0.jar,
myfaces-core-2.2.15-bin/lib/myfaces-api-2.2.15.jar,
myfaces-core-2.2.15-bin/lib/myfaces-bundle-2.2.15.jar,
myfaces-core-2.2.15-bin/lib/myfaces-impl-2.2.15.jar
</include>
<attributes>
<component>myfaces-core-2.1.9-bin/lib/myfaces-api-2.1.9.jar</component>
<component>myfaces-core-2.2.15-bin/lib/myfaces-api-2.2.15.jar</component>
</attributes>
</library> -->
<!-- JSF 2.2 (Mojarra) -->
<library>
<name>JSF 2.2 (Mojarra 2.2.0)</name>
<download-provider>Oracle Corporation</download-provider>
<download-url><![CDATA[https://java.net/downloads/javaserverfaces/release/mojarra-2.2.0-FCS-binary.zip]]></download-url>
<license-url><![CDATA[http://glassfish.java.net/public/CDDL+GPL_1_1.html]]></license-url>
<include>
mojarra-2.2.0-FCS/lib/javax.faces.jar
</include>
<attributes>
<component>mojarra-2.2.0-FCS/lib/javax.faces.jar</component>
</attributes>
</library>
<!-- JSF 2.2 (Mojarra) only available via Maven -->
</libraries>
\ No newline at end of file
</libraries>
<libraries>
<!-- JSF 2.3 (Apache MyFaces) -->
<library>
<name>JSF 2.3 (Apache MyFaces 2.3.10)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[https://dlcdn.apache.org/myfaces/binaries/myfaces-core-assembly-2.3.10-bin.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<component/>
<include>
myfaces-core-2.3.10-bin/lib/commons-beanutils-1.9.4.jar,
myfaces-core-2.3.10-bin/lib/commons-collections-3.2.2.jar,
myfaces-core-2.3.10-bin/lib/commons-digester-1.8.jar,
myfaces-core-2.3.10-bin/lib/commons-logging-1.1.1.jar,
myfaces-core-2.3.10-bin/lib/myfaces-api-2.3.10.jar,
myfaces-core-2.3.10-bin/lib/myfaces-bundle-2.3.10.jar,
myfaces-core-2.3.10-bin/lib/myfaces-impl-2.3.10.jar
</include>
<attributes>
<component>myfaces-core-2.3.10-bin/lib/myfaces-api-2.3.10.jar</component>
</attributes>
</library>
<!-- JSF 2.3 (Mojarra) only available via Maven -->
</libraries>
<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>
......@@ -3,8 +3,8 @@
<library>
<name>JSTL 1.1 (JavaServer Pages Standard Tag Library API Reference Implementation 1.1.2)</name>
<download-provider>The Apache Software Foundation</download-provider>
<download-url><![CDATA[http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/jakarta-taglibs-standard-1.1.2.zip]]></download-url>
<license-url><![CDATA[http://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<download-url><![CDATA[https://archive.apache.org/dist/jakarta/taglibs/standard/binaries/jakarta-taglibs-standard-1.1.2.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<include>
jakarta-taglibs-standard-1.1.2/lib/jstl.jar,
jakarta-taglibs-standard-1.1.2/lib/standard.jar
......@@ -14,4 +14,4 @@
</attributes>
</library>
</libraries>
\ No newline at end of file
</libraries>
......@@ -3,8 +3,8 @@
<library>
<name>JSTL 1.2 (JavaServer Pages Standard Tag Library (JSTL) 1.2.0.1)</name>
<download-provider>Oracle Corporation</download-provider>
<download-url><![CDATA[http://download.oracle.com/otn_software/oepe/libraries/jstl-1.2.zip]]></download-url>
<license-url><![CDATA[http://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<download-url><![CDATA[https://download.oracle.com/otn_software/oepe/libraries/jstl-1.2.zip]]></download-url>
<license-url><![CDATA[https://www.apache.org/licenses/LICENSE-2.0.txt]]></license-url>
<include>
lib/glassfish.jstl_1.2.0.1.jar
</include>
......@@ -13,4 +13,4 @@
</attributes>
</library>
</libraries>
\ No newline at end of file
</libraries>