summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannesa2 <hannes.achleitner@googlemail.com>2018-08-06 20:47:10 +0200
committerH. Lehmann <ByteHamster@users.noreply.github.com>2018-08-06 20:47:10 +0200
commit3d61002d88c880dfe02c95836f21f8fccbabec90 (patch)
tree1a26f011cb4b42054575c2665e7aa8dcc58c8552
parent17f4c861b25bd6aecd1fa8c59ce7520460a3b7bb (diff)
downloadAntennaPod-3d61002d88c880dfe02c95836f21f8fccbabec90.zip
Remove eclipse artifacts (#2791)
-rw-r--r--.classpath9
-rw-r--r--.project33
-rw-r--r--project.properties13
3 files changed, 0 insertions, 55 deletions
diff --git a/.classpath b/.classpath
deleted file mode 100644
index 3a0c88fe4..000000000
--- a/.classpath
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="gen"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
- <classpathentry kind="output" path="bin/classes"/>
-</classpath>
diff --git a/.project b/.project
deleted file mode 100644
index b3b010772..000000000
--- a/.project
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>AntennaPod</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.ApkBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/project.properties b/project.properties
deleted file mode 100644
index a8561fa99..000000000
--- a/project.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system use,
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-
-# Project target.
-proguard.config=proguard.cfg
-target=android-19
-