Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcelop2004-03-06 17:31:30 +0000
committermarcelop2004-03-06 17:31:30 +0000
commitaae8d4294bcc15baad203efe8be33c9f1a88fb2f (patch)
tree3e3a24df80d1209c23d482b7a8cc2e3d65c70f05 /examples/org.eclipse.emf.examples/about.properties
downloadorg.eclipse.emf-aae8d4294bcc15baad203efe8be33c9f1a88fb2f.tar.gz
org.eclipse.emf-aae8d4294bcc15baad203efe8be33c9f1a88fb2f.tar.xz
org.eclipse.emf-aae8d4294bcc15baad203efe8be33c9f1a88fb2f.zip
Move the EMF, XSD and SDO source code to the Eclipse.org repository
Diffstat (limited to 'examples/org.eclipse.emf.examples/about.properties')
-rw-r--r--examples/org.eclipse.emf.examples/about.properties44
1 files changed, 44 insertions, 0 deletions
diff --git a/examples/org.eclipse.emf.examples/about.properties b/examples/org.eclipse.emf.examples/about.properties
new file mode 100644
index 000000000..e4d1f18e2
--- /dev/null
+++ b/examples/org.eclipse.emf.examples/about.properties
@@ -0,0 +1,44 @@
+# /**
+# * <copyright>
+# *
+# * Copyright (c) 2002-2004 IBM Corporation and others.
+# * All rights reserved. This program and the accompanying materials
+# * are made available under the terms of the Common Public License v1.0
+# * which accompanies this distribution, and is available at
+# * http://www.eclipse.org/legal/cpl-v10.html
+# *
+# * Contributors:
+# * IBM - Initial API and implementation
+# *
+# * </copyright>
+# */
+
+# ==============================================================================
+# 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=Examples for Eclipse Modeling Framework (EMF)
+
+featureText=Examples Eclipse Modeling Framework (EMF) \n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright IBM Corp. and others 2002. All rights reserved. \n\
+\n\
+EMF is a Java/XML framework for generating tools and other\n\
+applications based on simple class models.\n\
+Visit http://www.eclipse.org/emf
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================

Back to the top