Correcting newlines in text files. All developers should take care that they commit NL files on Unix and CRNL on base_verifier_support
authorjglick@netbeans.org
Wed, 10 Nov 2004 05:16:55 +0000
changeset 54103aa4d44ba454
parent 5409 b0db5755a548
child 5411 01cd9a9fe8dc
Correcting newlines in text files. All developers should take care that they commit NL files on Unix and CRNL on
Windows (and who knows what on Mac OS X). A text file checked out on Unix should always be using NL and CRNL on
Windows if this rule is followed.
paintcatcher/src/org/netbeans/modules/paintcatcher/layer.xml
     1.1 --- a/paintcatcher/src/org/netbeans/modules/paintcatcher/layer.xml	Tue Nov 09 21:00:41 2004 +0000
     1.2 +++ b/paintcatcher/src/org/netbeans/modules/paintcatcher/layer.xml	Wed Nov 10 05:16:55 2004 +0000
     1.3 @@ -1,1 +1,34 @@
     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 <!--
     1.7                 Sun Public License Notice
     1.8 
     1.9 The contents of this file are subject to the Sun Public License
    1.10 Version 1.0 (the "License"). You may not use this file except in
    1.11 compliance with the License. A copy of the License is available at
    1.12 http://www.sun.com/
    1.13 
    1.14 The Original Code is NetBeans. The Initial Developer of the Original
    1.15 Code is Sun Microsystems, Inc. Portions Copyright 1997-2001 Sun
    1.16 Microsystems, Inc. All Rights Reserved.
    1.17 -->
    1.18 <filesystem>
    1.19     <folder name="Actions">
    1.20         <folder name="View">
    1.21             <file name="org-netbeans-modules-paintcatcher-ConfigureAction.instance"/>
    1.22             <file name="org-netbeans-modules-paintcatcher-LogAction.instance"/>
    1.23         </folder>
    1.24     </folder>
    1.25     <folder name="Menu">
    1.26         <folder name="Tools">
    1.27             <file name="org-netbeans-modules-paintcatcher-ConfigureAction.instance"/>
    1.28             <file name="org-netbeans-modules-paintcatcher-LogAction.instance"/>
    1.29         </folder>
    1.30     </folder>
    1.31     <folder name="Toolbars">
    1.32         <folder name="Tools">
    1.33             <file name="org-netbeans-modules-paintcatcher-ConfigureAction.instance"/>
    1.34             <file name="org-netbeans-modules-paintcatcher-LogAction.instance"/>
    1.35         </folder>
    1.36     </folder>
    1.37 </filesystem>
    1.38 
    1.39 \ No newline at end of file
    1.40 +<?xml version="1.0" encoding="UTF-8"?>
    1.41 +<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.0//EN" "http://www.netbeans.org/dtds/filesystem-1_0.dtd">
    1.42 +<!--
    1.43 +                Sun Public License Notice
    1.44 +
    1.45 +The contents of this file are subject to the Sun Public License
    1.46 +Version 1.0 (the "License"). You may not use this file except in
    1.47 +compliance with the License. A copy of the License is available at
    1.48 +http://www.sun.com/
    1.49 +
    1.50 +The Original Code is NetBeans. The Initial Developer of the Original
    1.51 +Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun
    1.52 +Microsystems, Inc. All Rights Reserved.
    1.53 +-->
    1.54 +<filesystem>
    1.55 +    <folder name="Actions">
    1.56 +        <folder name="View">
    1.57 +            <file name="org-netbeans-modules-paintcatcher-ConfigureAction.instance"/>
    1.58 +            <file name="org-netbeans-modules-paintcatcher-LogAction.instance"/>
    1.59 +        </folder>
    1.60 +    </folder>
    1.61 +    <folder name="Menu">
    1.62 +        <folder name="Tools">
    1.63 +            <file name="org-netbeans-modules-paintcatcher-ConfigureAction.instance"/>
    1.64 +            <file name="org-netbeans-modules-paintcatcher-LogAction.instance"/>
    1.65 +        </folder>
    1.66 +    </folder>
    1.67 +    <folder name="Toolbars">
    1.68 +        <folder name="Tools">
    1.69 +            <file name="org-netbeans-modules-paintcatcher-ConfigureAction.instance"/>
    1.70 +            <file name="org-netbeans-modules-paintcatcher-LogAction.instance"/>
    1.71 +        </folder>
    1.72 +    </folder>
    1.73 +</filesystem>