project.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. <!-- Do not use Project Properties customizer when editing this file manually. -->
  7. <name>Kawa-invoke</name>
  8. <properties/>
  9. <folders>
  10. <source-folder>
  11. <label>Source Packages</label>
  12. <location>.</location>
  13. </source-folder>
  14. <source-folder>
  15. <label>Source Packages</label>
  16. <type>java</type>
  17. <location>.</location>
  18. </source-folder>
  19. </folders>
  20. <ide-actions>
  21. <action name="build">
  22. <target>all</target>
  23. </action>
  24. <action name="clean">
  25. <target>clean</target>
  26. </action>
  27. <action name="run">
  28. <target>run</target>
  29. </action>
  30. <action name="rebuild">
  31. <target>clean</target>
  32. <target>all</target>
  33. </action>
  34. <action name="run.single">
  35. <script>nbproject/ide-file-targets.xml</script>
  36. <target>run-selected-file-in-work3</target>
  37. <context>
  38. <property>run.class</property>
  39. <folder>.</folder>
  40. <pattern>\.java$</pattern>
  41. <format>java-name</format>
  42. <arity>
  43. <one-file-only/>
  44. </arity>
  45. </context>
  46. </action>
  47. <action name="debug.single">
  48. <script>nbproject/ide-file-targets.xml</script>
  49. <target>debug-selected-file-in-work3</target>
  50. <context>
  51. <property>debug.class</property>
  52. <folder>.</folder>
  53. <pattern>\.java$</pattern>
  54. <format>java-name</format>
  55. <arity>
  56. <one-file-only/>
  57. </arity>
  58. </context>
  59. </action>
  60. <action name="debug">
  61. <script>nbproject/ide-targets.xml</script>
  62. <target>debug-nb</target>
  63. </action>
  64. </ide-actions>
  65. <export>
  66. <type>jar</type>
  67. <location>kawa-1.9.3.jar</location>
  68. <build-target>all</build-target>
  69. </export>
  70. <view>
  71. <items>
  72. <source-folder style="packages">
  73. <label>Source Packages</label>
  74. <location>.</location>
  75. </source-folder>
  76. <source-file>
  77. <location>build.xml</location>
  78. </source-file>
  79. </items>
  80. <context-menu>
  81. <ide-action name="build"/>
  82. <ide-action name="rebuild"/>
  83. <ide-action name="clean"/>
  84. <ide-action name="run"/>
  85. <ide-action name="debug"/>
  86. </context-menu>
  87. </view>
  88. <subprojects/>
  89. </general-data>
  90. <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
  91. <compilation-unit>
  92. <package-root>.</package-root>
  93. <built-to>kawa-1.9.3.jar</built-to>
  94. <source-level>1.5</source-level>
  95. </compilation-unit>
  96. </java-data>
  97. <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
  98. <module name="org-netbeans-modules-editor-indent">
  99. <node name="CodeStyle">
  100. <node name="project"/>
  101. </node>
  102. <node name="text">
  103. <node name="x-java">
  104. <node name="CodeStyle">
  105. <node name="project"/>
  106. </node>
  107. <node name="project"/>
  108. </node>
  109. <node name="project"/>
  110. <node name="CodeStyle"/>
  111. <node name="x-ant+xml">
  112. <node name="CodeStyle">
  113. <node name="project"/>
  114. </node>
  115. </node>
  116. </node>
  117. <node name="project"/>
  118. <node name="x-java"/>
  119. </module>
  120. <module name="org-netbeans-modules-html-editor-lib"/>
  121. <module name="org-netbeans-modules-projectimport-eclipse-core"/>
  122. </preferences>
  123. </configuration>
  124. </project>