Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 270677 Details for
Bug 363147
circular dependencies between dev-java/xalan, dev-java/bcel and dev-java/ant-junit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for findbugs-patch
findbugs-bcel-5.2_p20070531.patch.patch (text/plain), 1.93 KB, created by
Ralph Sennhauser (RETIRED)
on 2011-04-20 15:48:51 UTC
(
hide
)
Description:
Patch for findbugs-patch
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2011-04-20 15:48:51 UTC
Size:
1.93 KB
patch
obsolete
>Removes build.xml from patch > >--- findbugs-bcel-5.2_p20070531.patch 2011-04-20 17:16:53.000000000 +0200 >+++ findbugs-bcel-5.2_p20070531.patch 2011-04-20 17:17:48.000000000 +0200 >@@ -1,47 +1,3 @@ >-Index: /Users/pugh/Documents/eclipse/workspace/jakarta-bcel-5.2/build.xml >-=================================================================== >---- /Users/pugh/Documents/eclipse/workspace/jakarta-bcel-5.2/build.xml (revision 0) >-+++ /Users/pugh/Documents/eclipse/workspace/jakarta-bcel-5.2/build.xml (revision 0) >-@@ -0,0 +1,39 @@ >-+<project name="bcel" default="jar"> >-+ >-+ <property name="src.dir" value="src/java"/> >-+ <property name="classes.dir" value="eclipse"/> >-+ <property name="jar.dir" value="."/> >-+ >-+ <target name="jar" depends="clean,classes"> >-+ <!-- Main engine and command line jar file. --> >-+ <jar destfile="${jar.dir}/bcel.jar" > >-+ <!-- Compiled classes, properties files. --> >-+ <fileset dir="${classes.dir}"> >-+ <include name="**/*.class"/> >-+ </fileset> >-+ </jar> >-+ </target> >-+ >-+ <!-- Compile Java source files, and copy other files (properties, >-+ images, html, XSL stylesheets) that need to be part of the codebase. --> >-+ <target name="classes"> >-+ <mkdir dir="${classes.dir}"/> >-+ <!-- Compile Java source files. --> >-+ <javac srcdir="${src.dir}" >-+ destdir="${classes.dir}" >-+ source="1.5" >-+ target="jsr14" >-+ deprecation="on" >-+ debug="on"> >-+ </javac> >-+ </target> >-+ <!-- Delete generated files. --> >-+ <target name="clean"> >-+ <delete file="${classes.dir}"/> >-+ <mkdir dir="${classes.dir}"/> >-+ </target> >-+ >-+ >-+</project> >-+ >-+<!-- vim:set ts=4: --> > Index: /Users/pugh/Documents/eclipse/workspace/jakarta-bcel-5.2/src/java/org/apache/bcel/classfile/AbstractLocalVariableTable.java > =================================================================== > --- /Users/pugh/Documents/eclipse/workspace/jakarta-bcel-5.2/src/java/org/apache/bcel/classfile/AbstractLocalVariableTable.java (revision 0)
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 363147
:
270675
| 270677 |
270679