Revision: 20074 http://sourceforge.net/p/jmol/code/20074 Author: hansonr Date: 2014-10-14 11:50:49 +0000 (Tue, 14 Oct 2014) Log Message: -----------
Added Paths: ----------- branches/v14_2/Jmol/buildfromtrunk.xml Added: branches/v14_2/Jmol/buildfromtrunk.xml =================================================================== --- branches/v14_2/Jmol/buildfromtrunk.xml (rev 0) +++ branches/v14_2/Jmol/buildfromtrunk.xml 2014-10-14 11:50:49 UTC (rev 20074) @@ -0,0 +1,66 @@ +<project name="Jmol" default="fromJmol" basedir="."> + + <property name="jmol.path" value="../Jmol" /> + + <!-- + + only used to copy Java code from Jmol trunk prior to split. + + + --> + + <target name="fromJmol" id="fromJmol"> + + <echo>deleting all files in build, jars, src, srcjs, srcjsv, and bin</echo> + <delete quiet="true"> + <fileset dir="build" includes="**/*"/> + <fileset dir="bin" includes="**/*"/> + <fileset dir="jars" includes="**/*"/> + <fileset dir="src" includes="**/*"/> + <fileset dir="srcjs" includes="**/*"/> + <fileset dir="srcjsv" includes="**/*"/> + </delete> + + <echo>copying all files from ${jmol.path}/src</echo> + <copy overwrite="true" todir="src" > + <fileset dir="${jmol.path}/src"> + <include name="**/*" /> + <exclude name="astex*" /> + <exclude name="astex/**" /> + <exclude name="java_cup*" /> + <exclude name="java_cup/**" /> + </fileset> + </copy> + + <echo>copying files from ${jmol.path}/srcjs (com and java)</echo> + <copy overwrite="true" todir="srcjs" > + <fileset dir="${jmol.path}/srcjs"> + <include name="**/*" /> + </fileset> + </copy> + + <echo>copying files from ${jmol.path}/srcjsv (JSpecView)</echo> + <copy overwrite="true" todir="srcjsv" > + <fileset dir="${jmol.path}/srcjsv"> + <include name="**/*" /> + </fileset> + </copy> + + <echo>copying all files from ${jmol.path}/jars</echo> + <copy overwrite="true" todir="jars" > + <fileset dir="${jmol.path}/jars"> + <include name="**/*" /> + </fileset> + </copy> + + <echo>copying build.xml</echo> + <copy overwrite="true" todir="" > + <fileset dir="${jmol.path}"> + <include name="build.xml" /> + </fileset> + </copy> + + + </target> + +</project> Property changes on: branches/v14_2/Jmol/buildfromtrunk.xml ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits