require 'projects/app' require 'projects/project_service' # By default, we include the HVEProject implementation, but it isn't really # used unless the HVE_PROJECTS_PATH gets set. It's likely that applications # will set this as part of their configuration. Thus, you'll never truly # know if you won't want to have this implementation. require 'helix_versioning_engine/hve_projects_service/init_project_service' module Projects end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15741 | ptomiak | Branch HWS for my use. | ||
//guest/perforce_software/helix-web-services/main/source/helix_web_services/lib/projects.rb | |||||
#1 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
//guest/perforce_software/helix-web-services/main/helix_web_services/lib/projects.rb | |||||
#3 | 15479 | tjuricek | Added a basic "HVE project" implementation for creating clients. | ||
#2 | 15437 | tjuricek |
Basic "HVE Project" implementation. This will allow directories in a HVE instance to host 'projects' for use by helix sync. There are no methods defined for creating the projects, however. This does not include any specialization or testing in the Qt API yet. I may investigate creating a "higher level" interface for Qt client apps. |
||
#1 | 15099 | tjuricek | Revise project services to be our simple 'container' for other systems. |