Skip to main content
summaryrefslogtreecommitdiffstats
blob: 428b09538f73cafd8ac977b42de65b4d04bd6735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################################
#  Copyright (c) 2008 IBM Corporation and others.
#  All rights reserved. This program and the accompanying materials
#  are made available under the terms of the Eclipse Public License v1.0
#  which accompanies this distribution, and is available at
#  http://www.eclipse.org/legal/epl-v10.html
# 
#  Contributors:
#      IBM Corporation - initial API and implementation
###############################################################################
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.
null_folder=Folder must not be null
thread_not_started=Watcher thread not Started
thread_started=Watcher thread already Started

Back to the top