public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Serkan Kaba (serkan)" <serkan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/slf4j-nop/files: build.xml
Date: Fri, 18 Jul 2008 19:11:23 +0000	[thread overview]
Message-ID: <E1KJvMR-0003eq-4Z@stork.gentoo.org> (raw)

serkan      08/07/18 19:11:23

  Added:                build.xml
  Log:
  Initial ebuild. Fixes bug #230573.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 x86_64)

Revision  Changes    Path
1.1                  dev-java/slf4j-nop/files/build.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/slf4j-nop/files/build.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/slf4j-nop/files/build.xml?rev=1.1&content-type=text/plain

Index: build.xml
===================================================================
<project name="slf4j-api" 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-nop.jar" basedir="build"/>
	</target>

	<target name="javadoc" depends="compile">
		<mkdir dir="docs"/>
		<javadoc sourcepath="." destdir="docs" classpath="${gentoo.classpath}"/>
	</target>

</project>



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-07-18 19:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KJvMR-0003eq-4Z@stork.gentoo.org \
    --to=serkan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox