Revision: 18347 http://sourceforge.net/p/jmol/code/18347 Author: hansonr Date: 2013-06-18 06:49:30 +0000 (Tue, 18 Jun 2013) Log Message: ----------- JmolSmilesApplet fix
Modified Paths: -------------- trunk/Jmol/build.xml Modified: trunk/Jmol/build.xml =================================================================== --- trunk/Jmol/build.xml 2013-06-18 06:48:45 UTC (rev 18346) +++ trunk/Jmol/build.xml 2013-06-18 06:49:30 UTC (rev 18347) @@ -1276,8 +1276,8 @@ <include name="org/jmol/api/SmilesMatcherInterface.class" /> <include name="org/jmol/constant/**" /> <include name="org/jmol/util/ArrayUtil.class" /> - <include name="org/jmol/util/BitSet.class" /> - <include name="org/jmol/util/BitSetUtil.class" /> + <include name="org/jmol/util/BS.class" /> + <include name="org/jmol/util/BSUtil.class" /> <include name="org/jmol/util/JmolEdge.class" /> <include name="org/jmol/util/JmolNode.class" /> <include name="org/jmol/util/JmolMolecule.class" /> @@ -1287,9 +1287,10 @@ <include name="org/jmol/util/LoggerInterface.class" /> <include name="org/jmol/util/TextFormat.class" /> <include name="org/jmol/util/Tuple3f.class" /> - <include name="org/jmol/util/Point3f.class" /> - <include name="org/jmol/util/Vector3f.class" /> - <include name="org/jmol/util/StringXBuilder.class" /> + <include name="org/jmol/util/JmolList.class" /> + <include name="org/jmol/util/P3.class" /> + <include name="org/jmol/util/V3.class" /> + <include name="org/jmol/util/SB.class" /> </fileset> </jar> </target> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits