diff --git a/help/help-tool/pom.xml b/help/help-tool/pom.xml
index 0697b19fae66..d1989824fbf4 100644
--- a/help/help-tool/pom.xml
+++ b/help/help-tool/pom.xml
@@ -29,8 +29,8 @@
sakai-component-manager
- org.sakaiproject.jsf
- jsf-tool-sun
+ org.sakaiproject.jsf2
+ jsf2-tool-sun
pom
@@ -57,6 +57,11 @@
org.apache.commons
commons-lang3
+
+ org.jboss.weld.servlet
+ weld-servlet-shaded
+ ${sakai.weld.shaded.version}
+
diff --git a/help/help-tool/src/java/org/sakaiproject/jsf/help/ContextSensitiveTreeRender.java b/help/help-tool/src/java/org/sakaiproject/jsf/help/ContextSensitiveTreeRender.java
index 502099645ca3..008e93e39495 100644
--- a/help/help-tool/src/java/org/sakaiproject/jsf/help/ContextSensitiveTreeRender.java
+++ b/help/help-tool/src/java/org/sakaiproject/jsf/help/ContextSensitiveTreeRender.java
@@ -40,7 +40,7 @@
import org.sakaiproject.api.app.help.Resource;
import org.sakaiproject.component.cover.ComponentManager;
import org.sakaiproject.component.api.ServerConfigurationService;
-import org.sakaiproject.jsf.util.LocaleUtil;
+import org.sakaiproject.jsf2.util.LocaleUtil;
/**
* render response
diff --git a/help/help-tool/src/java/org/sakaiproject/tool/help/HelpJsfTool.java b/help/help-tool/src/java/org/sakaiproject/tool/help/HelpJsfTool.java
index 98accfc62daf..6a9e98d3a633 100644
--- a/help/help-tool/src/java/org/sakaiproject/tool/help/HelpJsfTool.java
+++ b/help/help-tool/src/java/org/sakaiproject/tool/help/HelpJsfTool.java
@@ -30,7 +30,7 @@
import javax.servlet.http.HttpServletResponse;
import org.sakaiproject.component.cover.ServerConfigurationService;
-import org.sakaiproject.jsf.util.JsfTool;
+import org.sakaiproject.jsf2.util.JsfTool;
import org.sakaiproject.util.Web;
/**
diff --git a/help/help-tool/src/webapp/META-INF/context.xml b/help/help-tool/src/webapp/META-INF/context.xml
new file mode 100644
index 000000000000..79267c9d6fdb
--- /dev/null
+++ b/help/help-tool/src/webapp/META-INF/context.xml
@@ -0,0 +1,6 @@
+
+
+
\ No newline at end of file
diff --git a/help/help-tool/src/webapp/TOCDisplay/main.jsp b/help/help-tool/src/webapp/TOCDisplay/main.jsp
index 3877fa3158f1..aab5fc91589a 100644
--- a/help/help-tool/src/webapp/TOCDisplay/main.jsp
+++ b/help/help-tool/src/webapp/TOCDisplay/main.jsp
@@ -2,7 +2,7 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %>
+<%@ taglib uri="http://sakaiproject.org/jsf2/sakai" prefix="sakai" %>
<%-- Custom tag library just for this tool --%>
<%@ taglib uri="http://sakaiproject.org/jsf/help" prefix="help" %>
diff --git a/help/help-tool/src/webapp/WEB-INF/beans.xml b/help/help-tool/src/webapp/WEB-INF/beans.xml
new file mode 100644
index 000000000000..51e8caf9f902
--- /dev/null
+++ b/help/help-tool/src/webapp/WEB-INF/beans.xml
@@ -0,0 +1,6 @@
+
+
+
\ No newline at end of file
diff --git a/help/help-tool/src/webapp/WEB-INF/faces-config.xml b/help/help-tool/src/webapp/WEB-INF/faces-config.xml
index 3a8a9c43be76..265eb6802b4e 100644
--- a/help/help-tool/src/webapp/WEB-INF/faces-config.xml
+++ b/help/help-tool/src/webapp/WEB-INF/faces-config.xml
@@ -1,10 +1,10 @@
-
-
-
+
diff --git a/help/help-tool/src/webapp/WEB-INF/web.xml b/help/help-tool/src/webapp/WEB-INF/web.xml
index ba8019422d57..7ccf521cb7dc 100644
--- a/help/help-tool/src/webapp/WEB-INF/web.xml
+++ b/help/help-tool/src/webapp/WEB-INF/web.xml
@@ -1,8 +1,9 @@
-
+
sakai-help
Sakai Help Tool
diff --git a/help/help-tool/src/webapp/main.jsp b/help/help-tool/src/webapp/main.jsp
index b91a6431adb4..d1ba2ce1d1ac 100644
--- a/help/help-tool/src/webapp/main.jsp
+++ b/help/help-tool/src/webapp/main.jsp
@@ -3,7 +3,7 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %>
+<%@ taglib uri="http://sakaiproject.org/jsf2/sakai" prefix="sakai" %>
<%-- Custom tag library just for this tool --%>
<%@ taglib uri="http://sakaiproject.org/jsf/help" prefix="help" %>
diff --git a/help/help-tool/src/webapp/question/display.jsp b/help/help-tool/src/webapp/question/display.jsp
index 3892a7215883..ee81fdc51f55 100644
--- a/help/help-tool/src/webapp/question/display.jsp
+++ b/help/help-tool/src/webapp/question/display.jsp
@@ -1,6 +1,6 @@
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %>
+<%@ taglib uri="http://sakaiproject.org/jsf2/sakai" prefix="sakai" %>
diff --git a/help/help-tool/src/webapp/question/main.jsp b/help/help-tool/src/webapp/question/main.jsp
index e695f936d6bd..694ab2dedcf8 100644
--- a/help/help-tool/src/webapp/question/main.jsp
+++ b/help/help-tool/src/webapp/question/main.jsp
@@ -1,6 +1,6 @@
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %>
+<%@ taglib uri="http://sakaiproject.org/jsf2/sakai" prefix="sakai" %>
diff --git a/help/help-tool/src/webapp/search/main.jsp b/help/help-tool/src/webapp/search/main.jsp
index 3bbb17b3536c..e15156c579bc 100644
--- a/help/help-tool/src/webapp/search/main.jsp
+++ b/help/help-tool/src/webapp/search/main.jsp
@@ -2,7 +2,7 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %>
+<%@ taglib uri="http://sakaiproject.org/jsf2/sakai" prefix="sakai" %>
<%-- Custom tag library just for this tool --%>
<%@ taglib uri="http://sakaiproject.org/jsf/help" prefix="help" %>
<%
diff --git a/help/help-tool/src/webapp/tableOfContents/main.jsp b/help/help-tool/src/webapp/tableOfContents/main.jsp
index 1fd942baea69..61423fc9b35c 100644
--- a/help/help-tool/src/webapp/tableOfContents/main.jsp
+++ b/help/help-tool/src/webapp/tableOfContents/main.jsp
@@ -2,7 +2,7 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %>
+<%@ taglib uri="http://sakaiproject.org/jsf2/sakai" prefix="sakai" %>
<%-- Custom tag library just for this tool --%>
<%@ taglib uri="http://sakaiproject.org/jsf/help" prefix="help" %>