Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 158121 Details for
Bug 229057
dev-java/jpwgen-1.0.3 New Ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-java/jpwgen/files/build.xml
build.xml (text/plain), 1013 bytes, created by
Mario Fetka (geos_one)
on 2008-06-23 15:19:18 UTC
(
hide
)
Description:
dev-java/jpwgen/files/build.xml
Filename:
MIME Type:
Creator:
Mario Fetka (geos_one)
Created:
2008-06-23 15:19:18 UTC
Size:
1013 bytes
patch
obsolete
><?xml version="1.0"?> > ><project name="jpwgen" default="jar"> > <!-- some properties --> > <property name="src" value="src" /> > <property name="build" value="build" /> > <property name="dist" value="dist"/> > > <property name="jarfile" value="${ant.project.name}.jar"/> > > <property file="build.properties"/> > > <!-- init --> > <target name="init"> > <tstamp/> > <mkdir dir="${dist}"/> > <mkdir dir="${build}"/> > </target> > > <!-- compile everything --> > <target name="compile" depends="init"> > <javac srcdir="${src}" destdir="${build}" classpath="${classpath}"/> > </target> > > <!-- build the jar file --> > <target name="jar" depends="compile"> > <jar jarfile="${dist}/${jarfile}" basedir="${build}"> > <fileset dir="${src}"> > <include name="**/*.png"/> > <include name="**/*.ucd"/> > <include name="**/*.properties"/> > </fileset> > </jar> > </target> > > <!-- clean up --> > <target name="clean"> > <delete dir="${build}"/> > <delete dir="${dist}"/> > </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 229057
:
158119
| 158121