Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92830 Details for
Bug 138619
sci-chemistry/jmol - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
jmol-10.2.0-no-i18n.patch
jmol-10.2.0-no-i18n.patch (text/plain), 3.71 KB, created by
Jeffrey Gardner (RETIRED)
on 2006-07-26 23:31:18 UTC
(
hide
)
Description:
jmol-10.2.0-no-i18n.patch
Filename:
MIME Type:
Creator:
Jeffrey Gardner (RETIRED)
Created:
2006-07-26 23:31:18 UTC
Size:
3.71 KB
patch
obsolete
>--- orig.build.xml 2006-04-14 13:22:46.000000000 -0500 >+++ build.xml 2006-07-26 17:21:26.000000000 -0500 >@@ -326,7 +326,7 @@ > </target> > > <target name="jar" id="jar" >- depends="init,classes,jmolGuide,jmolHistory,jmolDevelopersGuide,libjars,main-i18n"> >+ depends="init,classes,jmolGuide,jmolHistory,jmolDevelopersGuide,libjars"> > <copy todir="${classes.dir}/org/openscience/jmol/Data/guide" > > <fileset dir="build/doc/JmolUserGuide"> > <include name="**/*.html" /> >@@ -447,7 +447,6 @@ > <!-- note that this class is included in JmolApplet0.jar --> > <exclude name="org/jmol/api/JmolAppletInterface.class" /> > <include name="org/jmol/applet/**" /> >- <include name="org/jmol/i18n/**" /> > <include name="org/jmol/popup/**" /> > </fileset> > </jar> >@@ -484,12 +483,6 @@ > </fileset> > </jar> > >- <jar destfile="JmolApplet_i18n.jar" manifest="manifest/applet_i18n.txt" > >- <fileset dir="${applet.classes.dir}"> >- <include name="org/jmol/translation/**" /> >- </fileset> >- </jar> >- > <!-- vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv --> > <!-- changes to this must be replicated below for the signed applet --> > <jar destfile="JmolApplet0.jar" manifest="manifest/applet0.txt" >@@ -508,7 +501,6 @@ > <pathelement path="JmolApplet4.jar" /> > <pathelement path="JmolApplet5.jar" /> > <pathelement path="JmolApplet6.jar" /> >- <pathelement path="JmolApplet_i18n.jar" /> > </indexjars> > </jar> > <!-- changes to this must be replicated below for the signed applet --> >@@ -538,9 +530,6 @@ > <signjar jar="JmolApplet6.jar" signedjar="JmolAppletSigned6.jar" > keystore="selfSignedCertificate/selfSignedCertificate.store" > storepass="selfSignedCertificate" alias="selfSignedCertificate" /> >- <signjar jar="JmolApplet_i18n.jar" signedjar="JmolAppletSigned_i18n.jar" >- keystore="selfSignedCertificate/selfSignedCertificate.store" >- storepass="selfSignedCertificate" alias="selfSignedCertificate" /> > > <!-- vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv --> > <!-- this one must be treated specially because of jar indexing >@@ -561,7 +550,6 @@ > <pathelement path="JmolAppletSigned4.jar" /> > <pathelement path="JmolAppletSigned5.jar" /> > <pathelement path="JmolAppletSigned6.jar" /> >- <pathelement path="JmolAppletSigned_i18n.jar" /> > </indexjars> > </jar> > <signjar jar="JmolAppletSigned0.jar" >@@ -571,7 +559,7 @@ > </target> > > <target name="dist" id="dist" >- depends="doc,main-i18n,main,signed-applet"> >+ depends="doc,main,signed-applet"> > <!-- first build binary distribution --> > <delete dir="build/dist/jmol-${version}"/> > <mkdir dir="build/dist/jmol-${version}"/> >@@ -711,7 +699,6 @@ > <fileset dir="."> > <include name="apisio.classes" /> > <include name="build.xml" /> >- <include name="build-i18n.xml" /> > </fileset> > </copy> > >@@ -801,7 +788,7 @@ > </delete> > </target> > >- <target name="spotless" id="spotless" depends="clean,spotless-i18n"> >+ <target name="spotless" id="spotless" depends="clean"> > <delete dir="build"/> > <delete dir="${javadoc.dir}"/> > <delete dir="packaging/rpm/dist"/> >@@ -998,12 +985,4 @@ > <jar destfile="Tests.jar" basedir="${test-classes.dir}" /> > </target> > >- <!-- i18n stuff --> >- <target name="main-i18n" depends="classes"> >- <ant antfile="build-i18n.xml" target="main-i18n"/> >- </target> >- <target name="spotless-i18n"> >- <ant antfile="build-i18n.xml" target="spotless-i18n"/> >- </target> >- > </project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 138619
:
90549
|
92662
|
92663
|
92683
|
92684
|
92826
|
92827
|
92828
|
92829
|
92830
|
98122
|
100002
|
100003
|
100004
|
100006
|
100011
|
100012
|
100078
|
100079
|
100877
|
100981