commit:     2f15cda7d895a734ac1c5580bbcf251d9ee2f350
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jan 21 15:45:43 2021 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 15:01:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f15cda7

dev-java/eclipsito: remove unused file

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19150
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../files/eclipsito-0_pre20130713-build.xml        | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-java/eclipsito/files/eclipsito-0_pre20130713-build.xml 
b/dev-java/eclipsito/files/eclipsito-0_pre20130713-build.xml
deleted file mode 100644
index c6055e5525c..00000000000
--- a/dev-java/eclipsito/files/eclipsito-0_pre20130713-build.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/build.xml b/build.xml
-index d89485a..7be5431 100644
---- a/build.xml
-+++ b/build.xml
-@@ -17,4 +17,31 @@
-       <target depends="build" name="jar">
-       <jar destfile="eclipsito.jar" basedir="bin" compress="yes"/>
-       </target>
-+
-+  <target name="javadoc" description="Generates the Javadoc of the 
application">
-+    <javadoc sourcepath="src" 
-+             packagenames="*" 
-+             destdir="apidocs" 
-+             access="protected" 
-+             old="false" 
-+             verbose="false" 
-+             encoding="UTF-8" 
-+             version="true" 
-+             use="true" 
-+             author="true" 
-+             splitindex="false" 
-+             nodeprecated="false" 
-+             nodeprecatedlist="false" 
-+             notree="false" 
-+             noindex="false" 
-+             nohelp="false" 
-+             nonavbar="false" 
-+             serialwarn="false" 
-+             charset="ISO-8859-1" 
-+             docencoding="UTF-8" 
-+             source="1.5" 
-+             linksource="true" 
-+             breakiterator="false">
-+    </javadoc>
-+  </target>
- </project>

Reply via email to