Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78903 Details for
Bug 121599
trang (20030619-r1) ebuild improvements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.xml
build.xml (text/xml), 704 bytes, created by
Josh Sled
on 2006-02-04 15:01:11 UTC
(
hide
)
Description:
build.xml
Filename:
MIME Type:
Creator:
Josh Sled
Created:
2006-02-04 15:01:11 UTC
Size:
704 bytes
patch
obsolete
><?xml version="1.0"?> > ><project name="trang" default="jar"> > <!-- compiles the sources --> > <target name="compile"> > <mkdir dir="../build" /> > > <javac srcdir="." > destdir="../build" > classpath="lib/xerces.jar:lib/xercesImpl.jar" > source="1.4"> > </javac> > > <!-- we need the *.properties at the correct > position in the jar archive! --> > <copy todir="../build"> > <fileset dir="."> > <include name="**/*.properties" /> > </fileset> > </copy> > </target> > > <!-- create the jar archive --> > <target name="jar" depends="compile"> > <mkdir dir="../jar" /> > > <jar jarfile="../jar/trang.jar" > basedir="../build" > manifest="META-INF/MANIFEST.MF"> > </jar> > </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 121599
:
78902
| 78903