Revision: 18674
          http://sourceforge.net/p/jmol/code/18674
Author:   hansonr
Date:     2013-09-18 23:17:31 +0000 (Wed, 18 Sep 2013)
Log Message:
-----------


Modified Paths:
--------------
    branches/v13_2/Jmol/build.stable.xml

Modified: branches/v13_2/Jmol/build.stable.xml
===================================================================
--- branches/v13_2/Jmol/build.stable.xml        2013-09-18 23:14:41 UTC (rev 
18673)
+++ branches/v13_2/Jmol/build.stable.xml        2013-09-18 23:17:31 UTC (rev 
18674)
@@ -675,12 +675,18 @@
       </fileset>
     </jar>
 
-    <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersCifPdb.jar" 
manifest="manifest/applet.txt">
+    <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersCif.jar" 
manifest="manifest/applet.txt">
       <fileset dir="${applet.classes.dir}">
-        <include name="org/jmol/adapter/readers/cifpdb/**" />
+        <include name="org/jmol/adapter/readers/cif/**" />
       </fileset>
     </jar>
 
+    <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersPdb.jar" 
manifest="manifest/applet.txt">
+      <fileset dir="${applet.classes.dir}">
+        <include name="org/jmol/adapter/readers/pdb/**" />
+      </fileset>
+    </jar>
+
     <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersQuantum.jar" 
manifest="manifest/applet.txt">
       <fileset dir="${applet.classes.dir}">
         <include name="org/jmol/adapter/readers/quantum/**" />
@@ -721,6 +727,12 @@
       </fileset>
     </jar>
 
+       <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ScriptExt.jar" 
manifest="manifest/applet.txt" >
+      <fileset dir="${applet.classes.dir}">
+        <include name="org/jmol/scriptext/**" />
+      </fileset>
+    </jar>
+
     <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ShapeBio.jar" 
manifest="manifest/applet.txt" >
          <fileset dir="${applet.classes.dir}">
            <include name="org/jmol/modelsetbio/**" />
@@ -807,7 +819,8 @@
         <pathelement path="${jmol.applet.build.dir}/JmolApplet0_Navigate.jar" 
/>
         <pathelement path="${jmol.applet.build.dir}/JmolApplet0_Parallel.jar" 
/>
         <pathelement path="${jmol.applet.build.dir}/JmolApplet0_Popup.jar" />
-        <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersCifPdb.jar" />
+        <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersCif.jar" />
+        <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersPdb.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersMolXyz.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersMore.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersQuantum.jar" />
@@ -815,6 +828,7 @@
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersSimple.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersXml.jar" /> 
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersXtal.jar" />
+        <pathelement path="${jmol.applet.build.dir}/JmolApplet0_ScriptExt.jar" 
/>
         <pathelement path="${jmol.applet.build.dir}/JmolApplet0_ShapeBio.jar" 
/>
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ShapeSpecial.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ShapeSurface.jar" />
@@ -919,11 +933,16 @@
              keystore="selfSignedCertificate/selfSignedCertificate.store"
              storepass="selfSignedCertificate" alias="selfSignedCertificate" />
        
-    <signjar jar="${jmol.applet.build.dir}/JmolApplet0_ReadersCifPdb.jar"
-             
signedjar="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersCifPdb.jar"
+    <signjar jar="${jmol.applet.build.dir}/JmolApplet0_ReadersCif.jar"
+             
signedjar="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersCif.jar"
              keystore="selfSignedCertificate/selfSignedCertificate.store"
              storepass="selfSignedCertificate" alias="selfSignedCertificate" />
 
+    <signjar jar="${jmol.applet.build.dir}/JmolApplet0_ReadersPdb.jar"
+             
signedjar="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersPdb.jar"
+             keystore="selfSignedCertificate/selfSignedCertificate.store"
+             storepass="selfSignedCertificate" alias="selfSignedCertificate" />
+
     <signjar jar="${jmol.applet.build.dir}/JmolApplet0_ReadersMolXyz.jar"
              
signedjar="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersMolXyz.jar"
              keystore="selfSignedCertificate/selfSignedCertificate.store"
@@ -959,6 +978,11 @@
              keystore="selfSignedCertificate/selfSignedCertificate.store"
              storepass="selfSignedCertificate" alias="selfSignedCertificate" />
 
+    <signjar jar="${jmol.applet.build.dir}/JmolApplet0_ScriptExt.jar"
+             
signedjar="${jmol.applet.build.dir}/JmolAppletSigned0_ScriptExt.jar"
+             keystore="selfSignedCertificate/selfSignedCertificate.store"
+             storepass="selfSignedCertificate" alias="selfSignedCertificate" />
+
     <signjar jar="${jmol.applet.build.dir}/JmolApplet0_ShapeBio.jar"
              
signedjar="${jmol.applet.build.dir}/JmolAppletSigned0_ShapeBio.jar"
              keystore="selfSignedCertificate/selfSignedCertificate.store"
@@ -1040,7 +1064,8 @@
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_Navigate.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_Parallel.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_Popup.jar" />
-        <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersCifPdb.jar" />
+        <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersCif.jar" />
+        <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersPdb.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersMolXyz.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersMore.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersQuantum.jar" />
@@ -1048,6 +1073,7 @@
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersSimple.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersXml.jar" /> 
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ReadersXtal.jar" /> 
+        <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ScriptExt.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ShapeBio.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ShapeSpecial.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolAppletSigned0_ShapeSurface.jar" />
@@ -1123,12 +1149,18 @@
       </fileset>
     </jar>
 
-    <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersCifPdb.jar" 
manifest="manifest/applet.txt">
+    <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersCif.jar" 
manifest="manifest/applet.txt">
       <fileset dir="${applet.classes.dir}">
-        <include name="org/jmol/adapter/readers/cifpdb/**" />
+        <include name="org/jmol/adapter/readers/cif/**" />
       </fileset>
     </jar>
 
+    <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersPdb.jar" 
manifest="manifest/applet.txt">
+      <fileset dir="${applet.classes.dir}">
+        <include name="org/jmol/adapter/readers/pdb/**" />
+      </fileset>
+    </jar>
+
     <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ReadersQuantum.jar" 
manifest="manifest/applet.txt">
       <fileset dir="${applet.classes.dir}">
         <include name="org/jmol/adapter/readers/quantum/**" />
@@ -1169,6 +1201,12 @@
       </fileset>
     </jar>
 
+       <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ScriptExt.jar" 
manifest="manifest/applet.txt" >
+      <fileset dir="${applet.classes.dir}">
+        <include name="org/jmol/scriptext/**" />
+      </fileset>
+    </jar>
+
     <jar destfile="${jmol.applet.build.dir}/JmolApplet0_ShapeBio.jar" 
manifest="manifest/applet.txt" >
       <fileset dir="${applet.classes.dir}">
         <include name="org/jmol/modelsetbio/**" />
@@ -1232,6 +1270,7 @@
         <include name="org/jmol/modelset/**" />
         <include name="org/jmol/render/**" />
         <include name="org/jmol/script/**" />
+        <include name="org/jmol/scriptext/**" />
         <include name="org/jmol/shape/**" />
         <include name="org/jmol/thread/**" />
         <include name="org/jmol/util/**" />
@@ -1248,7 +1287,8 @@
         <pathelement path="${jmol.applet.build.dir}/JmolApplet0_Navigate.jar" 
/>
         <pathelement path="${jmol.applet.build.dir}/JmolApplet0_Parallel.jar" 
/>
         <pathelement path="${jmol.applet.build.dir}/JmolApplet0_Popup.jar" />
-        <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersCifPdb.jar" />
+        <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersCif.jar" />
+        <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersPdb.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersMolXyz.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersMore.jar" />
         <pathelement 
path="${jmol.applet.build.dir}/JmolApplet0_ReadersQuantum.jar" />

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


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to