Parcourir la source

Added corresponding test directory structure.

Corrected a directory structure mistake.
peter_backlund il y a 19 ans
Parent
révision
ad011fbc57
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      dddsample/src/main/webapp/WEB-INF/web.xml

+ 1
- 1
dddsample/src/main/webapp/WEB-INF/web.xml Voir le fichier

@@ -5,6 +5,6 @@
5 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 7
 
8
-    <display-name></display-name>
8
+    <display-name>DDDSample</display-name>
9 9
 
10 10
 </web-app>