This readme simply describes the contents of the QVCS-Enterprise distribution archive.
See the readme.txt file for instructions on how to get started.
This file describes the files contained in the $Label: 2.1.16 $ release of the product.
Filename | Description |
admin.bat | Batch file for launching the admin tool on Windows platforms. |
admin.sh | Shell script for launching the admin tool on Linux platforms. |
admin_out.jar | jar file containing class files needed for the admin tool. |
adminLogging.properties | properties file that defines the logging behavior for the admin tool. |
CMgui.bat | Example batch file that shows how to launch the client application so that the user name will be different that the user's platform login name. |
CMgui.sh | Example shell script that shows how to launch the client application so that the user name will be different that the user's platform login name. |
EnterpriseService.exe | Executable used to install and uninstall the server as a Windows service. |
gui.bat | Batch file for launching the client application on Windows platforms. |
gui.sh | Shell script for launching the client application on Linux platforms. |
gui_out.jar | jar file containing class files needed for the client application and custom ANT tasks. |
guiLogging.properties | properties file that defines the logging behavior for the client application. |
antLogging.properties | properties file that defines the logging behavior for the custom ant task. |
installEnterpriseService.bat | Batch file that uses EnterpriseService.exe to install the server as a Windows service. |
qvcse.server | A sample shell script for Linux or UNIX that can be used to start, stop, or restart the QVCS-Enterprise server. |
readme.html | This file. |
readme.txt | A text file that describes how to get started with QVCS-Enterprise. |
server.bat | Batch file for lauching the server on Windows platforms. |
server.sh | Shell script for launching the server on Linux platforms. |
server_out.jar | jar file containing class files needed for the server application. |
serverLogging.properties | properties file that defines the logging behavior for the server application. |
setEnv.cmd | Command file used to define 2 necessary environment variables for use on Windows platforms. |
start_service.bat | Simple batch file that shows how to start the server as a Windows service (assuming it has been installed as a Windows service). |
stop_service.bat | Simple batch file that shows how to stop the server as a Windows service (assuming it has been installed as a Windows service). |
test_enterprise_install.bat | A wrapper batch file that installs the server as a Windows service. |
test_enterprise_uninstall.bat | A wrapper batch file that uninstalls the server as a Windows service. |
lib/jgoodies-LICENSE.txt | The license for the JGoodies jar. JGoodies provides some of the 'look-and-feel' choices available in the client application. |
lib/looks-1.2.2.jar | The jar file containing the jgoodies classes. |
lib/swing-layout-1.0.jar | The jar file containing swing layout classes. |
qvcsBehaviorProperties/qvcs.comment.prefix.properties | File that defines what comment prefixes to use for various file extensions. You can edit this to add support for additional file extensions. The comment prefix strings are only used in keyword expansion. |
qvcsBehaviorProperties/qvcs.extension.attributes.properties | File that defines the QVCS attributes to associate with files of various extensions. You can edit this also. See the instructions within the file for guidance. |
qvcsBehaviorProperties/qvcs.keyword.properties | File that defines the strings that QVCS-Enterprise will recognize as keywords. |