mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-java/apt-mirror: remove unused file.
Closes: https://github.com/gentoo/gentoo/pull/5417
This commit is contained in:
committed by
Patrice Clement
parent
816241666e
commit
4b4d4767df
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<project name="apt-mirror" default="jar" basedir=".">
|
||||
<target name="compile">
|
||||
<mkdir dir="build"/>
|
||||
<javac debug="false" srcdir="." destdir="build" encoding="UTF-8"/>
|
||||
</target>
|
||||
<target name="jar" depends="compile">
|
||||
<jar destfile="apt-mirror.jar">
|
||||
<fileset dir="build" includes="**/*.class"/>
|
||||
</jar>
|
||||
</target>
|
||||
</project>
|
||||
Reference in New Issue
Block a user