discontinued old init_components script, superseded by init_components shell function as explained in README_REPOSITORY;
authorwenzelm
Wed, 29 Aug 2012 21:31:45 +0200
changeset 49006 0febe9e433dd
parent 49005 96d5e42e5e3a
child 49007 f781bbe0d91b
discontinued old init_components script, superseded by init_components shell function as explained in README_REPOSITORY;
Admin/components_old
Admin/init_components
--- a/Admin/components_old	Wed Aug 29 21:27:32 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#contributed components
-contrib/cvc3-2.4.1
-contrib/e-1.5
-contrib/hol-light-bundle-0.5-126
-contrib/kodkodi-1.2.16
-contrib/spass-3.8ds
-contrib/vampire-1.0
-contrib/yices-1.0.28
-contrib/z3-4.0
-contrib/jdk-7u6
-contrib/scala-2.9.2
-contrib/jedit_build-20120813
-
--- a/Admin/init_components	Wed Aug 29 21:27:32 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# -*- shell-script -*- :mode=shellscript:
-#
-# Author: Florian Haftmann, TU Muenchen
-#
-# init_components - bash source script to initialize components
-# as specified in the Admin directory
-
-while { unset REPLY; read -r; test "$?" = 0 -o -n "$REPLY"; }
-do
-  case "$REPLY" in
-    \#* | "") ;;
-    /*) init_component "$REPLY" ;;
-    *) init_component "$COMPONENT/$REPLY" ;;
-  esac
-done < "$ISABELLE_HOME/Admin/components_old"