From 8625ffd68ccb88e7645ab4a307aaa6b45cc9b127 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Thu, 10 Apr 2014 09:58:14 +0300 Subject: [PATCH] renames --- anduril/{anduril-component-doc => anduril-component-print} | 0 .../{anduril-component-docs => anduril-build-component-docs} | 0 bin/anduril-build-component-docs | 1 + bin/anduril-component-docs | 1 - bin/anduril-component-print | 1 + droopy => web_serving/droopy | 0 droopysend => web_serving/droopysend | 0 webserver.py => web_serving/webserver.py | 0 8 files changed, 2 insertions(+), 1 deletion(-) rename anduril/{anduril-component-doc => anduril-component-print} (100%) rename anduril/testing/{anduril-component-docs => anduril-build-component-docs} (100%) create mode 120000 bin/anduril-build-component-docs delete mode 120000 bin/anduril-component-docs create mode 120000 bin/anduril-component-print rename droopy => web_serving/droopy (100%) rename droopysend => web_serving/droopysend (100%) rename webserver.py => web_serving/webserver.py (100%) diff --git a/anduril/anduril-component-doc b/anduril/anduril-component-print similarity index 100% rename from anduril/anduril-component-doc rename to anduril/anduril-component-print diff --git a/anduril/testing/anduril-component-docs b/anduril/testing/anduril-build-component-docs similarity index 100% rename from anduril/testing/anduril-component-docs rename to anduril/testing/anduril-build-component-docs diff --git a/bin/anduril-build-component-docs b/bin/anduril-build-component-docs new file mode 120000 index 0000000..a5eafa1 --- /dev/null +++ b/bin/anduril-build-component-docs @@ -0,0 +1 @@ +../anduril/testing/anduril-build-component-docs \ No newline at end of file diff --git a/bin/anduril-component-docs b/bin/anduril-component-docs deleted file mode 120000 index 14927cb..0000000 --- a/bin/anduril-component-docs +++ /dev/null @@ -1 +0,0 @@ -../anduril/testing/anduril-component-docs \ No newline at end of file diff --git a/bin/anduril-component-print b/bin/anduril-component-print new file mode 120000 index 0000000..053f480 --- /dev/null +++ b/bin/anduril-component-print @@ -0,0 +1 @@ +../anduril/anduril-component-print \ No newline at end of file diff --git a/droopy b/web_serving/droopy similarity index 100% rename from droopy rename to web_serving/droopy diff --git a/droopysend b/web_serving/droopysend similarity index 100% rename from droopysend rename to web_serving/droopysend diff --git a/webserver.py b/web_serving/webserver.py similarity index 100% rename from webserver.py rename to web_serving/webserver.py