jmol-build.patch 1.1 KB

1234567891011121314151617181920212223
  1. diff --git a/build.xml b/build.xml
  2. index bae9a5d..9a9fc88 100644
  3. --- a/build.xml
  4. +++ b/build.xml
  5. @@ -59,7 +59,7 @@ when the Jmol code is modified, is as follows:
  6. <!-- pull developer-specific settings from their home directory -->
  7. <property file="${user.home}/.jmol.build.properties" />
  8. <!-- compile options -->
  9. - <property name="build.sysclasspath" value="ignore" />
  10. + <property name="build.sysclasspath" value="last" />
  11. <property name="build.compiler" value="javac1.6" />
  12. <!-- for some reason, I can't get ant to use this ${java.version}
  13. property as the value of the source parameter -->
  14. @@ -92,7 +92,7 @@ when the Jmol code is modified, is as follows:
  15. <echo message="version=${version}" />
  16. <property name="jvxl_version" value="0.1" />
  17. - <input message="private property file:" addproperty="Private.propertyFile" defaultValue="none" />
  18. + <!--<input message="private property file:" addproperty="Private.propertyFile" defaultValue="none" />-->
  19. <if><available file="${Private.propertyFile}" /><then>
  20. <property file="${Private.propertyFile}" />
  21. <echo>using ${Private.keystore} ${Private.storetype}</echo>