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