Skip to main content
summaryrefslogtreecommitdiffstats
blob: db907a2472065c68f28c6790335ca7f075733d30 (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, 2009 Oracle. 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:
#     Oracle - initial API and implementation
################################################################################

PackageGenerator_taskName=Generate Entities
GenScope_taskName=Build Database Model
EntityGenerator_taskName=Generate Entity: {0}
Error_Generating_Entities = Error Generating Entities

Delete_Folder_Error = "The directory {0} could not be deleted."
Delete_File_Error = "The file {0} could not be deleted."
File_Read_Only_Error= "The file {0} could not be modified because write access is denied.\nPlease make sure that the file is not marked as readonly in the file system."

Templates_notFound = Unable to find JPA entities generation templates in plugin

Back to the top