Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-04-25 20:56:51 +0000
committerpfullbright2007-04-25 20:56:51 +0000
commit7bfb2ed85011db56482aa67312ecb225713e537e (patch)
tree280f5844d79d6f9a422dcff36fff5c63a1aa0ab7 /jpa/features/org.eclipse.jpt.feature/sourceTemplatePlugin/about.properties
parenta9cbdfdeb70576e72a3609e5548c0b40b5603b57 (diff)
downloadwebtools.dali-7bfb2ed85011db56482aa67312ecb225713e537e.tar.gz
webtools.dali-7bfb2ed85011db56482aa67312ecb225713e537e.tar.xz
webtools.dali-7bfb2ed85011db56482aa67312ecb225713e537e.zip
renamed
Diffstat (limited to 'jpa/features/org.eclipse.jpt.feature/sourceTemplatePlugin/about.properties')
-rw-r--r--jpa/features/org.eclipse.jpt.feature/sourceTemplatePlugin/about.properties26
1 files changed, 26 insertions, 0 deletions
diff --git a/jpa/features/org.eclipse.jpt.feature/sourceTemplatePlugin/about.properties b/jpa/features/org.eclipse.jpt.feature/sourceTemplatePlugin/about.properties
new file mode 100644
index 0000000000..5e52cb277e
--- /dev/null
+++ b/jpa/features/org.eclipse.jpt.feature/sourceTemplatePlugin/about.properties
@@ -0,0 +1,26 @@
+###############################################################################
+# Copyright (c) 2000, 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
+###############################################################################
+# 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=JavaServer Faces Tooling Source\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2005. All rights reserved.\n\
+Visit http://www.eclipse.org/webtools
+

Back to the top