[364797] - [environment]
http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore times out
- We revert the breaking change in the plugin.xml file
diff --git a/plugins/org.eclipse.ocl.ecore/plugin.xml b/plugins/org.eclipse.ocl.ecore/plugin.xml
index 0f635bd..9b58de2 100644
--- a/plugins/org.eclipse.ocl.ecore/plugin.xml
+++ b/plugins/org.eclipse.ocl.ecore/plugin.xml
@@ -38,7 +38,7 @@
         point="org.eclipse.emf.ecore.uri_mapping">
      <mapping
            source="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore"
-           target="no-such-protocol:/this/does/not/exist">
+           target="platform:/plugin/org.eclipse.ocl.ecore/model/oclstdlib.ecore">
      </mapping>
   </extension>