Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105188 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]
jreversepro-1.4.1-build_xml.patch
jreversepro-1.4.1-build_xml.patch (text/plain), 3.04 KB, created by
Miroslav Šulc
on 2007-01-02 10:31:26 UTC
(
hide
)
Description:
jreversepro-1.4.1-build_xml.patch
Filename:
MIME Type:
Creator:
Miroslav Šulc
Created:
2007-01-02 10:31:26 UTC
Size:
3.04 KB
patch
obsolete
>diff -ru jreversepro-1.4.1/build.xml jreversepro-1.4.1-patched/build.xml >--- jreversepro-1.4.1/build.xml 2002-10-21 19:38:23.000000000 -0400 >+++ jreversepro-1.4.1-patched/build.xml 2005-08-10 21:38:40.000000000 -0400 >@@ -6,13 +6,13 @@ > <!-- Author - Karthik Kumar --> > <!-- ==================================================== --> > >- <target name="default" depends="usage, makejar"> >- <echo message="Using option makejar as the default option" /> >+ <target name="default" depends="usage, jar"> >+ <echo message="Using option jar as the default option" /> > </target> > > <target name="usage"> > <echo message="compile Compile all source files"/> >- <echo message="makejar Make Library Jar File"/> >+ <echo message="jar Make Library Jar File"/> > <echo message="dist Create Distribution"/> > <echo message="docs Create Java Docs"/> > <echo message="clean Clean binaries"/> >@@ -20,9 +20,8 @@ > > <target name="init"> > <property file="${user.home}/ant.properties" /> >- <property name="jreversepro.version" value="1.4.0" /> >+ <property name="jreversepro.version" value="1.4.1" /> > >- <property name="build.compiler" value="jikes"/> > <property name="dirs.base" value="${basedir}"/> > <property name="classpath" value="${java.class.path}" /> > <property name="srcdir" value="${dirs.base}/src"/> >@@ -47,19 +46,20 @@ > </target> > > <!-- Compiler Target --> >- <target name="compile" depends="checkstyle,clean,init" >+ <target name="compile" depends="init" > description="Compile all the Java source files"> > <mkdir dir="${classdir}"/> > <javac srcdir="${srcdir}" destdir="${classdir}"/> > </target> > > <!-- Create the Jar File --> >- <target name="makejar" depends="init,compile" description="Make the Library Jar file"> >+ <target name="jar" depends="init,compile" description="Make the Library Jar file"> >+ <mkdir dir="${libdir}"/> > <jar jarfile="${libdir}/${jarfile}" basedir="${classdir}" manifest="${srcdir}/manifest.txt"/> > </target> > > <!-- Create Java Documentation --> >- <target name="docs" depends="init, makejar" description="Create the Javadocs file"> >+ <target name="docs" depends="init, jar" description="Create the Javadocs file"> > <mkdir dir="${docdir}/${apidir}"/> > <javadoc packagenames=" jreversepro, jreversepro.common,jreversepro.parser,jreversepro.reflect, jreversepro.reflect.method, jreversepro.revengine, jreversepro.runtime" > sourcepath="${srcdir}" classpath="${classpath}" destdir="${docdir}/${apidir}" use="true" windowtitle="${windowtitle}" doctitle="${doctitle}" bottom="${bottom}"/> >@@ -129,6 +129,7 @@ > <!-- Clean up --> > <target name="clean" depends="init" description="Clean up binary Files"> > <delete dir="${classdir}"/> >+ <delete dir="${libdir}"/> > <delete> > <fileset dir="${basedir}" includes="**/*~" defaultexcludes="no" /> > </delete>
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