src/Tools/isac/jEdit/contrib/jEdit/nbproject/project.xml
author Marco Steger <m.steger@student.tugraz.at>
Tue, 28 Sep 2010 13:09:19 +0200
branchthe isac plugin for jEdit
changeset 38028 720acd7764d2
parent 38017 f5fea20d3c4f
permissions -rw-r--r--
changed src
m@38017
     1
<?xml version="1.0" encoding="UTF-8"?>
m@38017
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
m@38017
     3
    <type>org.netbeans.modules.ant.freeform</type>
m@38017
     4
    <configuration>
m@38017
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
m@38017
     6
            <name>jEdit</name>
m@38017
     7
        </general-data>
m@38017
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
m@38017
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
m@38017
    10
            <name>jEdit</name>
m@38017
    11
            <properties>
m@38017
    12
                <property name="ant.script">build-nb.xml</property>
m@38017
    13
            </properties>
m@38017
    14
            <folders>
m@38017
    15
                <source-folder>
m@38017
    16
                    <label>jEdit</label>
m@38017
    17
                    <location>.</location>
m@38017
    18
                    <encoding>UTF-8</encoding>
m@38017
    19
                </source-folder>
m@38017
    20
                <source-folder>
m@38017
    21
                    <label>Source Packages</label>
m@38017
    22
                    <type>java</type>
m@38017
    23
                    <location>.</location>
m@38017
    24
                    <excludes>build/** doc/** icons/** macros/** modes/** package-files/**</excludes>
m@38017
    25
                    <encoding>UTF-8</encoding>
m@38017
    26
                </source-folder>
m@38017
    27
            </folders>
m@38017
    28
            <ide-actions>
m@38017
    29
                <action name="build">
m@38017
    30
                    <script>${ant.script}</script>
m@38017
    31
                    <target>build</target>
m@38017
    32
                </action>
m@38017
    33
                <action name="clean">
m@38017
    34
                    <script>${ant.script}</script>
m@38017
    35
                    <target>clean</target>
m@38017
    36
                </action>
m@38017
    37
                <action name="javadoc">
m@38017
    38
                    <script>${ant.script}</script>
m@38017
    39
                    <target>docs-javadoc</target>
m@38017
    40
                </action>
m@38017
    41
                <action name="run">
m@38017
    42
                    <script>${ant.script}</script>
m@38017
    43
                    <target>run</target>
m@38017
    44
                </action>
m@38017
    45
                <action name="rebuild">
m@38017
    46
                    <script>${ant.script}</script>
m@38017
    47
                    <target>clean</target>
m@38017
    48
                    <target>build</target>
m@38017
    49
                </action>
m@38017
    50
                <action name="debug">
m@38017
    51
                    <script>build-nb.xml</script>
m@38017
    52
                    <target>debug-nb</target>
m@38017
    53
                </action>
m@38017
    54
            </ide-actions>
m@38017
    55
            <export>
m@38017
    56
                <type>jar</type>
m@38017
    57
                <location>build/jEdit.jar</location>
m@38017
    58
                <script>${ant.script}</script>
m@38017
    59
                <build-target>build</build-target>
m@38017
    60
            </export>
m@38017
    61
            <view>
m@38017
    62
                <items>
m@38017
    63
                    <source-folder style="packages">
m@38017
    64
                        <label>Source Packages</label>
m@38017
    65
                        <location>.</location>
m@38017
    66
                        <excludes>build/** doc/** icons/** macros/** modes/** package-files/**</excludes>
m@38017
    67
                    </source-folder>
m@38017
    68
                    <source-file>
m@38017
    69
                        <location>${ant.script}</location>
m@38017
    70
                    </source-file>
m@38017
    71
                </items>
m@38017
    72
                <context-menu>
m@38017
    73
                    <ide-action name="build"/>
m@38017
    74
                    <ide-action name="rebuild"/>
m@38017
    75
                    <ide-action name="clean"/>
m@38017
    76
                    <ide-action name="javadoc"/>
m@38017
    77
                    <ide-action name="run"/>
m@38017
    78
                    <ide-action name="debug"/>
m@38017
    79
                </context-menu>
m@38017
    80
            </view>
m@38017
    81
            <subprojects/>
m@38017
    82
        </general-data>
m@38017
    83
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
m@38017
    84
            <compilation-unit>
m@38017
    85
                <package-root>.</package-root>
m@38017
    86
                <classpath mode="compile">.</classpath>
m@38017
    87
                <built-to>build/jEdit.jar</built-to>
m@38017
    88
                <source-level>1.5</source-level>
m@38017
    89
            </compilation-unit>
m@38017
    90
        </java-data>
m@38017
    91
        <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
m@38017
    92
            <module name="org-netbeans-modules-editor-indent">
m@38017
    93
                <node name="CodeStyle">
m@38017
    94
                    <property name="usedProfile" value="default"/>
m@38017
    95
                    <node name="project">
m@38017
    96
                        <property name="spaces-per-tab" value="2"/>
m@38017
    97
                        <property name="tab-size" value="2"/>
m@38017
    98
                        <property name="indent-shift-width" value="2"/>
m@38017
    99
                        <property name="text-limit-width" value="100"/>
m@38017
   100
                        <property name="expand-tabs" value="true"/>
m@38017
   101
                    </node>
m@38017
   102
                </node>
m@38017
   103
                <node name="text">
m@38017
   104
                    <node name="x-java">
m@38017
   105
                        <node name="CodeStyle">
m@38017
   106
                            <node name="project">
m@38017
   107
                                <property name="tab-size" value="4"/>
m@38017
   108
                                <property name="text-limit-width" value="100"/>
m@38017
   109
                                <property name="spaces-per-tab" value="2"/>
m@38017
   110
                                <property name="indent-shift-width" value="2"/>
m@38017
   111
                            </node>
m@38017
   112
                        </node>
m@38017
   113
                    </node>
m@38017
   114
                </node>
m@38017
   115
            </module>
m@38017
   116
        </preferences>
m@38017
   117
    </configuration>
m@38017
   118
</project>