Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100627 Details for
Bug 152924
Split dev-java/mx4j into two ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/mx4j-tools-2.1.0-split-javadoc-build.patch
mx4j-tools-2.1.0-split-javadoc-build.patch (text/plain), 1.92 KB, created by
Alex Tarkovsky
on 2006-10-27 16:01:47 UTC
(
hide
)
Description:
files/mx4j-tools-2.1.0-split-javadoc-build.patch
Filename:
MIME Type:
Creator:
Alex Tarkovsky
Created:
2006-10-27 16:01:47 UTC
Size:
1.92 KB
patch
obsolete
>--- mx4j-2.1.0.orig/build/build.xml 2006-10-26 23:12:22.000000000 -0500 >+++ mx4j-2.1.0/build/build.xml 2006-10-27 01:04:11.000000000 -0500 >@@ -434,7 +434,7 @@ > </jar> > </target> > >- <target name="javadocs" description="Creates the MX4J javadoc documentation" depends="compile.tools"> >+ <target name="javadocs.core" description="Creates the MX4J javadoc documentation" depends="compile.rjmx"> > <mkdir dir="${dist.docs.api.dir}"/> > <javadoc destdir="${dist.docs.api.dir}" > author="true" >@@ -448,6 +448,23 @@ > <group title="MX4J classes" packages="mx4j:mx4j.*"/> > <sourcepath> > <pathelement path="${core.src.dir}"/> >+ </sourcepath> >+ </javadoc> >+ </target> >+ >+ <target name="javadocs.tools" description="Creates the MX4J javadoc documentation" depends="compile.tools"> >+ <mkdir dir="${dist.docs.api.dir}"/> >+ <javadoc destdir="${dist.docs.api.dir}" >+ author="true" >+ version="true" >+ use="true" >+ windowtitle="MX4J API" >+ classpathref="classpath"> >+ <package name="mx4j.*"/> >+ >+ <bottom><![CDATA[<center><small>Copyright © 2001-2003 MX4J Team. All Rights Reserved.</small></center>]]></bottom> >+ <group title="MX4J classes" packages="mx4j:mx4j.*"/> >+ <sourcepath> > <pathelement path="${tools.src.dir}"/> > </sourcepath> > </javadoc> >@@ -495,7 +512,7 @@ > > <target name="main" depends="tests, compile.examples"/> > >- <target name="release" description="Builds a release of the MX4J project" depends="clean, manifest, releasing, main, docs, javadocs"> >+ <target name="release" description="Builds a release of the MX4J project" depends="clean, manifest, releasing, main, docs, javadocs.core"> > <mkdir dir="${release.dist.dir}"/> > <mkdir dir="${binary.release.dist.dir}"/> > <mkdir dir="${source.release.dist.dir}"/>
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 152924
:
100555
|
100624
|
100625
|
100626
| 100627 |
100633
|
100634
|
100635
|
100636
|
100637
|
100638