summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-15 17:28:02 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-16 11:56:59 +0100
commitf7531a197e01b5878e0f2f52d79d02c470423bdc (patch)
treec90ade112fb01f13479b8f41a9cadcc014ef223a
parent530576bd3614271d43b5d388bf02f6ca6650e31f (diff)
downloaddefinitions-f7531a197e01b5878e0f2f52d79d02c470423bdc.tar.gz
Delete the scripting.morph stratum
-rw-r--r--scripting.morph20
1 files changed, 0 insertions, 20 deletions
diff --git a/scripting.morph b/scripting.morph
deleted file mode 100644
index 2c9ee6a2..00000000
--- a/scripting.morph
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "scripting",
- "kind": "stratum",
- "description": "Interpreters for scripting languages.",
- "build-depends": [
- {
- "repo": "baserock:baserock/morphs",
- "ref": "master",
- "morph": "tools"
- }
- ],
- "chunks": [
- {
- "name": "lua",
- "repo": "upstream:lua",
- "ref": "baserock/5.1-morph",
- "build-depends": []
- }
- ]
-}