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.

project.xml 1.3KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://www.netbeans.org/ns/project/1">
  3. <type>org.netbeans.modules.java.j2seproject</type>
  4. <configuration>
  5. <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
  6. <name>DMDirc</name>
  7. <minimum-ant-version>1.6.5</minimum-ant-version>
  8. <source-roots>
  9. <root id="main.src.dir" name="Main Source"/>
  10. <root id="parser.src.dir" name="Parser Source"/>
  11. <root id="plugins.src.dir" name="Plugins Source"/>
  12. <root id="util.src.dir" name="Utilities Source"/>
  13. </source-roots>
  14. <test-roots>
  15. <root id="main.test.dir" name="Main Test Packages"/>
  16. <root id="parser.test.dir" name="Parser Test Packages"/>
  17. <root id="plugins.test.dir" name="Plugins Test Packages"/>
  18. <root id="util.test.dir" name="Utilities Test Packages"/>
  19. </test-roots>
  20. </data>
  21. <junit-version xmlns="http://www.netbeans.org/ns/junit/1" value="junit4"/>
  22. <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1">
  23. <word>config</word>
  24. <word>iff</word>
  25. <word>validator</word>
  26. </spellchecker-wordlist>
  27. </configuration>
  28. </project>