Hanoi.jpx
上传用户:qiye11114
上传日期:2010-01-20
资源大小:126k
文件大小:5k
源码类别:

其他智力游戏

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--JBuilder XML Project-->
  3. <project>
  4.   <property category="generalFormatting" name="baseCodeStyle" value="java/Java Standard.codestyle"/>
  5.   <property category="generalFormatting2" name="blockIndent" value="4"/>
  6.   <property category="generalFormatting2" name="continuationIndent" value="8"/>
  7.   <property category="generalFormatting2" name="overrideBasicFormatting" value="1"/>
  8.   <property category="javaFormatting" name="alignMultilineAssign" value="1"/>
  9.   <property category="javaFormatting" name="arrayInitDataOnNewLine" value="0"/>
  10.   <property category="javaFormatting" name="blankLinesAfterClass" value="2"/>
  11.   <property category="javaFormatting" name="catchOnNewLine" value="0"/>
  12.   <property category="javaFormatting" name="elseOnNewLine" value="0"/>
  13.   <property category="javaFormatting" name="extendsOnNewLine" value="0"/>
  14.   <property category="javaFormatting" name="finallyOnNewLine" value="0"/>
  15.   <property category="javaFormatting" name="implementsOnNewLine" value="0"/>
  16.   <property category="javaFormatting" name="indentCase" value="0"/>
  17.   <property category="javaFormatting" name="packagePrefixGroups" value="java;BLANK_LINE;javax;BLANK_LINE;(*)"/>
  18.   <property category="javaFormatting" name="packageThreshold" value="2"/>
  19.   <property category="javaFormatting" name="preservedBlankLinesInDecl" value="2"/>
  20.   <property category="javaFormatting" name="spaceBeforeLparen" value="0"/>
  21.   <property category="javaFormatting" name="whileOnNewLine" value="0"/>
  22.   <property category="javadoc" name="custom.tags.1" value="todo;a;To Do:"/>
  23.   <property category="runtime" name="DefaultConfiguration" value="-1"/>
  24.   <property category="runtime.0" name="ConfigurationName" value="StartPoint"/>
  25.   <property category="runtime.0" name="RunnableType" value="com.borland.jbuilder.runtime.ApplicationRunner"/>
  26.   <property category="runtime.0" name="application.class" value="hanoi.StartPoint"/>
  27.   <property category="serverservices" name="disabled.services" value="jdatastore"/>
  28.   <property category="serverservices" name="single.server.name" value=""/>
  29.   <property category="sys" name="AuthorLabel" value="@author"/>
  30.   <property category="sys" name="BackupPath" value="bak"/>
  31.   <property category="sys" name="CheckStable" value="1"/>
  32.   <property category="sys" name="Company" value=""/>
  33.   <property category="sys" name="CompanyLabel" value="Company:"/>
  34.   <property category="sys" name="Copyright" value="Copyright (c) 2005"/>
  35.   <property category="sys" name="CopyrightLabel" value="Copyright:"/>
  36.   <property category="sys" name="DefaultPath" value="src"/>
  37.   <property category="sys" name="Description" value=""/>
  38.   <property category="sys" name="DescriptionLabel" value="Description:"/>
  39.   <property category="sys" name="DocPath" value="doc"/>
  40.   <property category="sys" name="ExcludeClassEnabled" value="0"/>
  41.   <property category="sys" name="IncludeTestPath" value="1"/>
  42.   <property category="sys" name="InstanceVisibility" value="2"/>
  43.   <property category="sys" name="JDK" value="java version 1.4.2_04-b05"/>
  44.   <property category="sys" name="JvmVersion" value="1.2"/>
  45.   <property category="sys" name="LastTag" value="0"/>
  46.   <property category="sys" name="Libraries" value=""/>
  47.   <property category="sys" name="MakeStable" value="0"/>
  48.   <property category="sys" name="OutPath" value="classes"/>
  49.   <property category="sys" name="SourcePath" value="src;test"/>
  50.   <property category="sys" name="TestPath" value="test"/>
  51.   <property category="sys" name="Title" value="Hanoi Pan"/>
  52.   <property category="sys" name="TitleLabel" value="Title:"/>
  53.   <property category="sys" name="Version" value="1.0"/>
  54.   <property category="sys" name="VersionLabel" value="@version"/>
  55.   <property category="sys" name="WorkingDirectory" value="."/>
  56.   <node name="Native Executable" type="Archive">
  57.     <property category="archiving" name="archiverClass" value="com.borland.jbuilder.wizard.archive.ExecutableArchiver"/>
  58.     <property category="archiving" name="contentRules.1" value="I:**/*.*"/>
  59.     <property category="archiving" name="executableEnabled.1" value="1"/>
  60.     <property category="archiving" name="executableEnabled.2" value="0"/>
  61.     <property category="archiving" name="executableEnabled.3" value="0"/>
  62.     <property category="archiving" name="executableEnabled.4" value="0"/>
  63.     <property category="archiving" name="executableEnabled.5" value="0"/>
  64.     <property category="archiving" name="executableFiles.1" value=""/>
  65.     <property category="archiving" name="executableFiles.2" value=""/>
  66.     <property category="archiving" name="executableFiles.3" value=""/>
  67.     <property category="archiving" name="executableFiles.4" value=""/>
  68.     <property category="archiving" name="executableFiles.5" value=""/>
  69.     <property category="archiving" name="includeDocumentation" value="1"/>
  70.     <property category="archiving" name="obfuscator" value="RetroGuard for J2ME"/>
  71.     <property category="archiving" name="targetPath" value="Hanoi.jar"/>
  72.     <property category="archiving" name="usingRules" value="1"/>
  73.   </node>
  74. </project>