mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-java/mina-core: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/6657
This commit is contained in:
committed by
James Le Cuirot
parent
703a14c1f1
commit
7abbb815dc
@@ -1,17 +0,0 @@
|
||||
<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="mina-core.jar" basedir="build"/>
|
||||
</target>
|
||||
|
||||
<target name="javadoc" depends="compile">
|
||||
<mkdir dir="docs"/>
|
||||
<javadoc sourcepath="." destdir="docs" classpath="${gentoo.classpath}"/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user