public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/files/
@ 2017-08-14 21:51 Patrice Clement
  0 siblings, 0 replies; only message in thread
From: Patrice Clement @ 2017-08-14 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3560ff925b085179bc9957f8d039010ae3b0de4f
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Aug 14 08:39:47 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 21:50:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3560ff92

dev-java/laf-plugin: remove unused file.

 dev-java/laf-plugin/files/laf-plugin-0.2-build.xml | 46 ----------------------
 1 file changed, 46 deletions(-)

diff --git a/dev-java/laf-plugin/files/laf-plugin-0.2-build.xml b/dev-java/laf-plugin/files/laf-plugin-0.2-build.xml
deleted file mode 100644
index fbcd199a4d9..00000000000
--- a/dev-java/laf-plugin/files/laf-plugin-0.2-build.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<project name="laf_plugin" default="dist" basedir=".">
-	<description>
-		Simple build file made by Alistair Bush for the kunststoff
-		project.
-	</description>
-
-	<property name="src" location="./src"/>
-	<property name="build" location="./build"/>
-	<property name="dist" location="./dist"/>
-	<property name="api" location="api"/>
-	
-	<target name="init">
-		<tstamp/>
-		<mkdir dir="${build}"/>
-		<mkdir dir="${api}"/>
-	</target>
-
-	<target name="javadoc" depends="init" description="Produce JavaDoc">
-		<javadoc sourcepath="${src}" destdir="${api}"/>
-	</target>
-
-	<target name="compile" depends="init" description="compile the source">
-		<javac srcdir="${src}" destdir="${build}" >
-		<include name="**/*.java" />
-		</javac>
-	</target>
-
-	<target name="dist" depends="compile"
-		description="generate the distribution" >
-	
-		<copy todir="build">
-			<fileset dir="src">
-				<exclude name="**/*.java"/>
-			</fileset>
-		</copy>
-		<mkdir dir="${dist}" />
-		<jar jarfile="${dist}/laf-plugin.jar" basedir="${build}"/>
-	</target>
-
-	<target name="clean" description="Clean up">
-		<delete dir="${build}" />
-		<delete dir="${dist}" />
-		<delete file="./*.jar" />
-	</target>
-
-</project>


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

only message in thread, other threads:[~2017-08-14 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 21:51 [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/files/ Patrice Clement

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