Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 270675 Details for
Bug 363147
circular dependencies between dev-java/xalan, dev-java/bcel and dev-java/ant-junit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
build.xml patch
bcel-5.2-build.xml.patch (text/plain), 1.17 KB, created by
Ralph Sennhauser (RETIRED)
on 2011-04-20 15:48:06 UTC
(
hide
)
Description:
build.xml patch
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2011-04-20 15:48:06 UTC
Size:
1.17 KB
patch
obsolete
>Remove test from jar target and set the encoding for javadocs. > >--- build.xml 2006-06-03 05:48:22.000000000 +0200 >+++ build.xml 2011-04-20 17:04:49.000000000 +0200 >@@ -56,7 +56,7 @@ > </fileset> > </copy> > </target> >- <target name="jar" description="o Create the jar" depends="compile,test"> >+ <target name="jar" description="o Create the jar" depends="compile"> > <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}"> > </jar> > </target> >@@ -100,7 +100,7 @@ > </property> > <property name="title" value="jakarta-bcel 5.2 API"> > </property> >- <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.bcel.*"> >+ <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.bcel.*" encoding="ISO-8859-1"> > <classpath> > <path refid="build.classpath"> > </path> >@@ -121,4 +121,4 @@ > <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar"> > </unjar> > </target> >-</project> >\ No newline at end of file >+</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 363147
: 270675 |
270677
|
270679