diff --git a/.gitignore b/.gitignore index 59637776..f6ffedd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,416 +1,67 @@ -# ---> JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf - -# AWS User-specific -.idea/**/aws.xml - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - -# Gradle and Maven with auto-import -# When using Gradle or Maven with auto-import, you should exclude module files, -# since they will be recreated, and may cause churn. Uncomment if using -# auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr - -# CMake -cmake-build-*/ - -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - -# File-based project format -*.iws - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# SonarLint plugin -.idea/sonarlint/ - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -# Editor-based Rest Client -.idea/httpRequests - -# Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser - -# ---> Python -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python +# Xcode build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec +# CocoaPods +Pods -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ -cover/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -.pybuilder/ -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# poetry -# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. -# This is especially recommended for binary packages to ensure reproducibility, and is more -# commonly ignored for libraries. -# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock - -# pdm -# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. -#pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it -# in version control. -# https://pdm.fming.dev/#use-with-ide -.pdm.toml - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - -# pytype static type analyzer -.pytype/ - -# Cython debug symbols -cython_debug/ - -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ - -# ---> Java -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.nar -*.ear -*.zip -*.tar.gz -*.rar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* -replay_pid* - -# ---> Eclipse -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# CDT- autotools -.autotools - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Annotation Processing -.apt_generated/ -.apt_generated_test/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -# Uncomment this line if you wish to ignore the project description file. -# Typically, this file would be tracked if it contains build/dependency configurations: -#.project - -# ---> VisualStudio ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + # User-specific files -*.rsuser *.suo *.user -*.userosscache *.sln.docstates -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - # Build results [Dd]ebug/ +[Dd]ebug-Test/ [Dd]ebugPublic/ [Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ +build/ bld/ [Bb]in/ [Oo]bj/ -[Ll]og/ -[Ll]ogs/ +[Bb]in.*/ -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ +# Doxygen output +docs/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ dlldata.c -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio *_i.c *_p.c -*_h.h +*_i.h *.ilk *.meta *.obj -*.iobj *.pch -*.pdb -*.ipdb +*.idb *.pgc *.pgd +*.pyc *.rsp *.sbr *.tlb @@ -418,9 +69,7 @@ StyleCopReport.xml *.tlh *.tmp *.tmp_proj -*_wpftmp.csproj *.log -*.tlog *.vspscc *.vssscc .builds @@ -428,336 +77,377 @@ StyleCopReport.xml *.svclog *.scc -# Chutzpah Test files -_Chutzpah* - # Visual C++ cache files ipch/ *.aps *.ncb -*.opendb *.opensdf *.sdf *.cachefile -*.VC.db -*.VC.VC.opendb +vc110.pdb +vc120.pdb # Visual Studio profiler *.psess *.vsp *.vspx -*.sap -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files +# Windows Store app package directory AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ +# Java/Eclipse/Maven/IntelliJ +.project +*.class +target/ +filtered-target/ +bin/ +gen/ +K2Client/lib +DiscoveryService/.settings +eclipse.ws/ +.settings +*/.idea/* +*/*/.idea/* -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# Visual Studio History (VSHistory) files -.vshistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp - -# JetBrains Rider -*.sln.iml - -# ---> C++ -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo +# *NIX related files... *.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries *.so -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la *.a -*.lib - -# Executables -*.exe -*.out -*.app +# IONU data +*iks* +ionusecure.log* +# it sometimes convenient to have an .ionu file added, just add by hand +*.ionu +smo-qt/invisimessage.rar +win/Restart.rar +libeye/test.h +invisimessage-1.ts +sglibrary.db +eye-1.0.0.jar +libz.dylib +libeye.dylib +PermissionConsts.java +PolicyNames.java +mongo-policy.txt +PermissionConsts.cpp +PolicyNames.cpp +/sleds-core-api/nbproject/ +clux/src/main/webapp/js/split/_notes/dwsync.xml +clux/src/main/webapp/js/split/grips/_notes/dwsync.xml +clux/src/main/webapp/js/smoothZoom/Help/_notes/dwsync.xml +clux/src/main/webapp/js/smoothZoom/_notes/dwsync.xml +clux/.sass-cache/fac0862374acdead4e2b55852bbafcf9097f6f78/sleds_ui.scssc +clux/.sass-cache/fac0862374acdead4e2b55852bbafcf9097f6f78/sleds_ui_base.scssc +clux/src/main/webapp/.classpath +clux/src/main/webapp/.sass-cache/fac0862374acdead4e2b55852bbafcf9097f6f78/sleds_ui.scssc +clux/src/main/webapp/.sass-cache/fac0862374acdead4e2b55852bbafcf9097f6f78/sleds_ui_base.scssc +clux/src/main/webapp/WEB-INF/_notes/dwsync.xml +clux/src/main/webapp/WEB-INF/classes/_notes/dwsync.xml +clux/src/main/webapp/WEB-INF/classes/com/sequencelogic/csf/ResourceStrings.properties +clux/src/main/webapp/WEB-INF/classes/com/sequencelogic/csf/_notes/dwsync.xml +clux/src/main/webapp/WEB-INF/classes/com/sequencelogic/csf/component/_notes/dwsync.xml +clux/src/main/webapp/WEB-INF/classes/com/sequencelogic/csf/component/job_manifest.schema.json +clux/src/main/webapp/WEB-INF/classes/com/sequencelogic/web/clux/_notes/dwsync.xml +clux/src/main/webapp/WEB-INF/lib/K2Client-1.0.0.jar +clux/src/main/webapp/WEB-INF/lib/_notes/dwsync.xml +clux/src/main/webapp/WEB-INF/lib/activation-1.1.jar +clux/src/main/webapp/WEB-INF/lib/bson-3.2.2.jar +clux/src/main/webapp/WEB-INF/lib/classmate-1.1.0.jar +clux/src/main/webapp/WEB-INF/lib/commons-cli-1.2.jar +clux/src/main/webapp/WEB-INF/lib/commons-codec-1.7.jar +clux/src/main/webapp/WEB-INF/lib/commons-collections-3.2.1.jar +clux/src/main/webapp/WEB-INF/lib/commons-dbcp-1.2.2.jar +clux/src/main/webapp/WEB-INF/lib/commons-httpclient-3.1.jar +clux/src/main/webapp/WEB-INF/lib/commons-io-2.4.jar +clux/src/main/webapp/WEB-INF/lib/commons-lang-2.4.jar +clux/src/main/webapp/WEB-INF/lib/commons-lang3-3.3.2.jar +clux/src/main/webapp/WEB-INF/lib/commons-logging-1.0.4.jar +clux/src/main/webapp/WEB-INF/lib/commons-pool-1.3.jar +clux/src/main/webapp/WEB-INF/lib/configuration-1.0.0.jar +clux/src/main/webapp/WEB-INF/lib/cppcore-1.0.0.jar +clux/src/main/webapp/WEB-INF/lib/csf-1.0.0.jar +clux/src/main/webapp/WEB-INF/lib/data-1.0.0.jar +clux/src/main/webapp/WEB-INF/lib/dtcore-1.1.0.jar +clux/src/main/webapp/WEB-INF/lib/dtcs-1.1.0.jar +clux/src/main/webapp/WEB-INF/lib/dtdb-1.0.1.jar +clux/src/main/webapp/WEB-INF/lib/dtservlet-1.0.1.jar +clux/src/main/webapp/WEB-INF/lib/gdata-client-1.0-1.41.5.jar +clux/src/main/webapp/WEB-INF/lib/gdata-core-1.0-1.41.5.jar +clux/src/main/webapp/WEB-INF/lib/gdata-media-1.0-1.41.5.jar +clux/src/main/webapp/WEB-INF/lib/gdata-youtube-2.0-1.41.5.jar +clux/src/main/webapp/WEB-INF/lib/google-collections-1.0-rc1.jar +clux/src/main/webapp/WEB-INF/lib/hibernate-validator-5.2.2.Final.jar +clux/src/main/webapp/WEB-INF/lib/httpclient-4.2.1.jar +clux/src/main/webapp/WEB-INF/lib/httpcore-4.2.1.jar +clux/src/main/webapp/WEB-INF/lib/httpmime-4.1.3.jar +clux/src/main/webapp/WEB-INF/lib/jackson-annotations-2.4.6.jar +clux/src/main/webapp/WEB-INF/lib/jackson-core-2.4.6.jar +clux/src/main/webapp/WEB-INF/lib/jackson-databind-2.4.6.jar +clux/src/main/webapp/WEB-INF/lib/jackson-datatype-joda-2.4.6.jar +clux/src/main/webapp/WEB-INF/lib/jackson-datatype-jsr310-2.4.6.jar +clux/src/main/webapp/WEB-INF/lib/javassist-3.12.1.GA.jar +clux/src/main/webapp/WEB-INF/lib/javax.el-api-2.2.4.jar +clux/src/main/webapp/WEB-INF/lib/javax.inject-1.jar +clux/src/main/webapp/WEB-INF/lib/jboss-logging-3.2.1.Final.jar +clux/src/main/webapp/WEB-INF/lib/jcommon-1.0.12.jar +clux/src/main/webapp/WEB-INF/lib/jersey-bundle-1.19.1.jar +clux/src/main/webapp/WEB-INF/lib/jersey-core-1.19.1.jar +clux/src/main/webapp/WEB-INF/lib/jersey-multipart-1.19.1.jar +clux/src/main/webapp/WEB-INF/lib/joda-time-2.5.jar +clux/src/main/webapp/test.jsp +clux/src/main/webapp/test.txt +clux/src/main/webapp/config/tomcat-power.gif +clux/src/main/webapp/config/tomcat.css +clux/src/main/webapp/config/tomcat.png +clux/src/main/webapp/config/tomcat.svg +clux/src/main/webapp/css/_notes/dwsync.xml +clux/src/main/webapp/css/test.txt +clux/src/main/webapp/js/_notes/dwsync.xml +clux/src/main/webapp/js/clux_review-11-1-16-ns.js +clux/src/main/webapp/sass/.sass-cache/ +clux/src/main/webapp/WEB-INF/lib/js-1.6R7.jar +clux/src/main/webapp/WEB-INF/lib/jsr305-1.3.9.jar +clux/src/main/webapp/WEB-INF/lib/jsr311-api-1.1.1.jar +clux/src/main/webapp/WEB-INF/lib/log4j-1.2.16.jar +clux/src/main/webapp/WEB-INF/lib/mimepull-1.9.3.jar +clux/src/main/webapp/WEB-INF/lib/mongodb-driver-3.2.2.jar +clux/src/main/webapp/WEB-INF/lib/mongodb-driver-core-3.2.2.jar +clux/src/main/webapp/WEB-INF/lib/scannotation-1.0.3.jar +clux/src/main/webapp/WEB-INF/lib/sleds-core-api-1.0.0.jar +clux/src/main/webapp/WEB-INF/lib/slf4j-api-1.7.7.jar +clux/src/main/webapp/WEB-INF/lib/slf4j-log4j12-1.7.7.jar +clux/src/main/webapp/WEB-INF/lib/validation-api-1.1.0.Final.jar +clux/src/main/webapp/WEB-INF/lib/validator-collection-2.1.6.jar +clux/src/main/webapp/WEB-INF/lib/web-1.0.0.jar +clux/src/main/webapp/WebContent/META-INF/MANIFEST.MF +clux/src/main/webapp/_notes/dwsync.xml +clux/src/main/webapp/config.rb +clux/src/main/webapp/config/RELEASE-NOTES.txt +clux/src/main/webapp/config/WEB-INF/web.xml +clux/src/main/webapp/config/asf-logo-wide.gif +clux/src/main/webapp/config/asf-logo.png +clux/src/main/webapp/config/bg-button.png +clux/src/main/webapp/config/bg-middle.png +clux/src/main/webapp/config/bg-nav-item.png +clux/src/main/webapp/sass/_notes/dwsync.xml +clux/src/main/webapp/test.html +clux/src/main/webapp/oldimages/Delete.png +clux/src/main/webapp/oldimages/Download.png +clux/src/main/webapp/oldimages/Email.png +clux/src/main/webapp/oldimages/Full_Screen.png +clux/src/main/webapp/oldimages/Google_Play.png +clux/src/main/webapp/oldimages/MS_Windows.png +clux/src/main/webapp/oldimages/Mac.png +clux/src/main/webapp/oldimages/NewFolder.png +clux/src/main/webapp/oldimages/Restore.png +clux/src/main/webapp/oldimages/SequenceLogic-logo-300.png +clux/src/main/webapp/oldimages/Touch.png +clux/src/main/webapp/oldimages/Upload.png +clux/src/main/webapp/oldimages/_notes/dwsync.xml +clux/src/main/webapp/oldimages/adorable.jpg +clux/src/main/webapp/oldimages/alerticon.jpg +clux/src/main/webapp/oldimages/app_gmail.png +clux/src/main/webapp/oldimages/asc.gif +clux/src/main/webapp/oldimages/attachment.png +clux/src/main/webapp/oldimages/become_invisible.png +clux/src/main/webapp/oldimages/bg.gif +clux/src/main/webapp/oldimages/blue-transparent.png +clux/src/main/webapp/oldimages/bluearrow.png +clux/src/main/webapp/oldimages/broadcastbot.png +clux/src/main/webapp/oldimages/browser.png +clux/src/main/webapp/oldimages/bugbot.png +clux/src/main/webapp/oldimages/camera.png +clux/src/main/webapp/oldimages/cgadmin.png +clux/src/main/webapp/oldimages/checkblue.png +clux/src/main/webapp/oldimages/checkgreen.png +clux/src/main/webapp/oldimages/checkred.png +clux/src/main/webapp/oldimages/circle-green.png +clux/src/main/webapp/oldimages/circle-red.png +clux/src/main/webapp/oldimages/circle-yellow.png +clux/src/main/webapp/oldimages/classification.png +clux/src/main/webapp/oldimages/cloud.png +clux/src/main/webapp/oldimages/contact.png +clux/src/main/webapp/oldimages/credit_card.png +clux/src/main/webapp/oldimages/data_icon.png +clux/src/main/webapp/oldimages/demo_admin.jpg +clux/src/main/webapp/oldimages/desc.gif +clux/src/main/webapp/oldimages/devices.png +clux/src/main/webapp/oldimages/disco.png +clux/src/main/webapp/oldimages/domainbot.png +clux/src/main/webapp/oldimages/eliza.png +clux/src/main/webapp/oldimages/file.png +clux/src/main/webapp/oldimages/flowbot.png +clux/src/main/webapp/oldimages/folder.png +clux/src/main/webapp/oldimages/groups.png +clux/src/main/webapp/oldimages/header.png +clux/src/main/webapp/oldimages/help.png +clux/src/main/webapp/oldimages/hubble.png +clux/src/main/webapp/oldimages/info.png +clux/src/main/webapp/oldimages/ingest.png +clux/src/main/webapp/oldimages/invisible.png +clux/src/main/webapp/oldimages/ionu_icon_gray.png +clux/src/main/webapp/oldimages/ionu_logo.png +clux/src/main/webapp/oldimages/ionubanner.png +clux/src/main/webapp/oldimages/ionulauncher.png +clux/src/main/webapp/oldimages/ios_logo.png +clux/src/main/webapp/oldimages/job.png +clux/src/main/webapp/oldimages/jobstatus.png +clux/src/main/webapp/oldimages/json.png +clux/src/main/webapp/oldimages/leftchevron.png +clux/src/main/webapp/oldimages/libindex.png +clux/src/main/webapp/oldimages/loadbot.png +clux/src/main/webapp/oldimages/loading.gif +clux/src/main/webapp/oldimages/logo_sub.png +clux/src/main/webapp/oldimages/logout.png +clux/src/main/webapp/oldimages/manage_account.png +clux/src/main/webapp/oldimages/messages.png +clux/src/main/webapp/oldimages/missing-image-large.png +clux/src/main/webapp/oldimages/monitor.png +clux/src/main/webapp/oldimages/more.png +clux/src/main/webapp/oldimages/network.png +clux/src/main/webapp/oldimages/newuser.png +clux/src/main/webapp/oldimages/nikki.png +clux/src/main/webapp/oldimages/no_image.jpg +clux/src/main/webapp/oldimages/notifications.png +clux/src/main/webapp/oldimages/ocr.png +clux/src/main/webapp/oldimages/outflow.png +clux/src/main/webapp/oldimages/overlay.jpg +clux/src/main/webapp/oldimages/overlay.png +clux/src/main/webapp/oldimages/package.png +clux/src/main/webapp/oldimages/padlock_cell.png +clux/src/main/webapp/oldimages/payment.png +clux/src/main/webapp/oldimages/people.png +clux/src/main/webapp/oldimages/pix.tif +clux/src/main/webapp/oldimages/plus.png +clux/src/main/webapp/oldimages/policybot.png +clux/src/main/webapp/oldimages/profile.png +clux/src/main/webapp/oldimages/qmark.png +clux/src/main/webapp/oldimages/quotas.png +clux/src/main/webapp/oldimages/refresh.png +clux/src/main/webapp/oldimages/report.png +clux/src/main/webapp/oldimages/reportbot.png +clux/src/main/webapp/oldimages/rightchevron.png +clux/src/main/webapp/oldimages/robots.png +clux/src/main/webapp/oldimages/scat.png +clux/src/main/webapp/oldimages/scheduler.png +clux/src/main/webapp/oldimages/secman.jpg +clux/src/main/webapp/oldimages/security-demo-icon.png +clux/src/main/webapp/oldimages/settings.png +clux/src/main/webapp/oldimages/sg.png +clux/src/main/webapp/oldimages/shortcut_icon.png +clux/src/main/webapp/oldimages/skeletons.jpg +clux/src/main/webapp/oldimages/steampunk3.jpg +clux/src/main/webapp/oldimages/testbot.png +clux/src/main/webapp/oldimages/tipz.png +clux/src/main/webapp/oldimages/transcode.png +clux/src/main/webapp/oldimages/usergroup.png +clux/src/main/webapp/oldimages/workflow.png +clux/src/main/webapp/oldimages/workorder.png +clux/src/main/webapp/js/tablesorter_2.27.7/css/_notes/dwsync.xml +clux/src/main/webapp/js/tablesorter_2.27.7/css/images/_notes/dwsync.xml +clux/src/main/webapp/js/tablesorter_2.27.7/css/less/_notes/dwsync.xml +clux/src/main/webapp/js/tablesorter_2.27.7/js/_notes/dwsync.xml +clux/src/main/webapp/js/tablesorter_2.27.7/js/extras/_notes/dwsync.xml +clux/src/main/webapp/js/tablesorter_2.27.7/js/parsers/_notes/dwsync.xml +clux/src/main/webapp/js/tablesorter_2.27.7/js/widgets/_notes/dwsync.xml +clux/src/main/webapp/sass/clux.BAK +clux/src/main/webapp/js/en_US/_notes/dwsync.xml +clux/src/main/webapp/js/fancyBox/lib/_notes/dwsync.xml +clux/src/main/webapp/js/fancyBox/source/_notes/dwsync.xml +clux/src/main/webapp/images/_notes/dwsync.xml +clux/src/main/webapp/_compareTemp/TMPfp6e6.jsp +clux/src/main/webapp/_compareTemp/TMPzc3auw.js +clux/src/main/webapp/_compareTemp/ +clux/src/main/webapp/images/logo-fourteen53.png +clux/src/main/webapp/images/sl-logo.png +dwsync.xml +clux/src/main/webapp/images/logo1.png +qaffle/src/main/webapp/config.BAK +qaffle/src/main/webapp/config.rb +qaffle/src/main/webapp/configDEVIL.BAK +qaffle/src/main/webapp/configDEVIL.rb +qaffle/src/main/webapp/configOPUS.BAK +qaffle/src/main/webapp/configOPUS.rb +qaffle/src/main/webapp/index.jspOLD +qaffle/src/main/webapp/sass/.sass-cache/ +qaffle/src/main/webapp/index.tim +clux/src/main/webapp/configDEVIL.rb +clux/src/main/webapp/configOPUS.rb +clux/src/main/webapp/js/dt-alert.js +clux/src/main/webapp/js/dt-core.js +clux/src/main/webapp/js/dt-date.js +clux/src/main/webapp/js/eyedrbg.js +clux/src/main/webapp/js/eyeperms.js +clux/src/main/webapp/js/eyering.js +clux/src/main/webapp/js/forge.min.js +clux/src/main/webapp/js/simplePagination/.gitignore +clux/src/main/webapp/js/simplePagination/LICENSE.txt +clux/src/main/webapp/js/simplePagination/README.md +clux/src/main/webapp/js/simplePagination/bower.json +clux/src/main/webapp/js/simplePagination/tests/SpecRunner.html +clux/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/MIT.LICENSE +clux/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/jasmine-html.js +clux/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/jasmine.css +clux/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/jasmine.js +clux/src/main/webapp/js/simplePagination/tests/lib/jquery.min.js +clux/src/main/webapp/js/simplePagination/tests/spec/SimplePaginationSpec.js +clux/src/main/webapp/js/simplePagination/tests/spec/SpecHelper.js +clux/src/main/webapp/js/uuid.js +clux/src/main/webapp/sass/clux.css +qaffle/src/main/webapp/js/dt-alert.js +qaffle/src/main/webapp/js/dt-core.js +qaffle/src/main/webapp/js/dt-date.js +qaffle/src/main/webapp/js/eyedrbg.js +qaffle/src/main/webapp/js/eyeperms.js +qaffle/src/main/webapp/js/eyering.js +qaffle/src/main/webapp/js/forge.min.js +qaffle/src/main/webapp/js/simplePagination/.gitignore +qaffle/src/main/webapp/js/simplePagination/LICENSE.txt +qaffle/src/main/webapp/js/simplePagination/README.md +qaffle/src/main/webapp/js/simplePagination/bower.json +qaffle/src/main/webapp/js/simplePagination/tests/SpecRunner.html +qaffle/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/MIT.LICENSE +qaffle/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/jasmine-html.js +qaffle/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/jasmine.css +qaffle/src/main/webapp/js/simplePagination/tests/lib/jasmine-1.3.1/jasmine.js +qaffle/src/main/webapp/js/simplePagination/tests/lib/jquery.min.js +qaffle/src/main/webapp/js/simplePagination/tests/spec/SimplePaginationSpec.js +qaffle/src/main/webapp/js/simplePagination/tests/spec/SpecHelper.js +qaffle/src/main/webapp/css/.sass-cache/ +qaffle/src/main/webapp/js/sgnode.js +qaffle/src/main/webapp/page00001.jpg +qaffle/src/main/webapp/pix.png +qaffle/src/main/webapp/test.htm +clux/pom.orig +clux/pom.xml.15512.#01 +scorewalker-utils/KMeans/test_data/ +pdf-bookmarker/CMakeLists.txt +pdf-bookmarker/cmake-build-debug/CMakeFiles/clion-log.txt +scorewalker-utils/KMeans/doc/ +clux/src/main/webapp/webcore/ +playground/src/main/webapp/webcore/ +playground/src/main/webapp/webcore/js/tablesorter/js/widgets/widget-view.min.js +qaffle/src/main/webapp/webcore/js/tablesorter/js/widgets/widget-view.min.js +qaffle/src/main/webapp/webcore/ +playground/src/main/webapp/WEB-INF/ +*.rb +webcore/src/main/webapp/web.xml +webcore/src/main/webapp/classes/log4j.properties +webcore/src/main/webapp/web.xml +scorewalker-utils/ConsoleUtils/doc/ +scorewalker-utils/RunScoreWalker/doc/ +ballot/ballot/src/main/webapp/webcore/ +clux/clux/src/main/webapp/webcore/ +playground/playground/src/main/webapp/webcore/ +qaffle/qaffle/src/main/webapp/webcore/ +clux/clux/src/main/webapp/css/.sass-cache/ +clux/clux/src/main/webapp/_compareTemp/ +clux/clux/src/main/webapp/sass/.sass-cache/ +clux/clux/src/main/webapp/sass/clux.css +ballot/ballot/src/main/webapp/sass/.sass-cache/ +qaffle/qaffle/src/main/webapp/sass/.sass-cache/ +ballot/ballot/src/main/webapp/_compareTemp/ +ballot/ballot/src/main/webapp/css/.sass-cache/ +qaffle/qaffle/src/main/webapp/ +clux/clux/src/main/webapp/