From 92de64ec73e0058c6b12b22c9791ad3b019643fd Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 21 Nov 2012 15:23:29 +0100 Subject: Web UI development environment directory structure and configuration Added symbolic links which points to directories which should contain files of Web UI layers. By changing those links we can switch between debugging (using source codes) or testing (compiled version). util/change-profile.sh utility serves for changing symbolic links in js/ dir and therefore for switching between debugging and testing. Default configuration for development is: * freeipa source files * libs as in git * compiled Dojo layer https://fedorahosted.org/freeipa/ticket/112 --- install/ui/js/dojo | 1 + install/ui/js/freeipa | 1 + install/ui/js/libs | 1 + 3 files changed, 3 insertions(+) create mode 120000 install/ui/js/dojo create mode 120000 install/ui/js/freeipa create mode 120000 install/ui/js/libs (limited to 'install/ui/js') diff --git a/install/ui/js/dojo b/install/ui/js/dojo new file mode 120000 index 00000000..d6b3ac70 --- /dev/null +++ b/install/ui/js/dojo @@ -0,0 +1 @@ +../build/dojo \ No newline at end of file diff --git a/install/ui/js/freeipa b/install/ui/js/freeipa new file mode 120000 index 00000000..6f2b8618 --- /dev/null +++ b/install/ui/js/freeipa @@ -0,0 +1 @@ +../src/freeipa \ No newline at end of file diff --git a/install/ui/js/libs b/install/ui/js/libs new file mode 120000 index 00000000..8fa90e2e --- /dev/null +++ b/install/ui/js/libs @@ -0,0 +1 @@ +../src/libs/ \ No newline at end of file -- cgit