Revision: 5107
Author:   hansonr
Date:     2006-05-13 05:56:24 -0700 (Sat, 13 May 2006)
ViewCVS:  http://svn.sourceforge.net/jmol/?rev=5107&view=rev

Log Message:
-----------
bob200603 

-adding (but not implementing) point3fi
-new build.xml for vecmath, move of smiles, tests

Modified Paths:
--------------
    branches/bob200603/Jmol/build.xml
Modified: branches/bob200603/Jmol/build.xml
===================================================================
--- branches/bob200603/Jmol/build.xml   2006-05-12 22:16:14 UTC (rev 5106)
+++ branches/bob200603/Jmol/build.xml   2006-05-13 12:56:24 UTC (rev 5107)
@@ -16,7 +16,7 @@
   <property name="deprecation" value="off" />
   <property name="optimization" value="off" />
 
-  <property name="version" value="10.00.49" />
+  <property name="version" value="10.x" />
 
   <property name="tests.source.dir" value="source-tests" />
   <property name="lib.dir" value="jars" />
@@ -474,13 +474,14 @@
         <include name="org/openscience/jmol/**" />
         <include name="org/jmol/bspt/**" />
         <include name="org/jmol/util/**" />
+        <include name="org/jmol/smiles/**" />
+       <include name="org/jmol/vecmath/**" />
       </fileset>
     </jar>
 
     <jar destfile="JmolApplet6.jar" manifest="manifest/applet6.txt" >
       <fileset dir="${applet.classes.dir}">
         <include name="org/jmol/viewer/**" />
-        <include name="org/jmol/smiles/**" />
       </fileset>
     </jar>
 
@@ -973,15 +974,15 @@
   <target name="test" id="test" depends="main,compile-tests">
     <junit printsummary="yes" haltonfailure="yes">
       <classpath>
-       <pathelement location="./Jmol.jar" />
-       <pathelement location="./Tests.jar" />
-       <pathelement location="./jars/junit.jar" />
+        <pathelement location="./Jmol.jar" />
+        <pathelement location="./Tests.jar" />
+        <pathelement location="./jars/junit.jar" />
       </classpath>
       <formatter type="plain" usefile="false" />
-      <batchtest>
-       <fileset dir="test" />
-      </batchtest>
-<!--      <test name="org.jmol.util.TestIntIntHash" /> -->
+      <!-- <batchtest>
+        <fileset dir="test" />
+      </batchtest> -->
+      <test name="org.jmol.AllTests" />
     </junit>
   </target>
 
@@ -991,8 +992,8 @@
           debug="on" deprecation="on"
           optimize="off" source="1.4">
       <classpath>
-       <pathelement location="./Jmol.jar" />
-       <pathelement location="./jars/junit.jar" />
+        <pathelement location="./Jmol.jar" />
+        <pathelement location="./jars/junit.jar" />
       </classpath>
     </javac>
     <jar destfile="Tests.jar" basedir="${test-classes.dir}" />


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