/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/webapp/WEB-INF/web.xml

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-23 07:33:51 UTC
  • mto: (15.1.9 magstudentportal-more-db)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: gustav.hartvigsson@gmail.com-20170823073351-el0kay8wsdejx9tj
* Added JUnit and javax.faces dependancies to the pom.xml.
* Added a ConfigBean, so that some settings and such
  that are used in many places be easier to handle.
* Made the page_header.xhtml template strings from the ConfigBean.
* Started to add tests.

* TODO; Figure out why the balls <h:head> ans <h:body> is not renderd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
 
3
3
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
 
         xmlns="http://java.sun.com/xml/ns/javaee"
5
 
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
 
4
  xmlns="http://java.sun.com/xml/ns/javaee"
 
5
  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
6
6
      http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
7
 
         version="2.5">
 
7
  version="2.5">
8
8
 
9
9
  <description>MyProject web.xml</description>
10
10
 
25
25
  <welcome-file-list>
26
26
    <welcome-file>index.xhtml</welcome-file>
27
27
  </welcome-file-list>
28
 
 
29
28
</web-app>
 
 
b'\\ No newline at end of file'