Incomplete RESTful API for IRC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>RestIRC</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>RestIRC</name>
  11. <properties/>
  12. <folders>
  13. <source-folder>
  14. <label>RestIRC</label>
  15. <location>.</location>
  16. <encoding>UTF-8</encoding>
  17. </source-folder>
  18. <source-folder>
  19. <label>src</label>
  20. <type>java</type>
  21. <location>src</location>
  22. <encoding>UTF-8</encoding>
  23. </source-folder>
  24. <source-folder>
  25. <label>test</label>
  26. <type>java</type>
  27. <location>test</location>
  28. <encoding>UTF-8</encoding>
  29. </source-folder>
  30. </folders>
  31. <ide-actions>
  32. <action name="build">
  33. <target>compile</target>
  34. </action>
  35. <action name="clean">
  36. <target>clean</target>
  37. </action>
  38. <action name="rebuild">
  39. <target>clean</target>
  40. <target>compile</target>
  41. </action>
  42. <action name="run">
  43. <target>run</target>
  44. </action>
  45. </ide-actions>
  46. <export>
  47. <type>folder</type>
  48. <location>build</location>
  49. <build-target>compile</build-target>
  50. </export>
  51. <view>
  52. <items>
  53. <source-folder style="packages">
  54. <label>src</label>
  55. <location>src</location>
  56. </source-folder>
  57. <source-folder style="packages">
  58. <label>test</label>
  59. <location>test</location>
  60. </source-folder>
  61. <source-file>
  62. <location>build.xml</location>
  63. </source-file>
  64. </items>
  65. <context-menu>
  66. <ide-action name="build"/>
  67. <ide-action name="rebuild"/>
  68. <ide-action name="clean"/>
  69. <ide-action name="run"/>
  70. </context-menu>
  71. </view>
  72. <subprojects/>
  73. </general-data>
  74. <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
  75. <compilation-unit>
  76. <package-root>src</package-root>
  77. <classpath mode="compile">lib/asm-3.1.jar:lib/gmbal-api-only-3.0.0-b023.jar:lib/grizzly-framework-2.1.2.jar:lib/grizzly-http-2.1.2.jar:lib/grizzly-http-server-2.1.2.jar:lib/grizzly-rcm-2.1.2.jar:lib/hamcrest-core-1.1.jar:lib/ivy-2.2.0.jar:lib/jackson-core-asl-1.9.2.jar:lib/jackson-jaxrs-1.9.2.jar:lib/jackson-mapper-asl-1.9.2.jar:lib/jackson-xc-1.9.2.jar:lib/javax.ws.rs-api-2.0-m01.jar:lib/jersey-grizzly2-1.11.jar:lib/jersey-json-1.11.jar:lib/jersey-server-1.11.jar:lib/jettison-1.1.jar:lib/jgit-describe-0.1.jar:lib/jsch-0.1.44-1.jar:lib/junit-4.10.jar:lib/logback-classic-1.0.0.jar:lib/logback-core-1.0.0.jar:lib/lombok-pg-0.10.8-SNAPSHOT.jar:lib/management-api-3.0.0-b012.jar:lib/mockito-all-1.9.0.jar:lib/org.eclipse.jgit-1.2.0.201112221803-r.jar:lib/parser-common-working@dmdirc-parser-common.jar:lib/parser-irc-working@dmdirc-parser-irc.jar:lib/slf4j-api-1.6.4.jar:lib/stax-api-1.0.1.jar:lib/util-working@dmdirc-util.jar</classpath>
  78. <built-to>build</built-to>
  79. <source-level>1.6</source-level>
  80. <annotation-processing>
  81. <scan-trigger/>
  82. <editor-trigger/>
  83. </annotation-processing>
  84. </compilation-unit>
  85. <compilation-unit>
  86. <package-root>test</package-root>
  87. <unit-tests/>
  88. <source-level>1.6</source-level>
  89. </compilation-unit>
  90. </java-data>
  91. </configuration>
  92. </project>