Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 462a2e4a376c103bd4febf3122a688d1c0505bd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###############################################################################
# Copyright (c) 2003, 2005 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
###############################################################################
ear_validator_UI_=EAR Validator
war_validator_UI_=WAR Validator
application_client_validator_UI_=Application Client Validator
validation_UI_=Migration Of Validation
_UI_ParamValue_type=Param:
EAR_VALIDATION_PROBLEMMARKER_NAME=EAR Validator Message
EAR_FACET_LABEL=EAR
EAR_FACET_DESCRIPTION=Enables the project to be deployed as an EAR module.
EAR_FACET_TEMPLATE=EAR Project
UTILITY_FACET_LABEL=Utility Module
UTILITY_FACET_DESCRIPTION=Enables the project to be referenced by J2EE modules.
UTILITY_FACET_TEMPLATE=Java Utility Project
APPCLIENT_FACET_LABEL=Application Client module
APPCLIENT_FACET_DESCRIPTION=Enables the project to be deployed as a J2EE Application Client module.
APPCLIENT_FACET_TEMPLATE=Application Client Project

Back to the top