Layer files now invalid w/o newline & doctype?
authortim.boudreau@kii.com
Wed, 22 Dec 2010 09:15:04 -0500
changeset 172657a645861f6bd
parent 17264 0a5ebec019f7
child 17267 f39b5a3d6c19
child 17272 16f1ebd54eea
child 17444 0eebbace01f0
Layer files now invalid w/o newline & doctype?
annoyancewhacker/src/org/netbeans/modules/annoyancewhacker/layer.xml
     1.1 --- a/annoyancewhacker/src/org/netbeans/modules/annoyancewhacker/layer.xml	Wed Dec 08 19:07:41 2010 -0500
     1.2 +++ b/annoyancewhacker/src/org/netbeans/modules/annoyancewhacker/layer.xml	Wed Dec 22 09:15:04 2010 -0500
     1.3 @@ -1,4 +1,5 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.0//EN" "http://www.netbeans.org/dtds/filesystem-1_0.dtd">
     1.6  <filesystem>
     1.7      <folder name="Preferences">
     1.8          <folder name="org">
     1.9 @@ -22,4 +23,4 @@
    1.10          <file name="Standard.xml" url="toolbars.xml"/>
    1.11          <file name="Debugging.xml" url="toolbars_debugging.xml"/>
    1.12      </folder>
    1.13 -</filesystem>
    1.14 \ No newline at end of file
    1.15 +</filesystem>