Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206103 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]
Keeps the generator target from doing anything.
hamcrest-1.2-empty_generator.patch (text/plain), 1.21 KB, created by
Quetzaly Solano Gómez
on 2009-10-05 13:57:48 UTC
(
hide
)
Description:
Keeps the generator target from doing anything.
Filename:
MIME Type:
Creator:
Quetzaly Solano Gómez
Created:
2009-10-05 13:57:48 UTC
Size:
1.21 KB
patch
obsolete
>--- build.xml.orig 2009-09-28 06:24:43.000000000 -0500 >+++ build.xml 2009-09-28 09:04:33.000000000 -0500 >@@ -23,23 +23,6 @@ > > <target name="generator" > description="Build code generator tool"> >- <java-to-jar srcdir="hamcrest-generator/src/main/java" >- destjar="build/temp/hamcrest-generator-${version}-nodeps.jar" >- classpath=" >- lib/generator/qdox-1.6.1.jar; >- "/> >- <taskdef name="jarjar" >- classname="com.tonicsystems.jarjar.JarJarTask" >- classpath="lib/generator/jarjar-1.0rc3.jar"/> >- <!-- Bundle QDox classes in hamcrest-generator.jar so user doesn't need to care >- about it's existence. Uses JarJar to place classes under a different package >- to prevent conflict. --> >- <jarjar jarfile="build/hamcrest-generator-${version}.jar"> >- <zipfileset src="build/temp/hamcrest-generator-${version}-nodeps.jar"/> >- <zipfileset src="lib/generator/qdox-1.6.1.jar"/> >- <rule pattern="com.thoughtworks.qdox.**" >- result="org.hamcrest.generator.qdox.@1"/> >- </jarjar> > </target> > > <target name="core"
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