per xsd, web fragment's name should be a valid java identifier. (#2506)
This commit is contained in:
parent
737f7a7ea6
commit
18e839d2a1
|
|
@ -2,7 +2,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd">
|
||||
|
||||
<name>dubbo-fragment</name>
|
||||
<name>dubbo_fragment</name>
|
||||
|
||||
<ordering>
|
||||
<before>
|
||||
|
|
|
|||
Loading…
Reference in New Issue