/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-28 14:01:22 UTC
  • mfrom: (15.1.10 magstudentportal-more-db)
  • Revision ID: gustav.hartvigsson@gmail.com-20170828140122-dfqs6oxweh0zjzlj
* Merged stuff into trunk

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'