From b989c6375eeaa5defae727a334a3817629fbffd2 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Sat, 6 Jul 2019 17:14:18 +0200 Subject: [PATCH] Restore tools/templates/static moves as symlinks --- lib/galaxy/tools/bundled | 1 + lib/galaxy/web/framework/static | 1 + lib/galaxy/web/framework/templates | 1 + .../framework/static/welcome.html => static/welcome.html.sample | 0 4 files changed, 3 insertions(+) create mode 120000 lib/galaxy/tools/bundled create mode 120000 lib/galaxy/web/framework/static create mode 120000 lib/galaxy/web/framework/templates rename lib/galaxy/web/framework/static/welcome.html => static/welcome.html.sample (100%) diff --git a/lib/galaxy/tools/bundled b/lib/galaxy/tools/bundled new file mode 120000 index 00000000000..c92f4172dfd --- /dev/null +++ b/lib/galaxy/tools/bundled @@ -0,0 +1 @@ +../../../tools \ No newline at end of file diff --git a/lib/galaxy/web/framework/static b/lib/galaxy/web/framework/static new file mode 120000 index 00000000000..5feb6c21f47 --- /dev/null +++ b/lib/galaxy/web/framework/static @@ -0,0 +1 @@ +../../../../static \ No newline at end of file diff --git a/lib/galaxy/web/framework/templates b/lib/galaxy/web/framework/templates new file mode 120000 index 00000000000..f8a06d1d1c8 --- /dev/null +++ b/lib/galaxy/web/framework/templates @@ -0,0 +1 @@ +../../../../templates \ No newline at end of file diff --git a/lib/galaxy/web/framework/static/welcome.html b/static/welcome.html.sample similarity index 100% rename from lib/galaxy/web/framework/static/welcome.html rename to static/welcome.html.sample