Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206105 Details for
Bug 287763
Version bump: dev-java/hamcrest-core-1.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allows Javadocs to be created for hamcrest-core.
hamcrest-core-1.2-fix_javadoc.patch (text/plain), 1.48 KB, created by
Quetzaly Solano Gómez
on 2009-10-05 14:07:48 UTC
(
hide
)
Description:
Allows Javadocs to be created for hamcrest-core.
Filename:
MIME Type:
Creator:
Quetzaly Solano Gómez
Created:
2009-10-05 14:07:48 UTC
Size:
1.48 KB
patch
obsolete
>--- build.xml.orig 2009-09-28 06:24:43.000000000 -0500 >+++ build.xml 2009-10-04 13:00:14.000000000 -0500 >@@ -194,29 +194,17 @@ > </tar> > </target> > >- <target name="javadoc" depends="library"> >+ <target name="javadoc" depends="core"> > <mkdir dir="build/javadoc"/> >- <javadoc destdir="build/javadoc" source="1.5" failonerror="yes" >- overview="overview.html"> >+ <javadoc destdir="build/javadoc" source="1.5" failonerror="yes"> > >- <classpath> >- <fileset dir="lib/integration"> >- <include name="*.jar"/> >- </fileset> >- </classpath> >- >- <packageset dir="hamcrest-core/src/main/java"/> >- <packageset dir="hamcrest-library/src/main/java" excludes="org/hamcrest/internal"/> >- <packageset dir="hamcrest-integration/src/main/java"/> >- <packageset dir="build/generated-code"/> >+ <packageset dir="hamcrest-core/src/main/java" excludes="org/hamcrest/internal"/> >+ <packageset dir="build/temp/hamcrest-core/generated-code"/> > > <group title="Hamcrest API and Utility Classes" packages="org.hamcrest"/> > <group title="Matcher Library" packages="org.hamcrest.*"/> >- <group title="Integration" packages="org.hamcrest.integration, org.hamcrest.integration.*"/> > > <link offline="false" href="http://java.sun.com/j2se/1.5.0/docs/api/"/> >- <link offline="false" href="http://www.junit.org/junit/javadoc/3.8.1/"/> >- <link offline="false" href="http://junit.sourceforge.net/javadoc_40/"/> > </javadoc> > </target> >
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 287763
:
206101
|
206103
|
206104
| 206105 |
209174