Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64032 Details for
Bug 99871
[EBUILD] jreversepro-1.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
1.4.1-ant.patch
1.4.1-ant.patch (text/plain), 1.24 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2005-07-22 00:17:01 UTC
(
hide
)
Description:
1.4.1-ant.patch
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2005-07-22 00:17:01 UTC
Size:
1.24 KB
patch
obsolete
>--- build.xml.orig 2002-10-22 01:38:23.000000000 +0200 >+++ build.xml 2005-07-22 08:39:15.000000000 +0200 >@@ -7,7 +7,7 @@ > <!-- ==================================================== --> > > <target name="default" depends="usage, makejar"> >- <echo message="Using option makejar as the default option" /> >+ <echo message="Using option makejar as the default option" /> > </target> > > <target name="usage"> >@@ -19,10 +19,7 @@ > </target> > > <target name="init"> >- <property file="${user.home}/ant.properties" /> >- <property name="jreversepro.version" value="1.4.0" /> >- >- <property name="build.compiler" value="jikes"/> >+ <property name="jreversepro.version" value="1.4.1" /> > <property name="dirs.base" value="${basedir}"/> > <property name="classpath" value="${java.class.path}" /> > <property name="srcdir" value="${dirs.base}/src"/> >@@ -47,7 +44,7 @@ > </target> > > <!-- Compiler Target --> >- <target name="compile" depends="checkstyle,clean,init" >+ <target name="compile" depends="clean,init" > description="Compile all the Java source files"> > <mkdir dir="${classdir}"/> > <javac srcdir="${srcdir}" destdir="${classdir}"/>
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 99871
:
64031
|
64032
|
64033
|
64034
|
105187
|
105188