Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a0aa92ef88070e107cf15fce7e68ca976b403b92 (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
#/**
# * <copyright>
# *
# * Copyright (c) 2008-2009 Oracle and Geensys.
# * 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 and Geensys - initial API and implementation
# *
# * </copyright>
# *
# * $Id: about.properties,v 1.1 2009/01/23 21:51:33 mtaal Exp $
# */

# NLS_MESSAGEFORMAT_VAR

# ==============================================================================
# Do not change the properties between this line and the last line containing:
# %%% END OF TRANSLATED PROPERTIES %%%
# Instead, either redefine an existing property, or create a new property,
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================

# about.properties
# contains externalized strings for about.ini
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.

featureName=EMF Teneo EclipseLink Library O/R Mapping Tests

featureText=EMF Teneo EclipseLink Library O/R Mapping Tests \n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright (c) 2008-2009 Oracle and Geensys.  All rights reserved.\n\
\n\
Visit http://www.eclipse.org/emf

# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
# The above properties have been shipped for translation.
# ==============================================================================

Back to the top