public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/stax-ex/files/
@ 2016-08-08 12:37 James Le Cuirot
  0 siblings, 0 replies; only message in thread
From: James Le Cuirot @ 2016-08-08 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     673863d749cd575622229c171198beb790ef682e
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Aug  4 17:51:10 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 16:39:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673863d7

dev-java/stax-ex: remove unused file

 dev-java/stax-ex/files/build.xml-1.0 | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-java/stax-ex/files/build.xml-1.0 b/dev-java/stax-ex/files/build.xml-1.0
deleted file mode 100644
index d69c84d..0000000
--- a/dev-java/stax-ex/files/build.xml-1.0
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<project name="stax-ex" default="jar" basedir=".">
-  <target name="compile">
-    <mkdir dir="build"/>
-    <javac debug="false" srcdir="src" destdir="build" encoding="UTF-8">
-      <classpath>
-        <pathelement path="${classpath}"/>
-        <fileset dir="lib/" includes="**/*.jar"/>
-      </classpath>
-    </javac>
-  </target>
-  <target name="jar" depends="compile">
-    <jar destfile="stax-ex.jar">
-      <fileset dir="build" includes="**/*.class"/>
-    </jar>
-  </target>
-</project>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-08 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-java/stax-ex/files/ James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox