Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121142 Details for
Bug 180800
dev-java/janino (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix hardcoded paths in build.xml
build-remove-hardcoded.patch (text/plain), 614 bytes, created by
Philipp Hagemeister
on 2007-06-04 15:00:00 UTC
(
hide
)
Description:
Patch to fix hardcoded paths in build.xml
Filename:
MIME Type:
Creator:
Philipp Hagemeister
Created:
2007-06-04 15:00:00 UTC
Size:
614 bytes
patch
obsolete
>--- build.xml 2007-06-03 14:15:03.000000000 +0200 >+++ build.xml 2007-05-18 23:14:10.000000000 +0200 >@@ -44,7 +44,6 @@ > > <javac > fork="yes" >- executable="${jdk_1_2_2_home}/bin/javac" > srcdir="src" excludes="org/codehaus/janino/AstGeneratorVisitor.java" > destdir="build/classes" > debug="true" >@@ -65,8 +64,6 @@ > destdir="build/javadoc" > packagenames="${javadoc_packages}" > > >- <link offline="true" href="${jdk_javadoc_remote}" packagelistloc="${jdk_javadoc_local}"/> >- <link offline="true" href="${ant_javadoc_remote}" packagelistloc="${ant_javadoc_local}"/> > </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 180800
:
121085
|
121087
|
121140
| 121142