Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95444 Details for
Bug 145568
dev-java/fop-0.20.5-r6 build.xml uses automagical tests to determine whether build optional stuff
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new patch for build.xml
0.20.5-buildxml.patch (text/plain), 1.92 KB, created by
Vlastimil Babka (Caster) (RETIRED)
on 2006-08-30 02:48:37 UTC
(
hide
)
Description:
new patch for build.xml
Filename:
MIME Type:
Creator:
Vlastimil Babka (Caster) (RETIRED)
Created:
2006-08-30 02:48:37 UTC
Size:
1.92 KB
patch
obsolete
>--- build.xml.orig 2003-07-15 04:03:22.000000000 +0200 >+++ build.xml 2006-08-30 11:30:22.000000000 +0200 >@@ -172,16 +172,7 @@ > </fileset> > > <path id="libs-build-classpath"> >- <fileset dir="lib"> >- <include name="xalan*.jar"/> >- <include name="xerces*.jar"/> >- <include name="xml-apis.jar"/> >- <include name="avalon-framework*.jar"/> >- <include name="batik*.jar"/> >- <include name="jimi*.jar"/> >- <include name="jai*.jar"/> >- <include name="jce*.jar"/> >- </fileset> >+ <fileset dir="lib" includes="**/*.jar"/> > </path> > > <!-- =================================================================== --> >@@ -293,11 +284,9 @@ > </target> > > <target name="init-avail"> >- <available property="jimi.present" classname="com.sun.jimi.core.Jimi" classpathref="libs-build-classpath"/> >- <available property="jai.present" classname="javax.media.jai.JAI" classpathref="libs-build-classpath"/> >- <available property="trax.present" classname="javax.xml.transform.Transformer" classpathref="libs-build-classpath"/> >- <available property="jdk14.present" classname="java.lang.CharSequence"/> >- <available property="jce.present" classname="javax.crypto.Cipher" classpathref="libs-build-classpath"/> >+ <property name="trax.present" value="true"/> >+ <property name="jdk14.present" value="true"/> >+ <property name="jce.present" value="true"/> > </target> > > <target name="init-filters-jdk13" depends="init-avail" unless="jdk14.present"> >@@ -588,7 +577,6 @@ > includes="org/**,conf/**,hyph/**"> > <manifest> > <attribute name="Main-Class" value="${main.class}"/> >- <attribute name="Class-Path" value="${runtime.classpath}"/> > <attribute name="Implementation-Title" value="${Name}"/> > <attribute name="Implementation-Version" value="${version}"/> > <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>
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 145568
: 95444 |
95447