aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/configuration.ccl
diff options
context:
space:
mode:
authortradke <>2003-09-04 14:23:00 +0000
committertradke <>2003-09-04 14:23:00 +0000
commita89e0bb3beb18555c40f5b31f231857143faa8ac (patch)
treeb28489f40f488d6567c67f7ccfc2a08a2ee97080 /Carpet/Carpet/configuration.ccl
parentc7bc3b132f8f8b59134814bbfb49cf35be740170 (diff)
Carpet infrastructure thorns now require the thorns they depend upon
(CarpetLib, Carpet, FlexIO) to be compiled in and activated via the "Requires thorns: ..." attribute in the configuration.ccl files. No need to inherit from those thorns/implementations anymore. darcs-hash:20030904142321-1d9bf-309be01f0950d97b8cb45d041d44edce01aff2a5.gz
Diffstat (limited to 'Carpet/Carpet/configuration.ccl')
-rw-r--r--Carpet/Carpet/configuration.ccl12
1 files changed, 2 insertions, 10 deletions
diff --git a/Carpet/Carpet/configuration.ccl b/Carpet/Carpet/configuration.ccl
index 3880e348b..6285422cb 100644
--- a/Carpet/Carpet/configuration.ccl
+++ b/Carpet/Carpet/configuration.ccl
@@ -1,12 +1,4 @@
# Configuration definitions for thorn Carpet
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/configuration.ccl,v 1.5 2004/06/08 21:09:25 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/configuration.ccl,v 1.1 2003/09/04 16:23:21 tradke Exp $
-PROVIDES Carpet
-{
- SCRIPT
- LANG
-}
-
-REQUIRES IOUtil CarpetLib
-
-REQUIRES THORNS: IOUtil CarpetLib
+Requires Thorns: CarpetLib