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: 9e7bc67acf9b388ad606a53eba0d4838bda8b5aa (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
##################################################################################################
# Copyright (c) 2005 Eteration A.S. and Gorkem Ercan. 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: Gorkem Ercan - initial API and implementation
#               
###################################################################################################
pluginName= OC4J Generic server definitions
providerName=Eclipse.org
pluginDescription=Provides OC4J Generic server definitions


# ============ OC4J 10.1.3 DP 4====================
pluginName= Oracle OC4J v10.1.3 DP4 Generic Server Definition Core Plug-in
pluginDescription=Provides server definition for Oracle OC4J Standalone 10.1.3 DP4.\
Provides basic server functionality
oracleCategory=Oracle

oracle.10_1_3Preview.runtime.name=Oracle OC4J Standalone 10.1.3 DP4
oracle.10_1_3Preview.runtime.description=Oracle OC4J 10.1.3 DP4 runtime
oracle.10_1_3Preview.server.name=Oracle OC4J Standalone Server 10.1.3 DP4
oracle.10_1_3Preview.server.description=Oracle OC4J Standalone Server for v10.1.3 \
Developer Preview 4 on the localhost using the default instance

# ============ OC4J 10.1.3 ====================
oc4j.pluginName= Oracle OC4J v10.1.3 Generic Server Definition Core Plug-in
oc4j.pluginDescription=Provides server definition for Oracle OC4J Standalone 10.1.3.\
Provides basic server functionality

oracle.10_1_3.runtime.name=Oracle OC4J Standalone 10.1.3
oracle.10_1_3.runtime.description=Oracle OC4J 10.1.3 runtime
oracle.10_1_3.server.name=Oracle OC4J Standalone Server 10.1.3
oracle.10_1_3.server.description=Oracle OC4J Standalone Server for v10.1.3 \
on the localhost using the default instance

# ============ OC4J 10.1.3.1 ====================
oc4j10131.pluginName= Oracle OC4J v10.1.3.n Generic Server Definition Core Plug-in
oc4j10131.pluginDescription=Provides server definition for Oracle OC4J Standalone 10.1.3.1 and above.\
Provides basic server functionality

oracle.10_1_3_1.runtime.name=Oracle OC4J Standalone 10.1.3.n
oracle.10_1_3_1.runtime.description=Oracle OC4J 10.1.3.1 and above runtime
oracle.10_1_3_1.server.name=Oracle OC4J Standalone Server 10.1.3.n
oracle.10_1_3_1.server.description=Oracle OC4J Standalone Server for v10.1.3.1 and above \
on the localhost using the default instance

# UI Labels
label.j2ee.home=Oracle J2EE Home:
label.admin.user=User: 
label.admin.pw=Password:
label.host=Address:
label.host.port=Admin Port:
label.http.port=HTTP Port:
label.web.site=Web Site:

# ============== serverdef translations ================
ApplicationServerDirectory=Application &Server Directory:
serverAddress=A&ddress:
serverPort=&Port:
jndiPort=&JNDI Port:
serverclassPath=&Classpath Variable:
serverName=Ser&ver Name:
username=Use&r Name:
password=Pass&word:

Back to the top