Revision: 5132
Author:   hansonr
Date:     2006-05-17 06:26:30 -0700 (Wed, 17 May 2006)
ViewCVS:  http://svn.sourceforge.net/jmol/?rev=5132&view=rev

Log Message:
-----------
bob200603  10.x.01 May 17, 2006
minor adjustments in build.xml and Jmol.java

Modified Paths:
--------------
    branches/bob200603/Jmol/build.xml
    branches/bob200603/Jmol/src/org/jmol/applet/Jmol.java
Modified: branches/bob200603/Jmol/build.xml
===================================================================
--- branches/bob200603/Jmol/build.xml   2006-05-17 13:24:49 UTC (rev 5131)
+++ branches/bob200603/Jmol/build.xml   2006-05-17 13:26:30 UTC (rev 5132)
@@ -210,6 +210,8 @@
   
   <target name="applet-classes" id="applet-classes" depends="init">
     <mkdir dir="${applet.classes.dir}"/>
+    <delete file="${applet.classes.dir}/org/jmol/viewer/JmolConstants.class"/>
+
     <property name="build.compiler" value="javac1.1" />
     <!-- mth 20040713 ... with the Sun Java 1.5 compiler the default
          source code version is 1.5. And one cannot generate code for

Modified: branches/bob200603/Jmol/src/org/jmol/applet/Jmol.java
===================================================================
--- branches/bob200603/Jmol/src/org/jmol/applet/Jmol.java       2006-05-17 
13:24:49 UTC (rev 5131)
+++ branches/bob200603/Jmol/src/org/jmol/applet/Jmol.java       2006-05-17 
13:26:30 UTC (rev 5132)
@@ -573,6 +573,10 @@
     script(script);
   }
 
+  public void loadInline(String[] arrayModel, String script) {
+    // not implemented
+  }
+  
   public void loadDOMNode(JSObject DOMNode) {
     // This should provide a route to pass in a browser DOM node
     // directly as a JSObject. Unfortunately does not seem to work with


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to