Fix Resharper file template
Xml name space should be `http://www.springframework.net/database` in Resharper file template.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<Property key="ValidateFileName" value="False" />
|
||||
</CustomProperties>
|
||||
</Template>
|
||||
<Template uid="b55397cb-9ad8-4b70-98aa-d5fa5fba17b0" shortcut="" description="Spring Object Definitions" text="<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net"
 xmlns:v='http://www.springframework.net/validation'
 xmlns:aop="http://www.springframework.net/aop"
 xmlns:db="http://www.springframework.net/db"
 xmlns:r="http://www.springframework.net/remoting">

 <!-- add object definitions here -->
 $END$
 
</objects>" reformat="True" shortenQualifiedReferences="True">
|
||||
<Template uid="b55397cb-9ad8-4b70-98aa-d5fa5fba17b0" shortcut="" description="Spring Object Definitions" text="<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net"
 xmlns:v='http://www.springframework.net/validation'
 xmlns:aop="http://www.springframework.net/aop"
 xmlns:db="http://www.springframework.net/database"
 xmlns:r="http://www.springframework.net/remoting">

 <!-- add object definitions here -->
 $END$
 
</objects>" reformat="True" shortenQualifiedReferences="True">
|
||||
<Categories />
|
||||
<Variables />
|
||||
<CustomProperties>
|
||||
|
||||
Reference in New Issue
Block a user