Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223593 Details for
Bug 309453
dev-java/sfl4j-simple: new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/build.xml
build.xml (text/plain), 498 bytes, created by
Priit Laes (IRC: plaes)
on 2010-03-15 07:53:42 UTC
(
hide
)
Description:
files/build.xml
Filename:
MIME Type:
Creator:
Priit Laes (IRC: plaes)
Created:
2010-03-15 07:53:42 UTC
Size:
498 bytes
patch
obsolete
><project name="slf4j-simple" default="jar"> > <target name="compile"> > <mkdir dir="build"/> > <javac srcdir="." destdir="build" classpath="${gentoo.classpath}"> > </javac> > </target> > > <target name="jar" depends="compile"> > <jar destfile="slf4j-simple.jar" basedir="build"> > <exclude name="org/slf4j/impl/**"/> > </jar> > </target> > > <target name="javadoc" depends="compile"> > <mkdir dir="docs"/> > <javadoc sourcepath="." destdir="docs" classpath="${gentoo.classpath}"/> > </target> > ></project>
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 Raw
Actions:
View
Attachments on
bug 309453
:
223591
|
223593
|
223599