Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206130 Details for
Bug 205489
[java-overlay] dev-java/hamcrest should be split to subpackages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Causes the library target to do nothing
hamcrest-1.2-empty_library.patch (text/plain), 1.45 KB, created by
Quetzaly Solano Gómez
on 2009-10-05 14:45:24 UTC
(
hide
)
Description:
Causes the library target to do nothing
Filename:
MIME Type:
Creator:
Quetzaly Solano Gómez
Created:
2009-10-05 14:45:24 UTC
Size:
1.45 KB
patch
obsolete
>--- build.xml.orig 2009-09-28 06:24:43.000000000 -0500 >+++ build.xml 2009-09-29 09:03:53.000000000 -0500 >@@ -70,28 +70,6 @@ > <target name="library" > depends="core,generator" > description="Build library of matchers"> >- <mkdir dir="build/temp/hamcrest-library/generated-code"/> >- <java-to-jar srcdir="hamcrest-library/src/main/java" >- destjar="build/hamcrest-library-${version}.jar" >- classpath="build/hamcrest-core-${version}.jar"/> >- <!-- Generate one class with all static imports --> >- <java classname="org.hamcrest.generator.config.XmlConfigurator" >- fork="yes" >- failonerror="yes" >- classpath=" >- build/hamcrest-core-${version}.jar; >- build/hamcrest-generator-${version}.jar; >- build/hamcrest-library-${version}.jar; >- "> >- <arg value="matchers.xml"/> >- <arg value="hamcrest-core/src/main/java,hamcrest-library/src/main/java"/> >- <arg value="org.hamcrest.Matchers"/> >- <arg value="build/temp/hamcrest-library/generated-code"/> >- </java> >- <!-- Append to library jar --> >- <java-to-jar srcdir="build/temp/hamcrest-library/generated-code" >- destjar="build/hamcrest-library-${version}.jar" >- classpath="build/hamcrest-core-${version}.jar"/> > </target> > > <target name="integration"
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 205489
:
206124
|
206126
|
206128
|
206129
| 206130 |
206132
|
206156
|
209178