From 971a6c89beac976ad8a90e7ff87df33133413c5c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 8 Dec 2008 21:31:41 -0600 Subject: [PATCH] move io.paths from extra to basis --- {extra => basis}/io/paths/authors.txt | 0 {extra => basis}/io/paths/paths.factor | 2 +- {extra => basis}/io/paths/windows/authors.txt | 0 {extra => basis}/io/paths/windows/tags.txt | 0 {extra => basis}/io/paths/windows/windows.factor | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {extra => basis}/io/paths/authors.txt (100%) rename {extra => basis}/io/paths/paths.factor (96%) rename {extra => basis}/io/paths/windows/authors.txt (100%) rename {extra => basis}/io/paths/windows/tags.txt (100%) rename {extra => basis}/io/paths/windows/windows.factor (100%) diff --git a/extra/io/paths/authors.txt b/basis/io/paths/authors.txt similarity index 100% rename from extra/io/paths/authors.txt rename to basis/io/paths/authors.txt diff --git a/extra/io/paths/paths.factor b/basis/io/paths/paths.factor similarity index 96% rename from extra/io/paths/paths.factor rename to basis/io/paths/paths.factor index 75d08b60f8..212ba9e396 100755 --- a/extra/io/paths/paths.factor +++ b/basis/io/paths/paths.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays deques dlists io.files io.paths.private +USING: accessors arrays deques dlists io.files kernel sequences system vocabs.loader fry continuations ; IN: io.paths diff --git a/extra/io/paths/windows/authors.txt b/basis/io/paths/windows/authors.txt similarity index 100% rename from extra/io/paths/windows/authors.txt rename to basis/io/paths/windows/authors.txt diff --git a/extra/io/paths/windows/tags.txt b/basis/io/paths/windows/tags.txt similarity index 100% rename from extra/io/paths/windows/tags.txt rename to basis/io/paths/windows/tags.txt diff --git a/extra/io/paths/windows/windows.factor b/basis/io/paths/windows/windows.factor similarity index 100% rename from extra/io/paths/windows/windows.factor rename to basis/io/paths/windows/windows.factor