Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.examples.generator.validator/plugin.properties')
-rw-r--r--examples/org.eclipse.emf.examples.generator.validator/plugin.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/org.eclipse.emf.examples.generator.validator/plugin.properties b/examples/org.eclipse.emf.examples.generator.validator/plugin.properties
new file mode 100644
index 000000000..8646025ba
--- /dev/null
+++ b/examples/org.eclipse.emf.examples.generator.validator/plugin.properties
@@ -0,0 +1,24 @@
+# /**
+# * <copyright>
+# *
+# * Copyright (c) 2006 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 - Initial API and implementation
+# *
+# * </copyright>
+# *
+# * $Id: plugin.properties,v 1.1 2006/11/10 23:04:27 davidms Exp $
+# */
+
+# NLS_MESSAGEFORMAT_VAR
+
+pluginName = Validator Generator Extension
+providerName = Eclipse.org
+
+GeneratingModelDescription.message = Generating model description
+GeneratingValidator.message = Generating validator {0}

Back to the top