[535490] Use clone of EMF library example
diff --git a/examples/org.eclipse.ocl.examples/plugin.properties b/examples/org.eclipse.ocl.examples/plugin.properties
index 4d596a6..7a561f9 100644
--- a/examples/org.eclipse.ocl.examples/plugin.properties
+++ b/examples/org.eclipse.ocl.examples/plugin.properties
@@ -30,11 +30,14 @@
OCL_category=OCL (Object Constraint Language) Plug-ins
+OCL_ExtLibrary_name=OCL Extended Library
+OCL_ExtLibrary_description=Example extended library project (local clone of EMF's variant)
+
OCL_Interpreter_name=OCL Interpreter
OCL_Interpreter_description=Example project defining an interactive OCL interpreter console
-_UI_LibraryModelProject_desc = This project contains the extended library model and the implementation generated from it.
-_UI_LibraryEditProject_desc = This project contains the item providers generated to support viewing and editing instances of the extended library model.
-_UI_LibraryEditorProjector_desc = This project contains the sample editor generated from the extended library model.
+#_UI_LibraryModelProject_desc = This project contains the extended library model and the implementation generated from it.
+#_UI_LibraryEditProject_desc = This project contains the item providers generated to support viewing and editing instances of the extended library model.
+#_UI_LibraryEditorProjector_desc = This project contains the sample editor generated from the extended library model.
CompleteOCL_Tutorial_name=Complete OCL Tutorial
CompleteOCL_Tutorial_description=Tutorial example demonstrating use of independent OCL to complement Ecore or UML models or Xtext grammars