Java poker implementation
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 662B

1234567891011121314151617
  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>CardGame</name>
  7. <minimum-ant-version>1.6.5</minimum-ant-version>
  8. <source-roots>
  9. <root id="src.dir"/>
  10. </source-roots>
  11. <test-roots>
  12. <root id="test.src.dir"/>
  13. </test-roots>
  14. </data>
  15. <junit-version xmlns="http://www.netbeans.org/ns/junit/1" value="junit4"/>
  16. </configuration>
  17. </project>