123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://www.netbeans.org/ns/project/1">
- <type>org.netbeans.modules.ant.freeform</type>
- <configuration>
- <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
- <!-- Do not use Project Properties customizer when editing this file manually. -->
- <name>Kawa-invoke</name>
- <properties/>
- <folders>
- <source-folder>
- <label>Source Packages</label>
- <location>.</location>
- </source-folder>
- <source-folder>
- <label>Source Packages</label>
- <type>java</type>
- <location>.</location>
- </source-folder>
- </folders>
- <ide-actions>
- <action name="build">
- <target>all</target>
- </action>
- <action name="clean">
- <target>clean</target>
- </action>
- <action name="run">
- <target>run</target>
- </action>
- <action name="rebuild">
- <target>clean</target>
- <target>all</target>
- </action>
- <action name="run.single">
- <script>nbproject/ide-file-targets.xml</script>
- <target>run-selected-file-in-work3</target>
- <context>
- <property>run.class</property>
- <folder>.</folder>
- <pattern>\.java$</pattern>
- <format>java-name</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- <action name="debug.single">
- <script>nbproject/ide-file-targets.xml</script>
- <target>debug-selected-file-in-work3</target>
- <context>
- <property>debug.class</property>
- <folder>.</folder>
- <pattern>\.java$</pattern>
- <format>java-name</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- <action name="debug">
- <script>nbproject/ide-targets.xml</script>
- <target>debug-nb</target>
- </action>
- </ide-actions>
- <export>
- <type>jar</type>
- <location>kawa-1.9.3.jar</location>
- <build-target>all</build-target>
- </export>
- <view>
- <items>
- <source-folder style="packages">
- <label>Source Packages</label>
- <location>.</location>
- </source-folder>
- <source-file>
- <location>build.xml</location>
- </source-file>
- </items>
- <context-menu>
- <ide-action name="build"/>
- <ide-action name="rebuild"/>
- <ide-action name="clean"/>
- <ide-action name="run"/>
- <ide-action name="debug"/>
- </context-menu>
- </view>
- <subprojects/>
- </general-data>
- <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
- <compilation-unit>
- <package-root>.</package-root>
- <built-to>kawa-1.9.3.jar</built-to>
- <source-level>1.5</source-level>
- </compilation-unit>
- </java-data>
- <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
- <module name="org-netbeans-modules-editor-indent">
- <node name="CodeStyle">
- <node name="project"/>
- </node>
- <node name="text">
- <node name="x-java">
- <node name="CodeStyle">
- <node name="project"/>
- </node>
- <node name="project"/>
- </node>
- <node name="project"/>
- <node name="CodeStyle"/>
- <node name="x-ant+xml">
- <node name="CodeStyle">
- <node name="project"/>
- </node>
- </node>
- </node>
- <node name="project"/>
- <node name="x-java"/>
- </module>
- <module name="org-netbeans-modules-html-editor-lib"/>
- <module name="org-netbeans-modules-projectimport-eclipse-core"/>
- </preferences>
- </configuration>
- </project>
|