diff --git a/xCAT-UI-deps/.cproject b/xCAT-UI-deps/.cproject
new file mode 100644
index 0000000..9abf34e
--- /dev/null
+++ b/xCAT-UI-deps/.cproject
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/xCAT-UI-deps/.project b/xCAT-UI-deps/.project
new file mode 100644
index 0000000..54a2c79
--- /dev/null
+++ b/xCAT-UI-deps/.project
@@ -0,0 +1,78 @@
+
+
+ xCat UI Deps
+
+
+
+
+
+ org.eclipse.cdt.managedbuilder.core.genmakebuilder
+ clean,full,incremental,
+
+
+ ?name?
+
+
+
+ org.eclipse.cdt.make.core.append_environment
+ true
+
+
+ org.eclipse.cdt.make.core.autoBuildTarget
+ all
+
+
+ org.eclipse.cdt.make.core.buildArguments
+
+
+
+ org.eclipse.cdt.make.core.buildCommand
+ make
+
+
+ org.eclipse.cdt.make.core.cleanBuildTarget
+ clean
+
+
+ org.eclipse.cdt.make.core.contents
+ org.eclipse.cdt.make.core.activeConfigSettings
+
+
+ org.eclipse.cdt.make.core.enableAutoBuild
+ false
+
+
+ org.eclipse.cdt.make.core.enableCleanBuild
+ true
+
+
+ org.eclipse.cdt.make.core.enableFullBuild
+ true
+
+
+ org.eclipse.cdt.make.core.fullBuildTarget
+ all
+
+
+ org.eclipse.cdt.make.core.stopOnError
+ true
+
+
+ org.eclipse.cdt.make.core.useDefaultBuildCmd
+ true
+
+
+
+
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder
+ full,incremental,
+
+
+
+
+
+ org.eclipse.cdt.core.cnature
+ org.eclipse.cdt.managedbuilder.core.managedBuildNature
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
+
+
diff --git a/xCAT-UI-deps/xCAT-UI-deps.spec b/xCAT-UI-deps/xCAT-UI-deps.spec
new file mode 100644
index 0000000..813e4c8
--- /dev/null
+++ b/xCAT-UI-deps/xCAT-UI-deps.spec
@@ -0,0 +1,38 @@
+Summary: Set of dependencies for the xCAT web client
+Name: xCAT-UI-deps
+Version: 2.6
+Release: 1
+License: EPL
+Group: Applications/System
+Source: xCAT-UI-deps.tar.gz
+Packager: IBM
+Vendor: IBM
+URL: http://xcat.sourceforge.net/
+
+Prefix: /opt/xcat
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
+BuildArch: noarch
+Provides: xCAT-UI-deps = %{version}
+Requires: python >= 2.3
+
+%description
+Provides a set of dependencies (e.g. JQuery) for the xCAT web client.
+
+%prep
+%setup -q -n xCAT-UI-deps
+
+%build
+# Nothing to do
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{prefix}/ui
+set +x
+cp -r * $RPM_BUILD_ROOT%{prefix}/ui
+chmod 755 $RPM_BUILD_ROOT%{prefix}/ui/*
+chmod 755 $RPM_BUILD_ROOT%{prefix}/ui/lib/ajaxterm/*.py
+set -x
+
+%files
+%defattr(-,root,root)
+%{prefix}/ui
\ No newline at end of file
diff --git a/xCAT-UI-deps/xCAT-UI-deps.tar.gz b/xCAT-UI-deps/xCAT-UI-deps.tar.gz
new file mode 100644
index 0000000..a41325d
Binary files /dev/null and b/xCAT-UI-deps/xCAT-UI-deps.tar.gz differ