commit:     f0aae463b81740b94a54272406bbb3696a8f1c2b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:25:41 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0aae463

media-tv/channeleditor: remove unused file

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-tv/channeleditor/files/build-1.9.2.1.xml | 43 --------------------------
 1 file changed, 43 deletions(-)

diff --git a/media-tv/channeleditor/files/build-1.9.2.1.xml 
b/media-tv/channeleditor/files/build-1.9.2.1.xml
deleted file mode 100644
index 51e132550077..000000000000
--- a/media-tv/channeleditor/files/build-1.9.2.1.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<project name="channeleditor" default="build">
-       <!-- some properties -->
-       <property name="src.dir" value="src"/>
-       <property name="resources.dir" value="src/java/"/>
-       <property name="build.dir" value="build"/>
-       <property name="dist.dir" value="dist"/>
-       <property name="project.jar" 
value="${dist.dir}/${ant.project.name}.jar"/>
-       <property name="target.jdk" value="1.4"/>
-
-       <!-- init -->
-       <target name="init">
-               <mkdir dir="${dist.dir}"/>
-       </target>
-
-       <!-- compile everything -->
-       <target name="compile" depends="init">
-               <javac srcdir="${src.dir}"
-                       destdir="${build.dir}"
-                       source="${target.jdk}"
-                       target="${target.jdk}"
-                       encoding="ISO-8859-1"/>
-               <copy todir="${build.dir}">
-                       <fileset dir="${resources.dir}" excludes="**/*.java"/>
-               </copy>
-       </target>
-
-       <!-- build the jar files -->
-       <target name="build" depends="compile">
-               <jar jarfile="${project.jar}" basedir="${build.dir}">
-                       <manifest>
-                               <attribute name="Main-Class" 
value="${manifest.mainclass}"/>
-                       </manifest>
-               </jar>
-       </target>
-
-       <!-- zip the sources -->
-       <target name="sourcezip">
-               <zip destfile="${dist.dir}/${ant.project.name}-src.zip">
-                       <zipfileset dir="${src.dir}" />
-               </zip>
-       </target>
-</project>

Reply via email to