Skip to content

Commit

Permalink
Fix Resharper file template
Browse files Browse the repository at this point in the history
Xml name space should be `http://www.springframework.net/database` in
Resharper file template.
  • Loading branch information
serra committed Mar 12, 2012
1 parent 0bc9f65 commit 4759910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/resharper/spring_r#_file-templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Property key="ValidateFileName" value="False" />
</CustomProperties>
</Template>
<Template uid="b55397cb-9ad8-4b70-98aa-d5fa5fba17b0" shortcut="" description="Spring Object Definitions" text="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;&#xA;&lt;objects xmlns=&quot;http://www.springframework.net&quot;&#xD;&#xA; xmlns:v='http://www.springframework.net/validation'&#xD;&#xA; xmlns:aop=&quot;http://www.springframework.net/aop&quot;&#xD;&#xA; xmlns:db=&quot;http://www.springframework.net/db&quot;&#xD;&#xA; xmlns:r=&quot;http://www.springframework.net/remoting&quot;&gt;&#xD;&#xA;&#xA; &lt;!-- add object definitions here --&gt;&#xA; $END$&#xA; &#xA;&lt;/objects&gt;" reformat="True" shortenQualifiedReferences="True">
<Template uid="b55397cb-9ad8-4b70-98aa-d5fa5fba17b0" shortcut="" description="Spring Object Definitions" text="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;&#xA;&lt;objects xmlns=&quot;http://www.springframework.net&quot;&#xD;&#xA; xmlns:v='http://www.springframework.net/validation'&#xD;&#xA; xmlns:aop=&quot;http://www.springframework.net/aop&quot;&#xD;&#xA; xmlns:db=&quot;http://www.springframework.net/database&quot;&#xD;&#xA; xmlns:r=&quot;http://www.springframework.net/remoting&quot;&gt;&#xD;&#xA;&#xA; &lt;!-- add object definitions here --&gt;&#xA; $END$&#xA; &#xA;&lt;/objects&gt;" reformat="True" shortenQualifiedReferences="True">
<Categories />
<Variables />
<CustomProperties>
Expand Down

0 comments on commit 4759910

Please sign in to comment.