Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: db82ed28055a8c31de4fee32ee61f4ec699d6945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
artifact_repo_manager_not_registered=ArtifactRepositoryManager not registered.
error_main_loop=Error in watcher thread main loop.
error_processing=Error Processing: {0}
failed_create_artifact_repo=Could not create artifact repository for: {0}
failed_create_metadata_repo=Could not create metadata repository for: {0}
filename_missing=The {0} {1} is missing the filename property.
metadata_repo_manager_not_registered=MetadataRepositoryManager not registered.
multiple_bundle_ius=There should be exactly one Bundle IU
null_folder=Folder must not be null
platformadmin_not_registered=PlatformAdmin not registered.
thread_not_started=Watcher thread not Started
thread_started=Watcher thread already Started

Back to the top