Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92684 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-svn-10.2.0-no-i18n.patch
jmol-svn-10.2.0-no-i18n.patch (text/plain), 3.77 KB, created by
Jeffrey Gardner (RETIRED)
on 2006-07-24 22:51:04 UTC
(
hide
)
Description:
jmol-svn-10.2.0-no-i18n.patch
Filename:
MIME Type:
Creator:
Jeffrey Gardner (RETIRED)
Created:
2006-07-24 22:51:04 UTC
Size:
3.77 KB
patch
obsolete
>--- build.xml.orig 2006-07-25 00:41:13.000000000 -0500 >+++ build.xml 2006-07-25 00:40:05.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> >@@ -485,11 +484,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 --> >@@ -509,7 +503,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 --> >@@ -539,9 +532,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 >@@ -562,7 +552,6 @@ > <pathelement path="JmolAppletSigned4.jar" /> > <pathelement path="JmolAppletSigned5.jar" /> > <pathelement path="JmolAppletSigned6.jar" /> >- <pathelement path="JmolAppletSigned_i18n.jar" /> > </indexjars> > </jar> > <signjar jar="JmolAppletSigned0.jar" >@@ -572,7 +561,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}"/> >@@ -624,7 +613,6 @@ > <fileset dir="."> > <include name="applet.classes" /> > <include name="build.xml" /> >- <include name="build-i18n.xml" /> > </fileset> > </copy> > >@@ -713,7 +701,6 @@ > <fileset dir="."> > <include name="apisio.classes" /> > <include name="build.xml" /> >- <include name="build-i18n.xml" /> > </fileset> > </copy> > >@@ -803,7 +790,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"/> >@@ -999,13 +986,4 @@ > </javac> > <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