summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/nntprss/files/nntprss')
-rwxr-xr-xnet-news/nntprss/files/nntprss33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-news/nntprss/files/nntprss b/net-news/nntprss/files/nntprss
deleted file mode 100755
index 3dda6d4..0000000
--- a/net-news/nntprss/files/nntprss
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-
-ETC="/etc/nntprss/"
-XML="/usr/share/nntprss/"
-
-CLASSES="$ETC:$XML"
-
-LIBS="
-/usr/share/nntprss
-/usr/share/log4j
-/usr/share/commons-dbcp
-/usr/share/commons-pool
-/usr/share/commons-logging
-/usr/share/commons-httpclient
-/usr/share/commons-collections
-/usr/share/jdbc-mysql
-/usr/share/hsqldb
-/usr/share/jdbm-1
-/opt/jetty
-/opt/sun-j2ee-1.3.1
-"
-
-for lib in ${LIBS}
- do
-
- for jar in ${lib}/lib/*.jar
- do
- CLASSES="${CLASSES}:${jar}"
- done
-
-done
-
-java -cp "$CLASSES" org.methodize.nntprss.Main