~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to languages/sql/src/org/netbeans/modules/languages/sql/layer.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
The contents of this file are subject to the terms of the Common Development
 
4
and Distribution License (the License). You may not use this file except in
 
5
compliance with the License.
 
6
 
 
7
You can obtain a copy of the License at http://www.netbeans.org/cddl.html
 
8
or http://www.netbeans.org/cddl.txt.
 
9
 
 
10
When distributing Covered Code, include this CDDL Header Notice in each file
 
11
and include the License file at http://www.netbeans.org/cddl.txt.
 
12
If applicable, add the following below the CDDL Header, with the fields
 
13
enclosed by brackets [] replaced by your own identifying information:
 
14
"Portions Copyrighted [year] [name of copyright owner]"
 
15
 
 
16
The Original Software is NetBeans. The Initial Developer of the Original
 
17
Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 
18
Microsystems, Inc. All Rights Reserved.
 
19
-->
 
20
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
 
21
<filesystem>
 
22
    <folder name="Services">
 
23
        <folder name="MIMEResolver">
 
24
            <file name="SQL.xml" url="SQL.xml">
 
25
                <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.languages.sql.Bundle"/>
 
26
            </file>
 
27
        </folder>
 
28
    </folder>
 
29
    <folder name="Editors">
 
30
        <folder name="text">
 
31
            <folder name="x-sql2">
 
32
                <file name="language.nbs" url="SQL.nbs"/>
 
33
            </folder>
 
34
        </folder>
 
35
    </folder>
 
36
</filesystem>