summaryrefslogtreecommitdiffstats
path: root/development/eclim/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/eclim/README')
-rw-r--r--development/eclim/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/development/eclim/README b/development/eclim/README
deleted file mode 100644
index 9bc3aca83a..0000000000
--- a/development/eclim/README
+++ /dev/null
@@ -1,17 +0,0 @@
-eclim - The power of Eclipse in your favourite editor.
-
-Eclim provides the ability to access Eclipse code editing features via the
-command line or a local network connection, allowing those features to be
-integrated with your favourite editor.
-
-This package builds against eclipse-java, but can also be built against
-eclipse-jee or eclipse-cpp instead. In that case, pass the eclipse home
-directory to the script:
-
-ECLIPSE_HOME=/opt/eclipse-jee ./eclim.SlackBuild
-
-or
-
-ECLIPSE_HOME=/opt/eclipse-cpp ./eclim.SlackBuild
-
-apache-ant and Sphinx are only needed at build-time, not runtime.